mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
5ba21b811c
Co-authored-by: ligi <ligi@ligi.de>
27 lines
600 B
JSON
27 lines
600 B
JSON
{
|
|
"name": "Oasis Sapphire Testnet",
|
|
"chain": "Sapphire",
|
|
"icon": "oasis",
|
|
"rpc": [
|
|
"https://testnet.sapphire.oasis.dev",
|
|
"wss://testnet.sapphire.oasis.dev/ws"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Sapphire Test Rose",
|
|
"symbol": "TEST",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.oasis.io/dapp/sapphire",
|
|
"shortName": "sapphire-testnet",
|
|
"chainId": 23295,
|
|
"networkId": 23295,
|
|
"explorers": [
|
|
{
|
|
"name": "Oasis Sapphire Testnet Explorer",
|
|
"url": "https://testnet.explorer.sapphire.oasis.dev",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|