@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
36 lines • 707 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://explorer.adichain/api",
"family": "other",
"name": "ADI Explorer",
"url": "https://explorer.adichain"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 0
},
"chainId": 36900,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "ADI Chain",
"domainId": 36900,
"gasCurrencyCoinGeckoId": "adi-token",
"name": "adichain",
"nativeToken": {
"decimals": 18,
"name": "ADI",
"symbol": "ADI"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.adichain"
}
],
"technicalStack": "other"
}