@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
36 lines • 745 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://nexus.oasis.io/v1",
"family": "other",
"name": "Oasis Explorer",
"url": "https://explorer.oasis.io/testnet/sapphire"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 6,
"reorgPeriod": 0
},
"chainId": 23295,
"deployer": {
"name": "Oasis Protocol Foundation",
"url": "https://oasisprotocol.org/"
},
"displayName": "Sapphire Testnet",
"domainId": 23295,
"isTestnet": true,
"name": "sapphiretestnet",
"nativeToken": {
"decimals": 18,
"name": "TEST",
"symbol": "TEST"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://testnet.sapphire.oasis.io"
}
],
"technicalStack": "other"
}