Skip to content

Commit

Permalink
feat: add core deployment for Holesky (#30)
Browse files Browse the repository at this point in the history
### Description

#### Type: New Core Deployment

#### Network(s): Holesky

#### Other notes

### Backward compatibility

Yes

### Testing

Manual
  • Loading branch information
aroralanuk authored May 20, 2024
1 parent cfa6574 commit c9a86c4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chains/holesky/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
mailbox: "0x46f7C5D896bbeC89bE1B19e4485e59b4Be49e9Cc"
proxyAdmin: "0x33dB966328Ea213b0f76eF96CA368AB37779F065"
validatorAnnounce: "0xAb9B273366D794B7F80B4378bc8Aaca75C6178E2"
testRecipient: "0x86fb9F1c124fB20ff130C41a79a432F770f67AFD"
staticMerkleRootMultisigIsmFactory: "0xC2E36cd6e32e194EE11f15D9273B64461A4D49A2"
staticMessageIdMultisigIsmFactory: "0x6966b0E55883d49BFB24539356a2f8A673E02039"
staticAggregationIsmFactory: "0x54148470292C24345fb828B003461a9444414517"
staticAggregationHookFactory: "0x589C201a07c26b4725A4A829d772f24423da480B"
domainRoutingIsmFactory: "0xDDcFEcF17586D08A5740B7D91735fcCE3dfe3eeD"
interchainSecurityModule: "0x751f2b684EeBb916dB777767CCb8fd793C8b2956"
merkleTreeHook: "0x98AAE089CaD930C64a76dD2247a2aC5773a4B8cE"
fallbackRoutingHook: "0x07009DA2249c388aD0f416a235AfE90D784e1aAc"
pausableHook: "0xF7561c34f17A32D5620583A3397C304e7038a7F6"
storageGasOracle: "0x2b2a158B4059C840c7aC67399B153bb567D06303"
interchainGasPaymaster: "0x5CBf4e70448Ed46c2616b04e9ebc72D29FF0cfA9"
protocolFee: "0x6b1bb4ce664Bb4164AEB4d3D2E7DE7450DD8084C"
1 change: 1 addition & 0 deletions chains/holesky/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions chains/holesky/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://api-holesky.etherscan.io/api
family: etherscan
name: Etherscan
url: https://holesky.etherscan.io
blocks:
confirmations: 1
estimateBlockTime: 13
reorgPeriod: 2
name: holesky
chainId: 17000
isTestnet: true
domainId: 17000
protocol: ethereum
nativeToken:
decimals: 18
name: Ether
symbol: ETH
rpcUrls:
- http: https://ethereum-holesky-rpc.publicnode.com

0 comments on commit c9a86c4

Please sign in to comment.