@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
39 lines (38 loc) • 1 kB
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiKey": "GP69JEAP2W7YFJT9ZJTEPGQT6Y6KMW44ZN",
"apiUrl": "https://api.etherscan.io/v2/api?chainid=167000",
"family": "etherscan",
"name": "Taikoscan",
"url": "https://taikoscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 12,
"reorgPeriod": 5
},
"chainId": 167000,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Taiko",
"domainId": 167000,
"gasCurrencyCoinGeckoId": "ethereum",
"gnosisSafeTransactionServiceUrl": "https://transaction.safe.taiko.xyz",
"name": "taiko",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.mainnet.taiko.xyz"
}
],
"technicalStack": "other"
};