Skip to content

Commit

Permalink
Merge pull request #4208 from BitGo/hteth-contract
Browse files Browse the repository at this point in the history
fix(statics): update holesky contract address
  • Loading branch information
dpkjnr authored Jan 22, 2024
2 parents 89d859a + 8cfdfc4 commit c7f2816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ class Holesky extends Testnet implements EthereumNetwork {
// https://chainlist.org/chain/17000
chainId = 17000;
batcherContractAddress = '0x8ae286c75a339ffabaed3a22088c52eb4f589780';
forwarderFactoryAddress = '0x31f17917ea6132c9a2265f514970492bae3ed668';
forwarderImplementationAddress = '0x1a924814eaeee4aee5d687c8cc1ba57eb8db7477';
forwarderFactoryAddress = '0x23223fd7cfc5f34b20f38ebb9a489e1ff3c084d1';
forwarderImplementationAddress = '0xd4c24325b5ef514fbb1ecc76a9bb4dcb57a8341e';
nativeCoinOperationHashPrefix = 'ETHER';
tokenOperationHashPrefix = 'ERC20';
}
Expand Down

0 comments on commit c7f2816

Please sign in to comment.