chains/_data/chains/eip155-942.json
3commascapital cae8d2b27c
Adds v3 and v2b (#982)
* Adds v3 and fixedup v2

* Adds unique names for pulsechain testnets
2022-03-16 08:01:12 +01:00

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
}
}