@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
36 lines • 686 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://edgenscan.io/api",
"family": "blockscout",
"name": "Edgenscan",
"url": "https://edgenscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 3,
"reorgPeriod": 5
},
"chainId": 4207,
"deployer": {
"name": "LayerEdge",
"url": "https://www.layeredge.io"
},
"displayName": "Edgen Chain",
"domainId": 4207,
"isTestnet": false,
"name": "edgenchain",
"nativeToken": {
"decimals": 18,
"name": "EDGEN",
"symbol": "EDGEN"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.layeredge.io"
}
],
"technicalStack": "other"
}