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 3b4f8e2 commit 6d1a162Copy full SHA for 6d1a162
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