@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
28 lines • 543 B
JSON
{
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 1
},
"chainId": 22222,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Nautilus",
"domainId": 22222,
"gasCurrencyCoinGeckoId": "zebec-protocol",
"name": "nautilus",
"nativeToken": {
"decimals": 18,
"name": "Zebec",
"symbol": "ZBC"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://api.nautilus.nautchain.xyz"
}
],
"technicalStack": "other"
}