@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 898 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://celo-sepolia.blockscout.com/api",
"family": "blockscout",
"name": "Celo Sepolia Explorer",
"url": "https://celo-sepolia.blockscout.com"
}
],
"blocks": {
"confirmations": 3,
"estimateBlockTime": 1,
"reorgPeriod": 1
},
"chainId": 11142220,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Celo Sepolia",
"domainId": 11142220,
"isTestnet": true,
"name": "celosepolia",
"nativeToken": {
"decimals": 18,
"name": "CELO",
"symbol": "CELO"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://forno.celo-sepolia.celo-testnet.org"
}
],
"technicalStack": "opstack"
};