@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
32 lines (31 loc) • 729 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://api.cronoscan.com/api",
"family": "etherscan",
"name": "Cronoscan Explorer",
"url": "https://cronoscan.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 5,
"reorgPeriod": 0
},
"chainId": 25,
"displayName": "Cronos Mainnet",
"domainId": 25,
"gasCurrencyCoinGeckoId": "crypto-com-chain",
"name": "cronos",
"nativeToken": {
"decimals": 18,
"name": "Cronos",
"symbol": "CRO"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://evm.cronos.org"
}
]
};