@dravana-network/registry
Version:
A collection of configs, artifacts, and schemas for Dravana bridge
42 lines (41 loc) • 1.05 kB
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiKey": "TJTIUTCJ353FAGZYMY9G182FTI5B5SYX7V",
"apiUrl": "https://api.arbiscan.io/api",
"family": "etherscan",
"name": "Arbiscan",
"url": "https://arbiscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 3,
"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"
}
],
"technicalStack": "arbitrumnitro"
};