@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
34 lines • 635 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://kalyscan.io/api",
"family": "blockscout",
"name": "KalyScan",
"url": "https://kalyscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 2,
"reorgPeriod": 2
},
"chainId": 3888,
"deployer": {
"name": "Kaly Chain",
"url": "https://www.kalychain.io"
},
"displayName": "KalyChain",
"domainId": 3888,
"name": "kalychain",
"nativeToken": {
"decimals": 18,
"name": "KalyCoin",
"symbol": "KLC"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.kalychain.io/rpc"
}
]
}