@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 856 B
JavaScript
export const metadata = {
"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,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"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"
};