@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
36 lines • 764 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://blockexplorer.electroneum.com/api",
"family": "blockscout",
"name": "Electroneum Explorer",
"url": "https://blockexplorer.electroneum.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 5,
"reorgPeriod": 10
},
"chainId": 52014,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Electroneum",
"domainId": 52014,
"gasCurrencyCoinGeckoId": "electroneum",
"name": "electroneum",
"nativeToken": {
"decimals": 18,
"name": "ETN",
"symbol": "ETN"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.ankr.com/electroneum"
}
],
"technicalStack": "other"
}