mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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>
24 lines
452 B
JSON
24 lines
452 B
JSON
{
|
|
"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"
|
|
}
|