@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
48 lines (47 loc) • 1.23 kB
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiKey": "JMYR3W6HHVPQ1HH8T6W8HSZVG88IH3MHRU",
"apiUrl": "https://api-optimistic.etherscan.io/api",
"family": "etherscan",
"name": "Etherscan",
"url": "https://optimistic.etherscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 3,
"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"
};