@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
47 lines (46 loc) • 1.04 kB
JavaScript
export const metadata = {
"availability": {
"reasons": [
"unavailable"
],
"status": "disabled"
},
"blockExplorers": [
{
"apiUrl": "https://mainnet.game7.io/api",
"family": "blockscout",
"name": "Game7 Explorer",
"url": "https://mainnet.game7.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 5,
"reorgPeriod": 0
},
"chainId": 2187,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Game7",
"domainId": 2187,
"gasCurrencyCoinGeckoId": "game7",
"index": {
"from": 1635677
},
"isTestnet": false,
"name": "game7",
"nativeToken": {
"decimals": 18,
"name": "Game7",
"symbol": "G7"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://mainnet-rpc.game7.build"
}
],
"technicalStack": "arbitrumnitro"
};