@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
54 lines • 1.04 kB
JSON
{
"bech32Prefix": "celestia",
"blocks": {
"confirmations": 1,
"estimateBlockTime": 6,
"reorgPeriod": 1
},
"canonicalAsset": "utia",
"chainId": "mocha-4",
"contractAddressBytes": 32,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Celestia Testnet",
"domainId": 1297040200,
"gasPrice": {
"amount": "0.1",
"denom": "utia"
},
"grpcUrls": [
{
"http": "https://grpc-celestia-testnet.mzonder.com:443"
}
],
"index": {
"chunk": 10,
"from": 6915786
},
"isTestnet": true,
"name": "celestiatestnet",
"nativeToken": {
"decimals": 6,
"denom": "utia",
"name": "Celestia",
"symbol": "TIA"
},
"protocol": "cosmosnative",
"restUrls": [
{
"http": "https://celestia-t-api.noders.services"
}
],
"rpcUrls": [
{
"http": "https://rpc-1.testnet.celestia.nodes.guru"
}
],
"slip44": 118,
"technicalStack": "other",
"transactionOverrides": {
"gasPrice": "0.0"
}
}