@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines • 822 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/9745/etherscan/api",
"family": "routescan",
"name": "Plasma Explorer",
"url": "https://plasmascan.to"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 10
},
"chainId": 9745,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Plasma",
"domainId": 9745,
"gasCurrencyCoinGeckoId": "plasma",
"gnosisSafeTransactionServiceUrl": "https://api.safe.global/tx-service/plasma/",
"name": "plasma",
"nativeToken": {
"decimals": 18,
"name": "XPL",
"symbol": "XPL"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.plasma.to"
}
],
"technicalStack": "other"
}