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.
2 parents e5386ec + 4862808 commit 3d1c90cCopy full SHA for 3d1c90c
modules/statics/src/allCoinsAndTokens.ts
@@ -1469,7 +1469,7 @@ export const allCoinsAndTokens = [
1469
18,
1470
UnderlyingAsset.MON,
1471
BaseUnit.ETH,
1472
- [...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
+ [...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SUPPORTS_ERC20]
1473
),
1474
account(
1475
'5c5ebe50-fa27-4312-ae3d-7032520aedb5',
@@ -1485,6 +1485,7 @@ export const allCoinsAndTokens = [
1485
CoinFeature.SHARED_EVM_SDK,
1486
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
1487
CoinFeature.EVM_NON_BITGO_RECOVERY,
1488
+ CoinFeature.SUPPORTS_ERC20,
1489
]
1490
1491
0 commit comments