mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
21 lines
370 B
JSON
21 lines
370 B
JSON
{
|
|
"name": "Polis Testnet",
|
|
"chain": "Sparta",
|
|
"icon": "polis",
|
|
"rpc": [
|
|
"https://sparta-rpc.polis.tech"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.polis.tech"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "tPolis",
|
|
"symbol": "tPOLIS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://polis.tech",
|
|
"shortName": "sparta",
|
|
"chainId": 333888,
|
|
"networkId": 333888
|
|
}
|