@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 891 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/3637/etherscan/api",
"family": "routescan",
"name": "Botanix Explorer",
"url": "https://botanixscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 6,
"reorgPeriod": 5
},
"chainId": 3637,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Botanix",
"domainId": 3637,
"gasCurrencyCoinGeckoId": "bitcoin",
"name": "botanix",
"nativeToken": {
"decimals": 18,
"name": "Bitcoin",
"symbol": "BTC"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.botanixlabs.com"
}
],
"technicalStack": "other"
};