@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
47 lines (46 loc) • 1.21 kB
JavaScript
export const metadata = {
"availability": {
"reasons": [
"deprecated"
],
"status": "disabled"
},
"blockExplorers": [
{
"apiUrl": "https://zero-network.calderaexplorer.xyz/verification/contract_verification",
"family": "etherscan",
"name": "Zero Network Explorer",
"url": "https://zerion-explorer.vercel.app"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 0
},
"chainId": 543210,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Zero Network",
"domainId": 543210,
"gasCurrencyCoinGeckoId": "ethereum",
"gnosisSafeTransactionServiceUrl": "https://prod.zeronet-mainnet.transaction.keypersafe.xyz",
"name": "zeronetwork",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.zerion.io/v1/zero"
},
{
"http": "https://zero.drpc.org"
}
],
"technicalStack": "zksync"
};