Skip to content

Commit af63b5e

Browse files
committed
feat(statics): add EVM_COMPATIBLE_WP coin feature for mantle
TICKET: COIN-6450
1 parent d45a0c2 commit af63b5e

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
@@ -2215,6 +2215,7 @@ export const allCoinsAndTokens = [
22152215
CoinFeature.SHARED_EVM_SDK,
22162216
CoinFeature.EVM_COMPATIBLE_IMS,
22172217
CoinFeature.EVM_COMPATIBLE_UI,
2218+
CoinFeature.EVM_COMPATIBLE_WP,
22182219
]
22192220
),
22202221
account(
@@ -2231,6 +2232,7 @@ export const allCoinsAndTokens = [
22312232
CoinFeature.SHARED_EVM_SDK,
22322233
CoinFeature.EVM_COMPATIBLE_IMS,
22332234
CoinFeature.EVM_COMPATIBLE_UI,
2235+
CoinFeature.EVM_COMPATIBLE_WP,
22342236
]
22352237
),
22362238
canton(

0 commit comments

Comments
 (0)