From 5ba21b811cb0e1bb10d02e55fb955e28f881fa9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Sun, 4 Dec 2022 21:32:14 +0100 Subject: [PATCH] Add Oasis Sapphire chains (#1951) Co-authored-by: ligi --- _data/chains/eip155-23294.json | 17 +++++++++++++++++ _data/chains/eip155-23295.json | 26 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 _data/chains/eip155-23294.json create mode 100644 _data/chains/eip155-23295.json diff --git a/_data/chains/eip155-23294.json b/_data/chains/eip155-23294.json new file mode 100644 index 00000000..7dbd635e --- /dev/null +++ b/_data/chains/eip155-23294.json @@ -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" +} diff --git a/_data/chains/eip155-23295.json b/_data/chains/eip155-23295.json new file mode 100644 index 00000000..b0561379 --- /dev/null +++ b/_data/chains/eip155-23295.json @@ -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" + } + ] +}