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