chains/_data/chains/eip155-14000.json
Clubswap a1a4a647fc
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>
2022-11-29 02:44:42 +01:00

23 lines
438 B
JSON

{
"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"
}
]
}