@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
59 lines • 1.44 kB
JSON
{
"blockExplorers": [
{
"apiKey": "GP69JEAP2W7YFJT9ZJTEPGQT6Y6KMW44ZN",
"apiUrl": "https://api.etherscan.io/v2/api?chainid=10",
"family": "etherscan",
"name": "Etherscan",
"url": "https://optimistic.etherscan.io"
},
{
"apiUrl": "https://api.routescan.io/v2/network/mainnet/evm/10/etherscan/api",
"family": "routescan",
"name": "Optimism Explorer",
"url": "https://mainnet.thesuperscan.io"
},
{
"apiUrl": "https://optimism.blockscout.com/api",
"family": "blockscout",
"name": "OP Mainnet explorer",
"url": "https://optimism.blockscout.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 2,
"reorgPeriod": 10
},
"chainId": 10,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Optimism",
"domainId": 10,
"gasCurrencyCoinGeckoId": "ethereum",
"gnosisSafeTransactionServiceUrl": "https://safe-transaction-optimism.safe.global/",
"name": "optimism",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://mainnet.optimism.io"
},
{
"http": "https://optimism.drpc.org"
},
{
"http": "https://optimism-rpc.publicnode.com"
},
{
"http": "https://op-pokt.nodies.app"
}
],
"technicalStack": "opstack"
}