@dravana-network/registry
Version:
A collection of configs, artifacts, and schemas for Dravana bridge
236 lines (235 loc) • 6.82 kB
JavaScript
export const chainMetadata = {
"arbitrum": {
"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"
},
"avalanche": {
"blockExplorers": [
{
"apiKey": "",
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api",
"family": "routescan",
"name": "SnowTrace",
"url": "https://snowtrace.io"
}
],
"blocks": {
"confirmations": 3,
"estimateBlockTime": 2,
"reorgPeriod": 3
},
"chainId": 43114,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Avalanche",
"domainId": 43114,
"gasCurrencyCoinGeckoId": "avalanche-2",
"gnosisSafeTransactionServiceUrl": "https://safe-transaction-avalanche.safe.global/",
"name": "avalanche",
"nativeToken": {
"decimals": 18,
"name": "Avalanche",
"symbol": "AVAX"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://api.avax.network/ext/bc/C/rpc",
"pagination": {
"maxBlockRange": 100000,
"minBlockNumber": 6765067
}
}
],
"technicalStack": "other"
},
"base": {
"blockExplorers": [
{
"apiKey": "NIE9H2JX3ZT4CT63RFPE9NRFXGZBZ6X7NV",
"apiUrl": "https://api.basescan.org/api",
"family": "etherscan",
"name": "BaseScan",
"url": "https://basescan.org"
}
],
"blocks": {
"confirmations": 3,
"estimateBlockTime": 2,
"reorgPeriod": 10
},
"chainId": 8453,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Base",
"domainId": 8453,
"gasCurrencyCoinGeckoId": "ethereum",
"gnosisSafeTransactionServiceUrl": "https://safe-transaction-base.safe.global/",
"name": "base",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://mainnet.base.org"
}
],
"technicalStack": "opstack"
},
"dravana": {
"blockExplorers": [
{
"apiKey": "abc",
"apiUrl": "https://dravana.network/api",
"family": "blockscout",
"name": "dravanascan",
"url": "https://dravana.network"
}
],
"chainId": 170845,
"displayName": "Dravana",
"domainId": 170845,
"index": {
"from": 28
},
"isTestnet": false,
"name": "dravana",
"nativeToken": {
"decimals": 18,
"name": "Dravana",
"symbol": "DRAV"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://dravana.network/rpc"
}
],
"technicalStack": "arbitrumnitro"
},
"polygon": {
"blockExplorers": [
{
"apiKey": "",
"apiUrl": "https://api.polygonscan.com/api",
"family": "etherscan",
"name": "PolygonScan",
"url": "https://polygonscan.com"
}
],
"blocks": {
"confirmations": 3,
"estimateBlockTime": 2,
"reorgPeriod": "finalized"
},
"chainId": 137,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Polygon",
"domainId": 137,
"gasCurrencyCoinGeckoId": "polygon-ecosystem-token",
"gnosisSafeTransactionServiceUrl": "https://safe-transaction-polygon.safe.global/",
"name": "polygon",
"nativeToken": {
"decimals": 18,
"name": "Polygon Ecosystem Token",
"symbol": "POL"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://polygon-bor.publicnode.com"
},
{
"http": "https://polygon-rpc.com"
},
{
"http": "https://rpc.ankr.com/polygon"
}
],
"technicalStack": "other"
},
"sonic": {
"blockExplorers": [
{
"apiKey": "NAK5VFZ9BVBSFWRE1YBGDEW1HIB5ZFWJRI",
"apiUrl": "https://api.sonicscan.org/api",
"family": "etherscan",
"name": "Sonic Explorer",
"url": "https://sonicscan.org"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 2,
"reorgPeriod": 5
},
"chainId": 146,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Sonic",
"domainId": 146,
"gasCurrencyCoinGeckoId": "fantom",
"name": "sonic",
"nativeToken": {
"decimals": 18,
"name": "Sonic",
"symbol": "S"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.soniclabs.com"
}
],
"technicalStack": "other"
}
};