mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
a1a4a647fc
* 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>
23 lines
438 B
JSON
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"
|
|
}
|
|
]
|
|
}
|