Skip to content

Commit

Permalink
Merge pull request #3689 from BitGo/BG-79045-remove-coin-specific-mod…
Browse files Browse the repository at this point in the history
  • Loading branch information
DinshawKothari authored Jun 23, 2023
2 parents e91d564 + 4629e74 commit c66e346
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/bitgo/test/v2/unit/keychains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ describe('V2 Keychains', function () {
&& n.asset !== UnderlyingAsset.USD
&& n.asset !== UnderlyingAsset.AVAXP
&& n.asset !== UnderlyingAsset.DOGE
&& n.asset !== UnderlyingAsset.TIA // ToDo(BG-79045) remove flag after adding coin specific module
&& n.asset !== UnderlyingAsset.HASH
&& n.asset !== UnderlyingAsset.BLD
&& n.asset !== UnderlyingAsset.SEI
&& n.asset !== UnderlyingAsset.INJ
&& n.asset !== UnderlyingAsset.ETHW
&& coinFamilyValues.includes(n.name));

Expand Down

0 comments on commit c66e346

Please sign in to comment.