From e056b2166d8b0851806fa94fc73eda07ba59ae3c Mon Sep 17 00:00:00 2001 From: John Risk <119842926+john-risk-adigium@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:47:22 +0200 Subject: [PATCH] Added "Oone Chain Testnet" (#2272) * Added "Oone Chain Testnet" * Correct the right "Oone Chain Testnet json" * Fixed check error "Explorer cannot have a slash on the end", and ran Prettier --------- Co-authored-by: John Risk --- _data/chains/eip155-333777.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-333777.json diff --git a/_data/chains/eip155-333777.json b/_data/chains/eip155-333777.json new file mode 100644 index 00000000..a54b2b62 --- /dev/null +++ b/_data/chains/eip155-333777.json @@ -0,0 +1,22 @@ +{ + "name": "Oone Chain Testnet", + "chain": "OONE", + "rpc": ["https://blockchain-test.adigium.world"], + "faucets": ["https://apps-test.adigium.com/faucet"], + "nativeCurrency": { + "name": "Oone", + "symbol": "tOONE", + "decimals": 18 + }, + "infoURL": "https://oone.world", + "shortName": "oonetest", + "chainId": 333777, + "networkId": 333777, + "explorers": [ + { + "name": "expedition", + "url": "https://explorer-test.adigium.world", + "standard": "none" + } + ] +}