@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 888 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/124816/etherscan/api",
"family": "routescan",
"name": "Mitosis Explorer",
"url": "https://mitoscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 2,
"reorgPeriod": 5
},
"chainId": 124816,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Mitosis",
"domainId": 124816,
"gasCurrencyCoinGeckoId": "mitosis",
"name": "mitosis",
"nativeToken": {
"decimals": 18,
"name": "MITO",
"symbol": "MITO"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.mitosis.org"
}
],
"technicalStack": "other"
};