@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
32 lines (31 loc) • 685 B
JavaScript
export const metadata = {
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 1
},
"chainId": 96025,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Infinity VM Monza Testnet",
"domainId": 96025,
"index": {
"from": 338182
},
"isTestnet": true,
"name": "infinityvmmonza",
"nativeToken": {
"decimals": 18,
"name": "INF",
"symbol": "INF"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.monza.infinityvm.xyz"
}
],
"technicalStack": "other"
};