Skip to content

Commit

Permalink
Change wallet factory address
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Jun 23, 2023
1 parent 75947fa commit d537c21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/sdk/network/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Networks: {
bundler: 'https://goerli-bundler.etherspot.io',
contracts: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0xBabd8268f9579b05E6042661081eF6015E1d34dE',
walletFactory: '0x2f771DCa6Ffa3879e48355E8A4aF5b81d82A6164',
uniswapV3SwapRouter: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
},
paymaster: {
Expand All @@ -45,7 +45,7 @@ export const Networks: {
bundler: 'https://mumbai-bundler.etherspot.io',
contracts: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0xBabd8268f9579b05E6042661081eF6015E1d34dE',
walletFactory: '0x2f771DCa6Ffa3879e48355E8A4aF5b81d82A6164',
uniswapV3SwapRouter: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
},
paymaster: {
Expand All @@ -58,7 +58,7 @@ export const Networks: {
bundler: 'https://basegoerli-bundler.etherspot.io',
contracts: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0xBabd8268f9579b05E6042661081eF6015E1d34dE',
walletFactory: '0x2f771DCa6Ffa3879e48355E8A4aF5b81d82A6164',
uniswapV3SwapRouter: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
},
paymaster: {
Expand All @@ -71,7 +71,7 @@ export const Networks: {
bundler: 'https://sepolia-bundler.etherspot.io',
contracts: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0xBabd8268f9579b05E6042661081eF6015E1d34dE',
walletFactory: '0x2f771DCa6Ffa3879e48355E8A4aF5b81d82A6164',
uniswapV3SwapRouter: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
},
paymaster: {
Expand All @@ -84,7 +84,7 @@ export const Networks: {
bundler: 'https://optimism-bundler.etherspot.io',
contracts: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0xBabd8268f9579b05E6042661081eF6015E1d34dE',
walletFactory: '0x2f771DCa6Ffa3879e48355E8A4aF5b81d82A6164',
uniswapV3SwapRouter: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
},
paymaster: {
Expand All @@ -97,7 +97,7 @@ export const Networks: {
bundler: 'https://polygon-bundler.etherspot.io',
contracts: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0xBabd8268f9579b05E6042661081eF6015E1d34dE',
walletFactory: '0x2f771DCa6Ffa3879e48355E8A4aF5b81d82A6164',
uniswapV3SwapRouter: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
},
paymaster: {
Expand All @@ -110,7 +110,7 @@ export const Networks: {
bundler: 'https://arbitrum-bundler.etherspot.io',
contracts: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0xBabd8268f9579b05E6042661081eF6015E1d34dE',
walletFactory: '0x2f771DCa6Ffa3879e48355E8A4aF5b81d82A6164',
uniswapV3SwapRouter: '0xE592427A0AEce92De3Edee1F18E0157C05861564',
},
paymaster: {
Expand Down

0 comments on commit d537c21

Please sign in to comment.