diff --git a/examples/next/package.json b/examples/next/package.json index ed7284b1..de101d43 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -15,7 +15,7 @@ "@0xsequence/kit-checkout": "workspace:*", "@0xsequence/kit-wallet": "workspace:*", "@0xsequence/kit-example-shared-components": "workspace:*", - "@0xsequence/network": "2.0.12", + "@0xsequence/network": "2.0.20", "@tanstack/react-query": "^5.37.1", "next": "14.2.3", "react": "^18.3.1", diff --git a/examples/next/src/config.ts b/examples/next/src/config.ts index 5951cdf6..8e668ca4 100644 --- a/examples/next/src/config.ts +++ b/examples/next/src/config.ts @@ -50,7 +50,13 @@ export const kitConfig: KitConfig = { export const config = createConfig('waas', { ...kitConfig, appName: 'Kit Demo', - chainIds: [ChainId.ARBITRUM_NOVA, ChainId.ARBITRUM_SEPOLIA, ChainId.POLYGON], + chainIds: [ + ChainId.ARBITRUM_NOVA, + ChainId.ARBITRUM_SEPOLIA, + ChainId.POLYGON, + ChainId.IMMUTABLE_ZKEVM, + ChainId.IMMUTABLE_ZKEVM_TESTNET + ], defaultChainId: ChainId.ARBITRUM_NOVA, // Waas specific config options diff --git a/examples/react/package.json b/examples/react/package.json index 9cf866fa..930cd8f5 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -17,7 +17,7 @@ "@0xsequence/kit-wallet": "workspace:*", "@0xsequence/kit-example-shared-components": "workspace:*", "@tanstack/react-query": "^5.37.1", - "@0xsequence/network": "2.0.12", + "@0xsequence/network": "2.0.20", "framer-motion": "^8.5.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/react/src/config.ts b/examples/react/src/config.ts index 571e70b8..5ce77c06 100644 --- a/examples/react/src/config.ts +++ b/examples/react/src/config.ts @@ -58,7 +58,13 @@ export const config = ? createConfig('waas', { ...kitConfig, appName: 'Kit Demo', - chainIds: [ChainId.ARBITRUM_NOVA, ChainId.ARBITRUM_SEPOLIA, ChainId.POLYGON], + chainIds: [ + ChainId.ARBITRUM_NOVA, + ChainId.ARBITRUM_SEPOLIA, + ChainId.POLYGON, + ChainId.IMMUTABLE_ZKEVM, + ChainId.IMMUTABLE_ZKEVM_TESTNET + ], defaultChainId: ChainId.ARBITRUM_NOVA, waasConfigKey: isDebugMode ? 'eyJwcm9qZWN0SWQiOjY5NCwicnBjU2VydmVyIjoiaHR0cHM6Ly9kZXYtd2Fhcy5zZXF1ZW5jZS5hcHAiLCJlbWFpbFJlZ2lvbiI6ImNhLWNlbnRyYWwtMSIsImVtYWlsQ2xpZW50SWQiOiI1NGF0bjV1cGk2M3FjNTlhMWVtM3ZiaHJzbiJ9' @@ -81,7 +87,13 @@ export const config = : createConfig('universal', { ...kitConfig, appName: 'Kit Demo', - chainIds: [ChainId.ARBITRUM_NOVA, ChainId.ARBITRUM_SEPOLIA, ChainId.POLYGON], + chainIds: [ + ChainId.ARBITRUM_NOVA, + ChainId.ARBITRUM_SEPOLIA, + ChainId.POLYGON, + ChainId.IMMUTABLE_ZKEVM, + ChainId.IMMUTABLE_ZKEVM_TESTNET + ], defaultChainId: ChainId.ARBITRUM_NOVA, walletConnect: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d916127c..c41a61c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -111,8 +111,8 @@ importers: specifier: workspace:* version: link:../../packages/wallet '@0xsequence/network': - specifier: 2.0.12 - version: 2.0.12(ethers@6.13.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + specifier: 2.0.20 + version: 2.0.20(ethers@6.13.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@tanstack/react-query': specifier: ^5.37.1 version: 5.56.2(react@18.3.1) @@ -172,8 +172,8 @@ importers: specifier: workspace:* version: link:../../packages/wallet '@0xsequence/network': - specifier: 2.0.12 - version: 2.0.12(ethers@6.13.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + specifier: 2.0.20 + version: 2.0.20(ethers@6.13.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@tanstack/react-query': specifier: ^5.37.1 version: 5.56.2(react@18.3.1)