@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
36 lines • 714 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://explorer-evm.nesa.ai/api",
"family": "blockscout",
"name": "Nesa Explorer",
"url": "https://explorer-evm.nesa.ai"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 2,
"reorgPeriod": 0
},
"chainId": 41443,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Nesa",
"domainId": 41443,
"gasCurrencyCoinGeckoId": "nesa-ai-token",
"name": "nesa",
"nativeToken": {
"decimals": 18,
"name": "NES",
"symbol": "NES"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://erpc.nesa.ai"
}
],
"technicalStack": "other"
}