chainlist-rpcs 0.5.262 → 0.5.263

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.
@@ -2,6 +2,7 @@ export default {
2
2
  "0": "kardia",
3
3
  "1": "ethereum",
4
4
  "8": "ubiq",
5
+ "9": "quai",
5
6
  "10": "optimism",
6
7
  "14": "flare",
7
8
  "19": "songbird",
@@ -72,6 +73,7 @@ export default {
72
73
  "314": "filecoin",
73
74
  "321": "kucoin",
74
75
  "324": "zksync era",
76
+ "329": "molten_network",
75
77
  "336": "shiden",
76
78
  "360": "shape",
77
79
  "361": "theta",
@@ -79,6 +81,7 @@ export default {
79
81
  "388": "cronos zkevm",
80
82
  "416": "sx",
81
83
  "463": "areum",
84
+ "466": "appchain",
82
85
  "478": "form network",
83
86
  "480": "wc",
84
87
  "510": "syndicate",
@@ -91,10 +94,13 @@ export default {
91
94
  "690": "redstone",
92
95
  "698": "matchain",
93
96
  "747": "flow",
97
+ "757": "capx",
94
98
  "820": "callisto",
95
99
  "841": "tara",
96
100
  "888": "wanchain",
97
101
  "957": "lyra",
102
+ "964": "bittensor_evm",
103
+ "988": "seda",
98
104
  "996": "bifrost",
99
105
  "999": "hyperliquid",
100
106
  "1024": "clv",
@@ -102,6 +108,7 @@ export default {
102
108
  "1088": "metis",
103
109
  "1100": "dymension",
104
110
  "1101": "polygon zkevm",
111
+ "1110": "grx",
105
112
  "1116": "core",
106
113
  "1124": "ecm",
107
114
  "1130": "defichain_evm",
@@ -133,18 +140,22 @@ export default {
133
140
  "2332": "soma",
134
141
  "2345": "goat",
135
142
  "2355": "silicon zkevm",
143
+ "2372": "besc",
136
144
  "2410": "karak",
137
145
  "2525": "inevm",
138
146
  "2649": "ailayer",
139
147
  "2741": "abstract",
140
148
  "2818": "morph",
141
149
  "3073": "move",
150
+ "3109": "svm",
142
151
  "3338": "peaq",
143
152
  "3637": "botanix",
144
153
  "3721": "xone chain",
145
154
  "3776": "astar zkevm",
155
+ "4048": "earnm",
146
156
  "4114": "citrea",
147
157
  "4158": "crossfi",
158
+ "4326": "polymesh",
148
159
  "4337": "beam",
149
160
  "4442": "denergy testnet",
150
161
  "4488": "hydra chain",
@@ -157,6 +168,7 @@ export default {
157
168
  "5432": "yeying",
158
169
  "5464": "saga",
159
170
  "5551": "nahmii",
171
+ "5887": "flynet",
160
172
  "6001": "bouncebit",
161
173
  "6699": "ox",
162
174
  "6880": "mtt network",
@@ -184,11 +196,13 @@ export default {
184
196
  "10000": "smartbch",
185
197
  "10088": "gatelayer",
186
198
  "10507": "numbers",
199
+ "11235": "islm",
187
200
  "11820": "artela",
188
201
  "13371": "immutable zkevm",
189
202
  "15551": "loop",
190
203
  "16116": "defiverse",
191
204
  "16507": "genesys",
205
+ "16661": "kasplex",
192
206
  "16718": "airdao",
193
207
  "17777": "eos evm",
194
208
  "18686": "moonchain",
@@ -236,15 +250,18 @@ export default {
236
250
  "80094": "berachain",
237
251
  "81457": "blast",
238
252
  "88888": "chiliz",
253
+ "97477": "doma",
239
254
  "98865": "plume_deprecated",
240
255
  "98866": "plume",
241
256
  "105105": "stratis",
242
257
  "111188": "real",
243
258
  "153153": "odyssey",
244
259
  "167000": "taiko",
260
+ "190415": "hpp",
245
261
  "200901": "bitlayer",
246
262
  "222222": "hydradx",
247
263
  "256256": "cmp",
264
+ "258432": "standx",
248
265
  "322202": "parex",
249
266
  "333999": "polis",
250
267
  "369369": "denergy",
@@ -253,12 +270,14 @@ export default {
253
270
  "510003": "commons",
254
271
  "534352": "scroll",
255
272
  "543210": "zero_network",
273
+ "612055": "allora",
256
274
  "747474": "katana",
257
275
  "777777": "winr",
258
276
  "810180": "zklink nova",
259
277
  "888888": "vision",
260
278
  "900000": "posichain",
261
279
  "1440000": "xrpl_evm",
280
+ "5064014": "ethereal",
262
281
  "7000700": "jmdt",
263
282
  "7225878": "saakuru",
264
283
  "7777777": "zora",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chainlist-rpcs",
3
- "version": "0.5.262",
3
+ "version": "0.5.263",
4
4
  "type": "module",
5
5
  "description": "Wrapper around the rpcs as published by DefiLlama/chainlist.",
6
6
  "main": "app.js",