Skip to content

Commit ebb0c7a

Browse files
committed
chore: add evm compatible wp flag to kaia
TICKET: WIN-6182
1 parent 27b8039 commit ebb0c7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,6 +1638,7 @@ export const coins = CoinMap.fromCoins([
16381638
CoinFeature.SHARED_EVM_SDK,
16391639
CoinFeature.EVM_COMPATIBLE_IMS,
16401640
CoinFeature.EVM_COMPATIBLE_UI,
1641+
CoinFeature.EVM_COMPATIBLE_WP,
16411642
]
16421643
),
16431644
account(
@@ -1654,6 +1655,7 @@ export const coins = CoinMap.fromCoins([
16541655
CoinFeature.SHARED_EVM_SDK,
16551656
CoinFeature.EVM_COMPATIBLE_IMS,
16561657
CoinFeature.EVM_COMPATIBLE_UI,
1658+
CoinFeature.EVM_COMPATIBLE_WP,
16571659
]
16581660
),
16591661
account(

0 commit comments

Comments
 (0)