Add ChainID for GoodData Testnet (#332)

* Add ChainID for GoodData Testnet

* Change shortName GooD to GooDT
This commit is contained in:
goodata-ivan 2021-07-08 21:41:54 +08:00 committed by GitHub
parent c8477c7410
commit 8ac260bb68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
{
"name": "GoodData Testnet",
"chain": "GooD",
"network": "testnet",
"rpc": [
"https://test2.goodata.io"
],
"faucets": [
],
"nativeCurrency": {
"name": "GoodData Testnet Ether",
"symbol": "GooD",
"decimals": 18
},
"infoURL": "https://www.goodata.org",
"shortName": "GooDT",
"chainId": 32,
"networkId": 32
}