From 1fcf48b83a43f9f6e69e97efa423287ce8e5ff99 Mon Sep 17 00:00:00 2001 From: scottt-gd <81207800+scottt-gd@users.noreply.github.com> Date: Tue, 23 Mar 2021 15:01:15 +0800 Subject: [PATCH] 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 Co-authored-by: ligi --- _data/chains/eip155-33.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _data/chains/eip155-33.json diff --git a/_data/chains/eip155-33.json b/_data/chains/eip155-33.json new file mode 100644 index 00000000..3ebc1517 --- /dev/null +++ b/_data/chains/eip155-33.json @@ -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 +}