@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 845 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://chainscan.0g.ai/open/api",
"family": "other",
"name": "0G Explorer",
"url": "https://chainscan.0g.ai"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 0.4,
"reorgPeriod": 10
},
"chainId": 16661,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "0G",
"domainId": 16661,
"gasCurrencyCoinGeckoId": "zero-gravity",
"name": "zerogravity",
"nativeToken": {
"decimals": 18,
"name": "0G",
"symbol": "0G"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://evmrpc.0g.ai"
}
],
"technicalStack": "other"
};