Skip to content

Commit

Permalink
Merge pull request #5282 from BitGo/WIN-4036
Browse files Browse the repository at this point in the history
chore(statics): adding batcher contract for coredao mainnet
  • Loading branch information
parasgarg-bitgo authored Dec 16, 2024
2 parents 35fdca6 + 362beb4 commit fea1d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ class Coredao extends Mainnet implements EthereumNetwork {
accountExplorerUrl = 'https://scan.coredao.org/address/';
chainId = 1116;
nativeCoinOperationHashPrefix = '1116';
batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1';
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
}
Expand Down

0 comments on commit fea1d19

Please sign in to comment.