@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 857 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://reactscan.net/api",
"family": "other",
"name": "Reactscan",
"url": "https://reactscan.net"
}
],
"blocks": {
"confirmations": 3,
"estimateBlockTime": 7,
"reorgPeriod": 5
},
"chainId": 1597,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Reactive Mainnet",
"domainId": 1597,
"gasCurrencyCoinGeckoId": "reactive-network",
"name": "reactive",
"nativeToken": {
"decimals": 18,
"name": "REACT",
"symbol": "REACT"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://mainnet-rpc.rnk.dev"
}
],
"technicalStack": "other"
};