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