chains/_data/chains/eip155-941.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
459 B
JSON

{
"name": "PulseChain Testnet v2b",
"shortName": "t2bpls",
"chain": "t2bPLS",
"network": "testnet-2b",
"chainId": 941,
"networkId": 941,
"infoURL": "https://pulsechain.com/",
"rpc": [
"https://rpc.v2b.testnet.pulsechain.com/",
"wss://rpc.v2b.testnet.pulsechain.com/"
],
"faucets": [
"https://faucet.v2b.testnet.pulsechain.com/"
],
"nativeCurrency": {
"name": "Test Pulse",
"symbol": "tPLS",
"decimals": 18
}
}