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.
2 parents 9b065eb + 6d1a162 commit 9a2735cCopy full SHA for 9a2735c
modules/statics/src/networks.ts
@@ -1085,6 +1085,9 @@ class Berachain extends Mainnet implements EthereumNetwork {
1085
chainId = 80094;
1086
nativeCoinOperationHashPrefix = '80094';
1087
tokenOperationHashPrefix = '80094-ERC20';
1088
+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1';
1089
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1090
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1091
}
1092
1093
class BerachainTestnet extends Testnet implements EthereumNetwork {
0 commit comments