@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines (30 loc) • 694 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://api-opbnb.bscscan.com/api",
"family": "etherscan",
"name": "opBNB Scan",
"url": "https://opbnb.bscscan.com"
}
],
"chainId": 204,
"deployer": {
"name": "JunayedMh",
"url": "https://github.com/JunayedMh"
},
"displayName": "opBNB",
"domainId": 204,
"isTestnet": false,
"name": "opbnb",
"nativeToken": {
"decimals": 18,
"name": "BNB",
"symbol": "BNB"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://opbnb-rpc.publicnode.com"
}
]
};