mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Removes pulsechain subdomain (#2806)
* Removes subdomain * Adds incubating and features * Puts faucets array back * Formats urls
This commit is contained in:
parent
3231347dc9
commit
635ff88b8c
|
@ -1,15 +1,17 @@
|
|||
{
|
||||
"name": "PulseChain Mainnet",
|
||||
"name": "PulseChain",
|
||||
"shortName": "pls",
|
||||
"chain": "PLS",
|
||||
"chainId": 369,
|
||||
"networkId": 369,
|
||||
"infoURL": "https://pulsechain.com/",
|
||||
"rpc": [
|
||||
"https://rpc.mainnet.pulsechain.com/",
|
||||
"wss://rpc.mainnet.pulsechain.com/"
|
||||
],
|
||||
"rpc": ["https://rpc.pulsechain.com/", "wss://rpc.pulsechain.com/"],
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"faucets": [],
|
||||
"ens": {
|
||||
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
|
||||
},
|
||||
"status": "incubating",
|
||||
"nativeCurrency": {
|
||||
"name": "Pulse",
|
||||
"symbol": "PLS",
|
||||
|
|
Loading…
Reference in New Issue
Block a user