Skip to content

Commit 7a407e6

Browse files
committed
feat: add SUPPORTS_ERC20 feature in hbarevm
ticket: win-8142
1 parent 17884ca commit 7a407e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,6 +2145,7 @@ export const allCoinsAndTokens = [
21452145
CoinFeature.EVM_COMPATIBLE_WP,
21462146
CoinFeature.EVM_NON_BITGO_RECOVERY,
21472147
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2148+
CoinFeature.SUPPORTS_ERC20,
21482149
]
21492150
),
21502151
account(

0 commit comments

Comments
 (0)