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 d829add + df25ab5 commit 6321355Copy full SHA for 6321355
modules/statics/src/networks.ts
@@ -1074,6 +1074,9 @@ class Oas extends Mainnet implements EthereumNetwork {
1074
accountExplorerUrl = 'https://explorer.oasys.games/address/';
1075
chainId = 248;
1076
nativeCoinOperationHashPrefix = '248';
1077
+ batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1';
1078
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1079
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1080
}
1081
1082
class OasTestnet extends Testnet implements EthereumNetwork {
0 commit comments