mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"name": "PulseChain Testnet",
|
|
"shortName": "tpls",
|
|
"chain": "tPLS",
|
|
"chainId": 940,
|
|
"networkId": 940,
|
|
"infoURL": "https://pulsechain.com/",
|
|
"rpc": [
|
|
"https://rpc.testnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}",
|
|
"wss://rpc.testnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Test Pulse",
|
|
"symbol": "tPLS",
|
|
"decimals": 18
|
|
}
|
|
} |