@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
39 lines (38 loc) • 872 B
JavaScript
export const metadata = {
"availability": {
"reasons": [
"unavailable"
],
"status": "disabled"
},
"blockExplorers": [
{
"apiUrl": "https://explorer.xpla.io/mainnet/api",
"family": "other",
"name": "XPLA Explorer",
"url": "https://explorer.xpla.io/mainnet"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 6,
"reorgPeriod": 5
},
"chainId": 37,
"displayName": "XPLA",
"domainId": 37,
"gasCurrencyCoinGeckoId": "xpla",
"name": "xpla",
"nativeToken": {
"decimals": 18,
"name": "XPLA",
"symbol": "XPLA"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://dimension-evm-rpc.xpla.dev"
}
],
"technicalStack": "other"
};