@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
48 lines • 985 B
JSON
{
"availability": {
"reasons": [
"deprecated"
],
"status": "disabled"
},
"blockExplorers": [
{
"apiUrl": "https://explorer.testnet.aurora.dev/api",
"family": "blockscout",
"name": "auroratestnetscan",
"url": "https://explorer.testnet.aurora.dev"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 1
},
"chainId": 1313161555,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Aurora Testnet",
"domainId": 1313161555,
"isTestnet": true,
"name": "auroratestnet",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "AETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://testnet.aurora.dev"
},
{
"http": "https://endpoints.omniatech.io/v1/aurora/testnet/public"
},
{
"http": "https://aurora-testnet.drpc.org"
}
],
"technicalStack": "other"
}