Skip to content

Commit 0f91ee3

Browse files
Merge pull request #6344 from BitGo/WIN-5514-P
feat: using the shared evm sdk feature for testnet monad
2 parents 367b82d + 430c65f commit 0f91ee3

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)