Skip to content

Commit a7587c7

Browse files
committed
feat(statics): add erc20 support for megaeth
Ticket: WIN-8334 TICKET: WIN-8334
1 parent 8640a71 commit a7587c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,6 +2129,7 @@ export const allCoinsAndTokens = [
21292129
CoinFeature.EVM_COMPATIBLE_WP,
21302130
CoinFeature.EVM_NON_BITGO_RECOVERY,
21312131
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2132+
CoinFeature.SUPPORTS_ERC20,
21322133
]
21332134
),
21342135
account(
@@ -2148,6 +2149,7 @@ export const allCoinsAndTokens = [
21482149
CoinFeature.EVM_COMPATIBLE_WP,
21492150
CoinFeature.EVM_NON_BITGO_RECOVERY,
21502151
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2152+
CoinFeature.SUPPORTS_ERC20,
21512153
]
21522154
),
21532155
account(

0 commit comments

Comments
 (0)