@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 871 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "http://explorer.incentiv.io/api",
"family": "blockscout",
"name": "Incentiv Explorer",
"url": "http://explorer.incentiv.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 5,
"reorgPeriod": 10
},
"chainId": 24101,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Incentiv",
"domainId": 24101,
"gasCurrencyCoinGeckoId": "incentiv",
"name": "incentiv",
"nativeToken": {
"decimals": 18,
"name": "CENT",
"symbol": "CENT"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc-archive.incentiv.io"
}
],
"technicalStack": "other"
};