mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add chain configs for pulsechain main and test net * added rpc prefix * moved 5555 -> 940 and updated shortname
19 lines
431 B
JSON
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
|
|
}
|
|
} |