@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
38 lines (37 loc) • 983 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/80094/etherscan/api/",
"family": "routescan",
"name": "Berachain Explorer",
"url": "https://beratrail.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 2,
"reorgPeriod": 5
},
"chainId": 80094,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Berachain",
"domainId": 80094,
"gasCurrencyCoinGeckoId": "berachain-bera",
"gnosisSafeTransactionServiceUrl": "https://transaction.safe.berachain.com",
"name": "berachain",
"nativeToken": {
"decimals": 18,
"name": "BERA",
"symbol": "BERA"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.berachain.com"
}
],
"technicalStack": "other"
};