@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines • 583 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://explorer.ham.fun/api",
"family": "blockscout",
"name": "Ham Explorer",
"url": "https://explorer.ham.fun"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 0
},
"chainId": 5112,
"displayName": "Ham",
"domainId": 5112,
"gasCurrencyCoinGeckoId": "ethereum",
"name": "ham",
"nativeToken": {
"decimals": 18,
"name": "Ethereum",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.ham.fun"
}
]
}