mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
8ac260bb68
* Add ChainID for GoodData Testnet * Change shortName GooD to GooDT
20 lines
349 B
JSON
20 lines
349 B
JSON
{
|
|
"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
|
|
}
|