mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
b283623cff
* Create PSC * Rename PSC to PSC.json * Create eip115-6999.json * Rename eip115-6999.json to eip155-6999.json * Create QmSoew6CY5Eo7E73oeEjrcRa7ZTEhP7WxBLRrHgHFLy5MK * 1 * 1 * Delete QmSoew6CY5Eo7E73oeEjrcRa7ZTEhP7WxBLRrHgHFLy5MK * Create QmSoew6CY5Eo7E73oeEjrcRa7ZTEhP7WxBLRrHgHFLy5MK * Rename QmSoew6CY5Eo7E73oeEjrcRa7ZTEhP7WxBLRrHgHFLy5MK to QmSoew6CY5Eo7E73oeEjrcRa7ZTEhP7WxBLRrHgHFLy5MK.png * 1 Co-authored-by: ligi <ligi@ligi.de>
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "PolySmartChain",
|
|
"chain": "PSC",
|
|
"rpc": [
|
|
"https://seed0.polysmartchain.com/",
|
|
"https://seed1.polysmartchain.com/",
|
|
"https://seed2.polysmartchain.com/"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "PSC",
|
|
"symbol": "PSC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.polysmartchain.com/",
|
|
"shortName": "psc",
|
|
"chainId": 6999,
|
|
"networkId": 6999
|
|
}
|