We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67eb22d commit 7706617Copy full SHA for 7706617
modules/statics/src/networks.ts
@@ -625,7 +625,7 @@ class Hoodi extends Testnet implements EthereumNetwork {
625
blockExplorerUrl = 'https://hoodi.etherscan.io/block/';
626
// https://chainlist.org/chain/560048
627
chainId = 560048;
628
- batcherContractAddress = '0xebe27913fcc7510eadf10643a8f86bf5492a9541'; // populate post contract creation
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
629
forwarderFactoryAddress = '0xffa397285ce46fb78c588a9e993286aac68c37cd';
630
forwarderImplementationAddress = '0x059ffafdc6ef594230de44f824e2bd0a51ca5ded';
631
nativeCoinOperationHashPrefix = 'ETHER';
0 commit comments