Skip to content

Commit 202aa06

Browse files
committed
Add Celestia Arabica devnet and Eden testnet chains
- Add celestiadevnet chain configuration and logo - Add edentestnet chain configuration and logo - Set edentestnet domainId to 60901 - Add changeset for new chains
1 parent e057dfa commit 202aa06

File tree

5 files changed

+60
-0
lines changed

5 files changed

+60
-0
lines changed

.changeset/old-papers-rule.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/registry': minor
3+
---
4+
5+
Adding Celestia Devnet + Eden Testnet to the registry

chains/celestiadevnet/logo.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# yaml-language-server: $schema=../schema.json
2+
bech32Prefix: celestia
3+
blocks:
4+
confirmations: 1
5+
estimateBlockTime: 6
6+
reorgPeriod: 1
7+
canonicalAsset: utia
8+
chainId: arabica-11
9+
contractAddressBytes: 32
10+
deployer:
11+
name: Abacus Works
12+
url: https://www.hyperlane.xyz
13+
displayName: Celestia Arabica Devnet
14+
# Generated from: console.log(parseInt('0x'+Buffer.from('ARAB').toString('hex')) % 4_294_967_295)
15+
domainId: 1095909698
16+
gasPrice:
17+
amount: "0.1"
18+
denom: utia
19+
grpcUrls:
20+
- http: https://grpc.celestia-arabica-11.com:443
21+
index:
22+
chunk: 10
23+
from: 8214286
24+
isTestnet: true
25+
name: celestiadevnet
26+
nativeToken:
27+
decimals: 6
28+
denom: utia
29+
name: Celestia
30+
symbol: TIA
31+
protocol: cosmosnative
32+
restUrls:
33+
- http: https://api.celestia-arabica-11.com
34+
rpcUrls:
35+
- http: https://rpc.celestia-arabica-11.com
36+
slip44: 118
37+
technicalStack: other
38+
transactionOverrides:
39+
gasPrice: "0.0"

chains/edentestnet/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

chains/edentestnet/metadata.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# yaml-language-server: $schema=../schema.json
2+
chainId: 3735928814
3+
displayName: Eden Testnet
4+
domainId: 60901
5+
isTestnet: true
6+
name: edentestnet
7+
nativeToken:
8+
decimals: 18
9+
name: Eden
10+
symbol: EDEN
11+
protocol: ethereum
12+
rpcUrls:
13+
- http: http://rpc-evreth-sequencer-edennet-1-testnet.binary.builders:8545/
14+
technicalStack: other

0 commit comments

Comments
 (0)