@@ -202,6 +202,7 @@ class Arbitrum extends Mainnet implements EthereumNetwork {
202
202
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
203
203
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd' ;
204
204
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2' ;
205
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e' ;
205
206
}
206
207
207
208
class ArbitrumTestnet extends Testnet implements EthereumNetwork {
@@ -216,6 +217,7 @@ class ArbitrumTestnet extends Testnet implements EthereumNetwork {
216
217
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
217
218
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd' ;
218
219
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2' ;
220
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e' ;
219
221
}
220
222
221
223
class AvalancheC extends Mainnet implements AccountNetwork {
@@ -511,7 +513,7 @@ class Ethereum extends Mainnet implements EthereumNetwork {
511
513
blockExplorerUrl = 'https://etherscan.io/block/' ;
512
514
// from https://github.com/ethereumjs/ethereumjs-common/blob/a978f630858f6843176bb20b277569785914e899/src/chains/index.ts
513
515
chainId = 1 ;
514
- batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e ' ;
516
+ batcherContractAddress = '0xebe27913fcc7510eadf10643a8f86bf5492a9541 ' ;
515
517
forwarderFactoryAddress = '0xffa397285ce46fb78c588a9e993286aac68c37cd' ;
516
518
forwarderImplementationAddress = '0x059ffafdc6ef594230de44f824e2bd0a51ca5ded' ;
517
519
nativeCoinOperationHashPrefix = 'ETHER' ;
@@ -582,7 +584,7 @@ class Holesky extends Testnet implements EthereumNetwork {
582
584
blockExplorerUrl = 'https://holesky.etherscan.io/block/' ;
583
585
// https://chainlist.org/chain/17000
584
586
chainId = 17000 ;
585
- batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e ' ;
587
+ batcherContractAddress = '0xebe27913fcc7510eadf10643a8f86bf5492a9541 ' ;
586
588
forwarderFactoryAddress = '0xffa397285ce46fb78c588a9e993286aac68c37cd' ;
587
589
forwarderImplementationAddress = '0x059ffafdc6ef594230de44f824e2bd0a51ca5ded' ;
588
590
nativeCoinOperationHashPrefix = 'ETHER' ;
@@ -1074,7 +1076,7 @@ class Polygon extends Mainnet implements EthereumNetwork {
1074
1076
forwarderImplementationAddress = '0x5397d0869aba0d55e96d5716d383f6e1d8695ed7' ;
1075
1077
walletFactoryAddress = '0xa7198f48c58e91f01317e70cd24c5cce475c1555' ;
1076
1078
walletImplementationAddress = '0xe5dcdc13b628c2df813db1080367e929c1507ca0' ;
1077
- batcherContractAddress = '0xb1b7e7cc1ecafbfd0771a5eb5454ab5b0356980d ' ;
1079
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e ' ;
1078
1080
nativeCoinOperationHashPrefix = 'POLYGON' ;
1079
1081
tokenOperationHashPrefix = 'POLYGON-ERC20' ;
1080
1082
}
@@ -1089,7 +1091,7 @@ class PolygonTestnet extends Testnet implements EthereumNetwork {
1089
1091
forwarderImplementationAddress = '0xd4c24325b5ef514fbb1ecc76a9bb4dcb57a8341e' ;
1090
1092
walletFactoryAddress = '0xe9c16033e01bf9f94bf9f99fc0fefcfb8b124992' ;
1091
1093
walletImplementationAddress = '0xf8360c213e4f44cce03e48cb9281254de2a7a566' ;
1092
- batcherContractAddress = '0xb1b7e7cc1ecafbfd0771a5eb5454ab5b0356980d ' ;
1094
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e ' ;
1093
1095
nativeCoinOperationHashPrefix = 'POLYGON' ;
1094
1096
tokenOperationHashPrefix = 'POLYGON-ERC20' ;
1095
1097
}
@@ -1106,7 +1108,7 @@ class Optimism extends Mainnet implements EthereumNetwork {
1106
1108
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
1107
1109
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd' ;
1108
1110
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2' ;
1109
- batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e ' ;
1111
+ batcherContractAddress = '0xebe27913fcc7510eadf10643a8f86bf5492a9541 ' ;
1110
1112
}
1111
1113
1112
1114
class OptimismTestnet extends Testnet implements EthereumNetwork {
@@ -1121,7 +1123,7 @@ class OptimismTestnet extends Testnet implements EthereumNetwork {
1121
1123
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
1122
1124
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd' ;
1123
1125
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2' ;
1124
- batcherContractAddress = '0xc84c7eb4c84271ec03ca9e3dbf12cfa42146309e ' ;
1126
+ batcherContractAddress = '0xebe27913fcc7510eadf10643a8f86bf5492a9541 ' ;
1125
1127
}
1126
1128
1127
1129
class ZkSync extends Mainnet implements EthereumNetwork {
0 commit comments