File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
sdks/smart-wallet-sdk/src Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ export enum SupportedChainIds {
2828 BASE = ChainId . BASE ,
2929 OPTIMISM = ChainId . OPTIMISM ,
3030 BNB = ChainId . BNB ,
31- ARBITRUM_ONE = ChainId . ARBITRUM_ONE
31+ ARBITRUM_ONE = ChainId . ARBITRUM_ONE ,
32+ MONAD = ChainId . MONAD
3233}
3334
3435/**
@@ -89,6 +90,10 @@ export const SMART_WALLET_VERSIONS: { [_chainId in SupportedChainIds]: SmartWall
8990 [ SmartWalletVersion . v1_0_0 ] : '0x000000009B1D0aF20D8C6d0A44e162d11F9b8f00' ,
9091 [ SmartWalletVersion . v1_0_0_staging ] : '0x3cbad1e3b9049ecdb9588fb48dd61d80faf41bd5' ,
9192 } ,
93+ [ SupportedChainIds . MONAD ] : {
94+ [ SmartWalletVersion . LATEST ] : '0x000000009B1D0aF20D8C6d0A44e162d11F9b8f00' ,
95+ [ SmartWalletVersion . v1_0_0 ] : '0x000000009B1D0aF20D8C6d0A44e162d11F9b8f00' ,
96+ } ,
9297}
9398
9499/**
You can’t perform that action at this time.
0 commit comments