chains/_data/chains/eip155-369.json
3commascapital a6e1bf1ab5
add chain configs for pulsechain main and test net (#410)
* add chain configs for pulsechain main and test net

* added rpc prefix

* moved 5555 -> 940 and updated shortname
2021-09-29 09:52:08 +02:00

19 lines
431 B
JSON

{
"name": "PulseChain Mainnet",
"shortName": "pls",
"chain": "PLS",
"network": "mainnet",
"chainId": 369,
"networkId": 369,
"infoURL": "https://pulsechain.com/",
"rpc": [
"https://rpc.mainnet.pulsechain.com/v1/${PULSECHAIN_API_KEY}",
"wss://rpc.mainnet.pulsechain.com/ws/v1/${PULSECHAIN_API_KEY}"
],
"faucets": [],
"nativeCurrency": {
"name": "Pulse",
"symbol": "PLS",
"decimals": 18
}
}