@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 838 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://explore.tempo.xyz/api",
"family": "other",
"name": "Tempo Explorer",
"url": "https://explore.tempo.xyz"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 5
},
"chainId": 4217,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Tempo",
"domainId": 4217,
"gasCurrencyCoinGeckoId": "usd-coin",
"name": "tempo",
"nativeToken": {
"decimals": 18,
"name": "USD",
"symbol": "USD"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.tempo.xyz"
}
],
"technicalStack": "other"
};