Skip to content

Commit 48bca94

Browse files
authored
Merge pull request #6690 from BitGo/WIN-6652-add-evm-compatible-wp-flag
chore: add evm compatible wp flag to xpl
2 parents 27b8039 + d599bad commit 48bca94

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
@@ -1606,6 +1606,7 @@ export const coins = CoinMap.fromCoins([
16061606
CoinFeature.SHARED_EVM_SDK,
16071607
CoinFeature.EVM_COMPATIBLE_IMS,
16081608
CoinFeature.EVM_COMPATIBLE_UI,
1609+
CoinFeature.EVM_COMPATIBLE_WP,
16091610
]
16101611
),
16111612
account(
@@ -1622,6 +1623,7 @@ export const coins = CoinMap.fromCoins([
16221623
CoinFeature.SHARED_EVM_SDK,
16231624
CoinFeature.EVM_COMPATIBLE_IMS,
16241625
CoinFeature.EVM_COMPATIBLE_UI,
1626+
CoinFeature.EVM_COMPATIBLE_WP,
16251627
]
16261628
),
16271629
account(

0 commit comments

Comments
 (0)