Skip to content

Commit f00820a

Browse files
Merge pull request #6516 from BitGo/COIN-4850-hoodi-batcher
chore: updated batcher for hoodi
2 parents 67eb22d + 7706617 commit f00820a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ class Hoodi extends Testnet implements EthereumNetwork {
625625
blockExplorerUrl = 'https://hoodi.etherscan.io/block/';
626626
// https://chainlist.org/chain/560048
627627
chainId = 560048;
628-
batcherContractAddress = '0xebe27913fcc7510eadf10643a8f86bf5492a9541'; // populate post contract creation
628+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
629629
forwarderFactoryAddress = '0xffa397285ce46fb78c588a9e993286aac68c37cd';
630630
forwarderImplementationAddress = '0x059ffafdc6ef594230de44f824e2bd0a51ca5ded';
631631
nativeCoinOperationHashPrefix = 'ETHER';

0 commit comments

Comments
 (0)