Removes pulsechain subdomain (#2806)

* Removes subdomain

* Adds incubating and features

* Puts faucets array back

* Formats urls
This commit is contained in:
3commascapital 2023-05-11 02:16:00 -05:00 committed by GitHub
parent 3231347dc9
commit 635ff88b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,17 @@
{ {
"name": "PulseChain Mainnet", "name": "PulseChain",
"shortName": "pls", "shortName": "pls",
"chain": "PLS", "chain": "PLS",
"chainId": 369, "chainId": 369,
"networkId": 369, "networkId": 369,
"infoURL": "https://pulsechain.com/", "infoURL": "https://pulsechain.com/",
"rpc": [ "rpc": ["https://rpc.pulsechain.com/", "wss://rpc.pulsechain.com/"],
"https://rpc.mainnet.pulsechain.com/", "features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"wss://rpc.mainnet.pulsechain.com/"
],
"faucets": [], "faucets": [],
"ens": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
},
"status": "incubating",
"nativeCurrency": { "nativeCurrency": {
"name": "Pulse", "name": "Pulse",
"symbol": "PLS", "symbol": "PLS",