mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"name": "PulseChain Testnet v3",
|
|
"shortName": "t3pls",
|
|
"chain": "t3PLS",
|
|
"network": "testnet-3",
|
|
"chainId": 942,
|
|
"networkId": 942,
|
|
"infoURL": "https://pulsechain.com/",
|
|
"rpc": [
|
|
"https://rpc.v3.testnet.pulsechain.com/",
|
|
"wss://rpc.v3.testnet.pulsechain.com/"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.v3.testnet.pulsechain.com/"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Test Pulse",
|
|
"symbol": "tPLS",
|
|
"decimals": 18
|
|
}
|
|
} |