feat: add SPS chainId and SPSTest chianId (#1948)

* feat: add SPS chainId and SPSTest chianId

* Update _data/chains/eip155-14000.json

Co-authored-by: LycrusHamster <liang2929@hotmail.com>
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Clubswap 2022-11-29 09:44:42 +08:00 committed by GitHub
parent 484df1fa5c
commit a1a4a647fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "SPS",
"chain": "SPS",
"rpc": ["https://marketplace.ssquad.games"],
"faucets": [],
"nativeCurrency": {
"name": "ECG",
"symbol": "ECG",
"decimals": 18
},
"infoURL": "https://ssquad.games/",
"shortName": "SPS",
"chainId": 13000,
"networkId": 13000,
"explorers": [
{
"name": "SPS Explorer",
"url": "http://spsscan.ssquad.games",
"standard": "EIP3091"
}
],
"status": "incubating"
}

View File

@ -0,0 +1,22 @@
{
"name": "SPS Testnet",
"chain": "SPS-Testnet",
"rpc": ["https://www.3sps.net"],
"faucets": [],
"nativeCurrency": {
"name": "ECG",
"symbol": "ECG",
"decimals": 18
},
"infoURL": "https://ssquad.games/",
"shortName": "SPS-Test",
"chainId": 14000,
"networkId": 14000,
"explorers": [
{
"name": "SPS Test Explorer",
"url": "https://explorer.3sps.net",
"standard": "EIP3091"
}
]
}