Skip to content

Commit fde3c88

Browse files
authored
Merge pull request #6691 from BitGo/WIN-6182-add-evm-compatible-wp-flag
chore: add evm compatible wp flag to kaia
2 parents 48bca94 + ebb0c7a commit fde3c88

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
@@ -1640,6 +1640,7 @@ export const coins = CoinMap.fromCoins([
16401640
CoinFeature.SHARED_EVM_SDK,
16411641
CoinFeature.EVM_COMPATIBLE_IMS,
16421642
CoinFeature.EVM_COMPATIBLE_UI,
1643+
CoinFeature.EVM_COMPATIBLE_WP,
16431644
]
16441645
),
16451646
account(
@@ -1656,6 +1657,7 @@ export const coins = CoinMap.fromCoins([
16561657
CoinFeature.SHARED_EVM_SDK,
16571658
CoinFeature.EVM_COMPATIBLE_IMS,
16581659
CoinFeature.EVM_COMPATIBLE_UI,
1660+
CoinFeature.EVM_COMPATIBLE_WP,
16591661
]
16601662
),
16611663
account(

0 commit comments

Comments
 (0)