mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"name": "PulseChain Testnet",
|
|
"shortName": "tpls",
|
|
"chain": "tPLS",
|
|
"chainId": 940,
|
|
"networkId": 940,
|
|
"infoURL": "https://pulsechain.com/",
|
|
"rpc": [
|
|
"https://rpc.v2.testnet.pulsechain.com/",
|
|
"wss://rpc.v2.testnet.pulsechain.com/"
|
|
],
|
|
"faucets": ["https://faucet.v2.testnet.pulsechain.com/"],
|
|
"nativeCurrency": {
|
|
"name": "Test Pulse",
|
|
"symbol": "tPLS",
|
|
"decimals": 18
|
|
}
|
|
}
|