mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add ChainID for GoodData (#192)
* * 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>
This commit is contained in:
parent
cbe13eae9a
commit
1fcf48b83a
19
_data/chains/eip155-33.json
Normal file
19
_data/chains/eip155-33.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user