@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
43 lines • 941 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://api.celoscan.io/api",
"family": "etherscan",
"name": "CeloScan",
"url": "https://celoscan.io"
},
{
"apiUrl": "https://explorer.celo.org/mainnet/api",
"family": "blockscout",
"name": "Blockscout",
"url": "https://explorer.celo.org"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 5,
"reorgPeriod": 0
},
"chainId": 42220,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Celo",
"domainId": 42220,
"gasCurrencyCoinGeckoId": "celo",
"gnosisSafeTransactionServiceUrl": "https://safe-transaction-celo.safe.global/",
"name": "celo",
"nativeToken": {
"decimals": 18,
"name": "Celo",
"symbol": "CELO"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://forno.celo.org"
}
],
"technicalStack": "other"
}