@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
43 lines (42 loc) • 1.06 kB
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://api.routescan.io/v2/network/testnet/evm/80084/etherscan/api/",
"family": "routescan",
"name": "Bartio Testnet Explorer",
"url": "https://bartio.beratrail.io/"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 3,
"reorgPeriod": 1
},
"chainId": 80084,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Berachain bArtio",
"domainId": 80084,
"gasCurrencyCoinGeckoId": "berachain",
"isTestnet": true,
"name": "berabartio",
"nativeToken": {
"decimals": 18,
"name": "BERA",
"symbol": "BERA"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://bartio.rpc.berachain.com/"
},
{
"http": "https://bartio.drpc.org"
},
{
"http": "https://bera-testnet.nodeinfra.com"
}
]
};