Skip to content

Commit

Permalink
fix(statics): update holesky contract address
Browse files Browse the repository at this point in the history
use contracts deployed via eth-multisig-v4 respository
https://github.com/BitGo/eth-multisig-v4/releases/tag/v2.03-hteth

Ticket: WIN-1547
  • Loading branch information
dpkjnr committed Jan 22, 2024
1 parent 89d859a commit 8cfdfc4
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 8cfdfc4

Please sign in to comment.