@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
40 lines (39 loc) • 968 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://lit-chain-explorer.litprotocol.com/api",
"family": "blockscout",
"name": "Lit Chain Explorer",
"url": "https://lit-chain-explorer.litprotocol.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 0
},
"chainId": 175200,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Lit Chain",
"domainId": 175200,
"gasCurrencyCoinGeckoId": "lit-protocol",
"index": {
"from": 854
},
"name": "litchain",
"nativeToken": {
"decimals": 18,
"name": "LITKEY",
"symbol": "LITKEY"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://lit-chain-rpc.litprotocol.com"
}
],
"technicalStack": "arbitrumnitro"
};