@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
43 lines (42 loc) • 1.03 kB
JavaScript
export const metadata = {
"availability": {
"reasons": [
"unavailable"
],
"status": "disabled"
},
"blockExplorers": [
{
"apiUrl": "https://explorer-sepolia.inkonchain.com/api",
"family": "blockscout",
"name": "https://explorer-sepolia.inkonchain.com",
"url": "https://explorer-sepolia.inkonchain.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 1
},
"chainId": 763373,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Ink Sepolia",
"domainId": 763373,
"isTestnet": true,
"name": "inksepolia",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc-qnd-sepolia.inkonchain.com"
}
],
"technicalStack": "opstack"
};