Skip to content

Commit 0f4d0b9

Browse files
authored
Merge pull request #7762 from BitGo/WIN-8334
feat(statics): add erc20 support for megaeth
2 parents 5bd4190 + a7587c7 commit 0f4d0b9

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
@@ -2155,6 +2155,7 @@ export const allCoinsAndTokens = [
21552155
CoinFeature.EVM_COMPATIBLE_WP,
21562156
CoinFeature.EVM_NON_BITGO_RECOVERY,
21572157
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2158+
CoinFeature.SUPPORTS_ERC20,
21582159
]
21592160
),
21602161
account(
@@ -2174,6 +2175,7 @@ export const allCoinsAndTokens = [
21742175
CoinFeature.EVM_COMPATIBLE_WP,
21752176
CoinFeature.EVM_NON_BITGO_RECOVERY,
21762177
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2178+
CoinFeature.SUPPORTS_ERC20,
21772179
]
21782180
),
21792181
account(

0 commit comments

Comments
 (0)