Add Oasis Sapphire chains (#1951)

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Matevž Jekovec 2022-12-04 21:32:14 +01:00 committed by GitHub
parent 37eb629ded
commit 5ba21b811c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"name": "Oasis Sapphire",
"chain": "Sapphire",
"icon": "oasis",
"rpc": ["https://sapphire.oasis.dev", "wss://sapphire.oasis.dev/ws"],
"faucets": [],
"nativeCurrency": {
"name": "Sapphire Rose",
"symbol": "ROSE",
"decimals": 18
},
"infoURL": "https://docs.oasis.io/dapp/sapphire",
"shortName": "sapphire",
"chainId": 23294,
"networkId": 23294,
"status": "incubating"
}

View File

@ -0,0 +1,26 @@
{
"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"
}
]
}