@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
33 lines • 684 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://opbnb-testnet.bscscan.com/api",
"family": "etherscan",
"name": "opbnbscan",
"url": "https://opbnb-testnet.bscscan.com/"
}
],
"chainId": 5611,
"deployer": {
"name": "JunayedMh",
"url": "https://github.com/JunayedMh"
},
"displayName": "Op Bnb Testnet",
"domainId": 5611,
"isTestnet": true,
"name": "opbnbtestnet",
"nativeToken": {
"decimals": 18,
"name": "Binance",
"symbol": "tBNB"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://opbnb-testnet-rpc.publicnode.com"
},
{
"http": "https://opbnb-testnet-rpc.bnbchain.org"
}
]
}