We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef17671 commit d72b7d9Copy full SHA for d72b7d9
modules/bitgo/test/v2/unit/keychains.ts
@@ -75,6 +75,7 @@ describe('V2 Keychains', function () {
75
n.asset !== UnderlyingAsset.ARBETH && // TODO(WIN-692): remove this once coin-specific module for arbeth is added
76
n.asset !== UnderlyingAsset.OPETH && // TODO(WIN-692): remove this once coin-specific module for opeth is added
77
n.asset !== UnderlyingAsset.ZKETH && // TODO(WIN-1427): remove this once coin-specific module for zketh is added
78
+ n.asset !== UnderlyingAsset.OAS && // TODO(WIN-3696): remove this once coin-specific module for oas is added
79
n.asset !== UnderlyingAsset.RUNE &&
80
coinFamilyValues.includes(n.name)
81
);
0 commit comments