@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
44 lines (43 loc) • 1.11 kB
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://explorer.immutable.com/api/eth-rpc",
"family": "blockscout",
"name": "Immutable Explorer",
"url": "https://explorer.immutable.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 2,
"reorgPeriod": 20
},
"chainId": 13371,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Immutable zkEVM",
"domainId": 1000013371,
"gasCurrencyCoinGeckoId": "immutable-x",
"name": "immutablezkevmmainnet",
"nativeToken": {
"decimals": 18,
"name": "Immutable",
"symbol": "IMX"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.immutable.com"
},
{
"http": "https://immutable.gateway.tenderly.co"
}
],
"technicalStack": "other",
"transactionOverrides": {
"maxFeePerGas": 100000000000,
"maxPriorityFeePerGas": 100000000000
}
};