@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 848 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://bbscan.io/api",
"family": "other",
"name": "BBScan",
"url": "https://bbscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 4,
"reorgPeriod": 5
},
"chainId": 6001,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "BounceBit",
"domainId": 6001,
"gasCurrencyCoinGeckoId": "bouncebit",
"name": "bouncebit",
"nativeToken": {
"decimals": 18,
"name": "BounceBit",
"symbol": "BB"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://fullnode-mainnet.bouncebitapi.com"
}
],
"technicalStack": "other"
};