@artela-network/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
30 lines • 598 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan/api",
"family": "routescan",
"name": "bobascan",
"url": "https://bobascan.com"
}
],
"chainId": 288,
"deployer": {
"name": "Boba Network",
"url": "https://boba.network"
},
"displayName": "Boba Mainnet",
"domainId": 288,
"isTestnet": false,
"name": "boba",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://mainnet.boba.network"
}
]
}