Skip to content

Commit d076e14

Browse files
feat: update eth opeth batcherContract to support erc20Batching
TICKET: COIN-3759
1 parent e569aeb commit d076e14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ class Ethereum extends Mainnet implements EthereumNetwork {
505505
blockExplorerUrl = 'https://etherscan.io/block/';
506506
// from https://github.com/ethereumjs/ethereumjs-common/blob/a978f630858f6843176bb20b277569785914e899/src/chains/index.ts
507507
chainId = 1;
508-
batcherContractAddress = '0xb1b7e7cc1ecafbfd0771a5eb5454ab5b0356980d';
508+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
509509
forwarderFactoryAddress = '0xffa397285ce46fb78c588a9e993286aac68c37cd';
510510
forwarderImplementationAddress = '0x059ffafdc6ef594230de44f824e2bd0a51ca5ded';
511511
nativeCoinOperationHashPrefix = 'ETHER';
@@ -1064,6 +1064,7 @@ class Optimism extends Mainnet implements EthereumNetwork {
10641064
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
10651065
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
10661066
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1067+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
10671068
}
10681069

10691070
class OptimismTestnet extends Testnet implements EthereumNetwork {

0 commit comments

Comments
 (0)