@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
41 lines (40 loc) • 975 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://explorer.galactica.com/api",
"family": "blockscout",
"name": "Galactica Explorer",
"url": "https://explorer.galactica.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 0
},
"chainId": 613419,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Galactica",
"domainId": 613419,
"gasCurrencyCoinGeckoId": "galactica-com",
"index": {
"from": 851
},
"isTestnet": false,
"name": "galactica",
"nativeToken": {
"decimals": 18,
"name": "GNET",
"symbol": "GNET"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://galactica-mainnet.g.alchemy.com/public"
}
],
"technicalStack": "arbitrumnitro"
};