Skip to content

Commit

Permalink
Merge pull request #5312 from BitGo/WIN-4086
Browse files Browse the repository at this point in the history
chore(statics): adding forwarder and batcher contract addresses for oas
  • Loading branch information
parasgarg-bitgo authored Dec 24, 2024
2 parents d829add + df25ab5 commit 6321355
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,9 @@ class Oas extends Mainnet implements EthereumNetwork {
accountExplorerUrl = 'https://explorer.oasys.games/address/';
chainId = 248;
nativeCoinOperationHashPrefix = '248';
batcherContractAddress = '0xedf1a0016d9c41d2ad0c275e1ba708361a90c0d1';
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
}

class OasTestnet extends Testnet implements EthereumNetwork {
Expand Down

0 comments on commit 6321355

Please sign in to comment.