@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
30 lines • 637 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://solo-testnet.explorer.caldera.xyz/api",
"family": "blockscout",
"name": "Solo Testnet Explorer",
"url": "https://solo-testnet.explorer.caldera.xyz/"
}
],
"chainId": 8884571,
"deployer": {
"name": "Solo Chain",
"url": "https://solo.tech/"
},
"displayName": "Solo Testnet",
"domainId": 8884571,
"isTestnet": true,
"name": "solotestnet",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://solo-testnet.rpc.caldera.xyz/http"
}
]
}