Skip to content

Commit 1262d20

Browse files
authored
Merge pull request #7494 from BitGo/COIN-6450-mantle-coin-feature
feat(statics): add EVM_COMPATIBLE_WP coin feature for mantle
2 parents e77aebb + af63b5e commit 1262d20

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
@@ -2217,6 +2217,7 @@ export const allCoinsAndTokens = [
22172217
CoinFeature.SHARED_EVM_SDK,
22182218
CoinFeature.EVM_COMPATIBLE_IMS,
22192219
CoinFeature.EVM_COMPATIBLE_UI,
2220+
CoinFeature.EVM_COMPATIBLE_WP,
22202221
]
22212222
),
22222223
account(
@@ -2233,6 +2234,7 @@ export const allCoinsAndTokens = [
22332234
CoinFeature.SHARED_EVM_SDK,
22342235
CoinFeature.EVM_COMPATIBLE_IMS,
22352236
CoinFeature.EVM_COMPATIBLE_UI,
2237+
CoinFeature.EVM_COMPATIBLE_WP,
22362238
]
22372239
),
22382240
canton(

0 commit comments

Comments
 (0)