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:
scottt-gd 2021-03-23 15:01:15 +08:00 committed by GitHub
parent cbe13eae9a
commit 1fcf48b83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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
}