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",
|
"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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user