@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
51 lines (50 loc) • 1.33 kB
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiKey": "GP69JEAP2W7YFJT9ZJTEPGQT6Y6KMW44ZN",
"apiUrl": "https://api.etherscan.io/v2/api?chainid=42220",
"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": 1,
"reorgPeriod": 5
},
"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"
},
{
"http": "https://rpc.ankr.com/celo"
},
{
"http": "https://celo.drpc.org"
}
],
"technicalStack": "opstack"
};