@artela-network/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines • 594 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://app.roninchain.com/api",
"family": "other",
"name": "Ronin Explorer",
"url": "https://app.roninchain.com"
}
],
"blocks": {
"confirmations": 15,
"estimateBlockTime": 3,
"reorgPeriod": 0
},
"chainId": 2020,
"displayName": "Ronin",
"domainId": 2020,
"gasCurrencyCoinGeckoId": "ronin",
"name": "ronin",
"nativeToken": {
"decimals": 18,
"name": "Ronin",
"symbol": "RON"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://api.roninchain.com/rpc"
}
]
}