@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
39 lines (38 loc) • 864 B
JavaScript
export const metadata = {
"availability": {
"reasons": [
"unavailable"
],
"status": "disabled"
},
"blockExplorers": [
{
"apiUrl": "https://bbscan.io/api",
"family": "other",
"name": "BBScan",
"url": "https://bbscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 4,
"reorgPeriod": 5
},
"chainId": 6001,
"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"
};