chainlist-rpcs 0.5.261 → 0.5.262

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,6 +23,7 @@ export default {
23
23
  "61": "ethereumclassic",
24
24
  "66": "okexchain",
25
25
  "70": "hoo",
26
+ "81": "joc",
26
27
  "82": "meter",
27
28
  "87": "nova network",
28
29
  "88": "tomochain",
@@ -98,6 +98,8 @@ const privacyStatement = {
98
98
  zan: "ZAN Node Service generally does not store any kind of user information (e.g. IP address, location, requst location, request data, etc.) that transits through our RPCs except for one senario ——we may track your IP address when you are using our RPCs and will delete it immediately when you stoping using our RPCs. To learn more, please review our privacy policy at https://a.zan.top/static/Privacy-Policy.pdf",
99
99
  quicknode:
100
100
  "Information about your computer hardware and software may be automatically collected by QuickNode. This information can include such details as your IP address, browser type, domain names, access times and referring website addresses.https://www.quicknode.com/privacy",
101
+ hairylabs:
102
+ "No user data is collected or stored. Token-based rate limiting uses temporary session identifiers that are automatically purged after inactivity. https://pulsechain.hairylabs.io",
101
103
  pulsechainstats:
102
104
  "PulseChainStats RPC does not store or track user information. We only temporarily log IP addresses for rate limiting and DDoS protection purposes. Logs are automatically deleted after 7 days. No wallet addresses or transaction data are correlated with IP addresses.",
103
105
  chainstack:
@@ -563,6 +565,20 @@ export const extraRpcs = {
563
565
  1975: {
564
566
  rpcs: ["https://rpc.onuschain.io"],
565
567
  },
568
+ 2517: {
569
+ rpcs: [
570
+ "https://svp-dataseed1-testnet.svpchain.org",
571
+ "https://svp-dataseed2-testnet.svpchain.org",
572
+ "https://svp-dataseed3-testnet.svpchain.org"
573
+ ],
574
+ },
575
+ 2518: {
576
+ rpcs: [
577
+ "https://svp-dataseed1.svpchain.org",
578
+ "https://svp-dataseed2.svpchain.org",
579
+ "https://svp-dataseed3.svpchain.org"
580
+ ],
581
+ },
566
582
  80001: {
567
583
  rpcs: [
568
584
  "https://rpc-mumbai.maticvigil.com",
@@ -1191,16 +1207,6 @@ export const extraRpcs = {
1191
1207
  tracking: "yes",
1192
1208
  trackingDetails: privacyStatement.tenderly,
1193
1209
  },
1194
- {
1195
- url: "https://0xrpc.io/avax",
1196
- tracking: "none",
1197
- trackingDetails: privacyStatement["0xRPC"],
1198
- },
1199
- {
1200
- url: "wss://0xrpc.io/avax",
1201
- tracking: "none",
1202
- trackingDetails: privacyStatement["0xRPC"],
1203
- },
1204
1210
  {
1205
1211
  url: "https://rpc.owlracle.info/avax/70d38ce1826c4a60bb2a8e05a6c8b20f",
1206
1212
  tracking: "limited",
@@ -2542,16 +2548,6 @@ export const extraRpcs = {
2542
2548
  trackingDetails: privacyStatement.lava,
2543
2549
  },
2544
2550
  "https://optimism.rpc.subquery.network/public",
2545
- {
2546
- url: "https://0xrpc.io/op",
2547
- tracking: "none",
2548
- trackingDetails: privacyStatement["0xRPC"],
2549
- },
2550
- {
2551
- url: "wss://0xrpc.io/op",
2552
- tracking: "none",
2553
- trackingDetails: privacyStatement["0xRPC"],
2554
- },
2555
2551
  {
2556
2552
  url: "https://rpc.owlracle.info/opt/70d38ce1826c4a60bb2a8e05a6c8b20f",
2557
2553
  tracking: "limited",
@@ -4058,6 +4054,11 @@ export const extraRpcs = {
4058
4054
  tracking: "limited",
4059
4055
  trackingDetails: privacyStatement.pulsechainstats,
4060
4056
  },
4057
+ {
4058
+ url: "https://rpc.hairylabs.io/rpc",
4059
+ tracking: "none",
4060
+ trackingDetails: privacyStatement.hairylabs,
4061
+ },
4061
4062
  ],
4062
4063
  },
4063
4064
  385: {
@@ -4196,25 +4197,9 @@ export const extraRpcs = {
4196
4197
  },
4197
4198
  ],
4198
4199
  },
4199
- 1115: {
4200
- rpcs: [
4201
- "https://rpc.test.btcs.network",
4202
- {
4203
- url: "https://core-testnet.drpc.org",
4204
- tracking: "none",
4205
- trackingDetails: privacyStatement.drpc,
4206
- },
4207
- {
4208
- url: "wss://core-testnet.drpc.org",
4209
- tracking: "none",
4210
- trackingDetails: privacyStatement.drpc,
4211
- },
4212
- ],
4213
- },
4214
4200
  1116: {
4215
4201
  rpcs: [
4216
4202
  "https://rpc.coredao.org",
4217
- "https://core.public.infstones.com",
4218
4203
  "wss://ws.coredao.org",
4219
4204
  {
4220
4205
  url: "https://1rpc.io/core",
@@ -6738,6 +6723,12 @@ export const extraRpcs = {
6738
6723
  "wss://socket.qubetics.com",
6739
6724
  ],
6740
6725
  },
6726
+ 6163: {
6727
+ rpcs: [
6728
+ "https://evm-rpc-arc.testnet.stackflow.site",
6729
+ "wss://evm-ws.testnet.stackflow.site",
6730
+ ],
6731
+ },
6741
6732
  2358: {
6742
6733
  rpcs: ["https://api.sepolia.kroma.network"],
6743
6734
  },
@@ -7751,16 +7742,6 @@ export const extraRpcs = {
7751
7742
  tracking: "none",
7752
7743
  trackingDetails: privacyStatement.drpc,
7753
7744
  },
7754
- {
7755
- url: "https://0xrpc.io/uni",
7756
- tracking: "none",
7757
- trackingDetails: privacyStatement["0xRPC"],
7758
- },
7759
- {
7760
- url: "wss://0xrpc.io/uni",
7761
- tracking: "none",
7762
- trackingDetails: privacyStatement["0xRPC"],
7763
- },
7764
7745
  {
7765
7746
  url: "https://unichain.therpc.io",
7766
7747
  tracking: "limited",
@@ -8135,6 +8116,7 @@ export const extraRpcs = {
8135
8116
  trackingDetails: privacyStatement.bctech,
8136
8117
  },
8137
8118
  "https://evm-rpc-archive.story.node75.org",
8119
+ "https://rpc.evm.mainnet.story.despreadlabs.io"
8138
8120
  ],
8139
8121
  },
8140
8122
  3030: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chainlist-rpcs",
3
- "version": "0.5.261",
3
+ "version": "0.5.262",
4
4
  "type": "module",
5
5
  "description": "Wrapper around the rpcs as published by DefiLlama/chainlist.",
6
6
  "main": "app.js",