Skip to content

Commit d72b7d9

Browse files
committed
feat(statics): add oas coin config
Ticket: WIN-3649
1 parent ef17671 commit d72b7d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/bitgo/test/v2/unit/keychains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ describe('V2 Keychains', function () {
7575
n.asset !== UnderlyingAsset.ARBETH && // TODO(WIN-692): remove this once coin-specific module for arbeth is added
7676
n.asset !== UnderlyingAsset.OPETH && // TODO(WIN-692): remove this once coin-specific module for opeth is added
7777
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
7879
n.asset !== UnderlyingAsset.RUNE &&
7980
coinFamilyValues.includes(n.name)
8081
);

0 commit comments

Comments
 (0)