mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* * Add ChainID for GoodData
GoodData is a machine learning based privacy protection platform.
chainId: 33 (0x21) for GoodData Mainnet
* Update _data/chains/eip155-33.json
Co-authored-by: ligi <ligi@ligi.de>
Co-authored-by: ligi <ligi@ligi.de>
20 lines
346 B
JSON
20 lines
346 B
JSON
{
|
|
"name": "GoodData Mainnet",
|
|
"chain": "GooD",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://rpc.goodata.io"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "GoodData Mainnet Ether",
|
|
"symbol": "GooD",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.goodata.org",
|
|
"shortName": "GooD",
|
|
"chainId": 33,
|
|
"networkId": 33
|
|
}
|