Skip to content

Commit c9a86c4

Browse files
authored
feat: add core deployment for Holesky (#30)
### Description #### Type: New Core Deployment #### Network(s): Holesky #### Other notes ### Backward compatibility Yes ### Testing Manual
1 parent cfa6574 commit c9a86c4

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

chains/holesky/addresses.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
mailbox: "0x46f7C5D896bbeC89bE1B19e4485e59b4Be49e9Cc"
2+
proxyAdmin: "0x33dB966328Ea213b0f76eF96CA368AB37779F065"
3+
validatorAnnounce: "0xAb9B273366D794B7F80B4378bc8Aaca75C6178E2"
4+
testRecipient: "0x86fb9F1c124fB20ff130C41a79a432F770f67AFD"
5+
staticMerkleRootMultisigIsmFactory: "0xC2E36cd6e32e194EE11f15D9273B64461A4D49A2"
6+
staticMessageIdMultisigIsmFactory: "0x6966b0E55883d49BFB24539356a2f8A673E02039"
7+
staticAggregationIsmFactory: "0x54148470292C24345fb828B003461a9444414517"
8+
staticAggregationHookFactory: "0x589C201a07c26b4725A4A829d772f24423da480B"
9+
domainRoutingIsmFactory: "0xDDcFEcF17586D08A5740B7D91735fcCE3dfe3eeD"
10+
interchainSecurityModule: "0x751f2b684EeBb916dB777767CCb8fd793C8b2956"
11+
merkleTreeHook: "0x98AAE089CaD930C64a76dD2247a2aC5773a4B8cE"
12+
fallbackRoutingHook: "0x07009DA2249c388aD0f416a235AfE90D784e1aAc"
13+
pausableHook: "0xF7561c34f17A32D5620583A3397C304e7038a7F6"
14+
storageGasOracle: "0x2b2a158B4059C840c7aC67399B153bb567D06303"
15+
interchainGasPaymaster: "0x5CBf4e70448Ed46c2616b04e9ebc72D29FF0cfA9"
16+
protocolFee: "0x6b1bb4ce664Bb4164AEB4d3D2E7DE7450DD8084C"

chains/holesky/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

chains/holesky/metadata.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# yaml-language-server: $schema=../schema.json
2+
blockExplorers:
3+
- apiUrl: https://api-holesky.etherscan.io/api
4+
family: etherscan
5+
name: Etherscan
6+
url: https://holesky.etherscan.io
7+
blocks:
8+
confirmations: 1
9+
estimateBlockTime: 13
10+
reorgPeriod: 2
11+
name: holesky
12+
chainId: 17000
13+
isTestnet: true
14+
domainId: 17000
15+
protocol: ethereum
16+
nativeToken:
17+
decimals: 18
18+
name: Ether
19+
symbol: ETH
20+
rpcUrls:
21+
- http: https://ethereum-holesky-rpc.publicnode.com

0 commit comments

Comments
 (0)