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 <john.risk@gmail.com>
This commit is contained in:
John Risk 2023-02-14 17:47:22 +02:00 committed by GitHub
parent 413ffda4f8
commit e056b2166d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]
}