Skip to content

Commit 430c65f

Browse files
feat: using the shared evm sdk feature for testnet monad
Ticket: WIN-5514 TICKET: WIN-5514
1 parent f08b154 commit 430c65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ export const coins = CoinMap.fromCoins([
12711271
18,
12721272
UnderlyingAsset.MON,
12731273
BaseUnit.ETH,
1274-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
1274+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK]
12751275
),
12761276
account(
12771277
'd4f8e4f5-7060-44e3-aca1-e3ac11597ecb',

0 commit comments

Comments
 (0)