@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
46 lines • 1.06 kB
JSON
{
"blockExplorers": [
{
"apiUrl": "https://explorer.mode.network/api",
"family": "blockscout",
"name": "Mode Explorer",
"url": "https://explorer.mode.network"
},
{
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/34443/etherscan/api",
"family": "routescan",
"name": "Mode Explorer",
"url": "https://34443.thesuperscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 2,
"reorgPeriod": 5
},
"chainId": 34443,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Mode",
"domainId": 34443,
"gasCurrencyCoinGeckoId": "ethereum",
"gnosisSafeTransactionServiceUrl": "https://transaction-mode.safe.optimism.io",
"name": "mode",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://mainnet.mode.network"
},
{
"http": "https://mode.drpc.org"
}
],
"technicalStack": "opstack"
}