@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
40 lines (39 loc) • 886 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://carrscan.io/api/v1",
"family": "other",
"name": "CarrScan",
"url": "https://carrscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 0
},
"chainId": 7667,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "CarrChain",
"domainId": 7667,
"gasCurrencyCoinGeckoId": "carnomaly",
"index": {
"from": 40
},
"name": "carrchain",
"nativeToken": {
"decimals": 18,
"name": "CARR",
"symbol": "CARR"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.carrchain.io"
}
],
"technicalStack": "arbitrumnitro"
};