@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
36 lines • 740 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://explorer.somnia.network/api",
"family": "blockscout",
"name": "Somnia Explorer",
"url": "https://explorer.somnia.network"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 10
},
"chainId": 5031,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Somnia",
"domainId": 5031,
"gasCurrencyCoinGeckoId": "somnia",
"name": "somnia",
"nativeToken": {
"decimals": 18,
"name": "SOMI",
"symbol": "SOMI"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://api.infra.mainnet.somnia.network"
}
],
"technicalStack": "other"
}