update project (#232)

* add id 102 for SGC testnet

* update, change project name and information
This commit is contained in:
Zombieliu 2021-04-26 18:28:04 +08:00 committed by GitHub
parent 2d5c5bb5cb
commit 8d7b590fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"name": "SGC Testnet", "name": "Web3Games Testnet",
"chain": "SGC", "chain": "Web3Games",
"network": "SGC testnet", "network": "testnet",
"rpc": ["https://substrate.org.cn"], "rpc": ["https://substrate.org.cn"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "SGC", "name": "Web3Games",
"symbol": "SGC", "symbol": "W3G",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://web3games.blockspaper.com/en/", "infoURL": "https://web3games.org/",
"shortName": "sgc", "shortName": "w3g",
"chainId": 102, "chainId": 102,
"networkId": 102 "networkId": 102
} }