From 2e28ceb46740ec6e8f55beced4fa50d63dbad368 Mon Sep 17 00:00:00 2001 From: Zombieliu <50917820+Zombieliu@users.noreply.github.com> Date: Fri, 26 Mar 2021 17:27:58 +0800 Subject: [PATCH] add id 102 for SGC testnet (#199) --- _data/chains/eip155-102.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/chains/eip155-102.json diff --git a/_data/chains/eip155-102.json b/_data/chains/eip155-102.json new file mode 100644 index 00000000..3ed8b75d --- /dev/null +++ b/_data/chains/eip155-102.json @@ -0,0 +1,16 @@ +{ + "name": "SGC Testnet", + "chain": "SGC", + "network": "SGC testnet", + "rpc": ["https://substrate.org.cn"], + "faucets": [], + "nativeCurrency": { + "name": "SGC", + "symbol": "SGC", + "decimals": 18 + }, + "infoURL": "https://web3games.blockspaper.com/en/", + "shortName": "sgc", + "chainId": 102, + "networkId": 102 +} \ No newline at end of file