@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
48 lines (47 loc) • 1.23 kB
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiKey": "GP69JEAP2W7YFJT9ZJTEPGQT6Y6KMW44ZN",
"apiUrl": "https://api.etherscan.io/v2/api?chainid=42161",
"family": "etherscan",
"name": "Arbiscan",
"url": "https://arbiscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 0.25,
"reorgPeriod": 5
},
"chainId": 42161,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Arbitrum",
"domainId": 42161,
"gasCurrencyCoinGeckoId": "ethereum",
"gnosisSafeTransactionServiceUrl": "https://safe-transaction-arbitrum.safe.global/",
"index": {
"from": 143649797
},
"name": "arbitrum",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://arb1.arbitrum.io/rpc"
},
{
"http": "https://arbitrum.rpc.subquery.network/public"
},
{
"http": "https://arbitrum.drpc.org"
}
],
"technicalStack": "arbitrumnitro"
};