Skip to content

Commit 3d1c90c

Browse files
Merge pull request #7469 from BitGo/WIN-7765
feat: enable support erc20 token standard for Monad
2 parents e5386ec + 4862808 commit 3d1c90c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ export const allCoinsAndTokens = [
14691469
18,
14701470
UnderlyingAsset.MON,
14711471
BaseUnit.ETH,
1472-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
1472+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SUPPORTS_ERC20]
14731473
),
14741474
account(
14751475
'5c5ebe50-fa27-4312-ae3d-7032520aedb5',
@@ -1485,6 +1485,7 @@ export const allCoinsAndTokens = [
14851485
CoinFeature.SHARED_EVM_SDK,
14861486
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
14871487
CoinFeature.EVM_NON_BITGO_RECOVERY,
1488+
CoinFeature.SUPPORTS_ERC20,
14881489
]
14891490
),
14901491
account(

0 commit comments

Comments
 (0)