eth-chainlist 0.0.831 → 0.0.833
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.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +75 -37
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.833 (2026-09-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.832 ([017fed2](https://github.com/poowf/eth-chainlist/commit/017fed24ced4240cce65f32697ccf65eb7ee3990))
|
|
9
|
+
* update chain data ([2c48ddb](https://github.com/poowf/eth-chainlist/commit/2c48ddbec255bae61419b9503a660b400fc3f107))
|
|
10
|
+
|
|
11
|
+
### 0.0.832 (2026-09-10)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.831 ([d3f5de3](https://github.com/poowf/eth-chainlist/commit/d3f5de3cbbdf17816877cb2aaf4c2fa83a68dbe6))
|
|
17
|
+
* update chain data ([fd1edb5](https://github.com/poowf/eth-chainlist/commit/fd1edb5cc23258cd9adae10b7b72cd5d0f34284a))
|
|
18
|
+
|
|
3
19
|
### 0.0.831 (2026-09-09)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -21,7 +21,8 @@ const chainArray = [
|
|
|
21
21
|
'https://rpc.mevblocker.io/fullprivacy',
|
|
22
22
|
'https://eth.drpc.org',
|
|
23
23
|
'wss://eth.drpc.org',
|
|
24
|
-
'https://api.securerpc.com/v1'
|
|
24
|
+
'https://api.securerpc.com/v1',
|
|
25
|
+
'https://xrpc.cl/eth'
|
|
25
26
|
],
|
|
26
27
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
27
28
|
faucets: [],
|
|
@@ -44,12 +45,6 @@ const chainArray = [
|
|
|
44
45
|
icon: 'blockscout',
|
|
45
46
|
standard: 'EIP3091'
|
|
46
47
|
},
|
|
47
|
-
{
|
|
48
|
-
name: 'dexguru',
|
|
49
|
-
url: 'https://ethereum.dex.guru',
|
|
50
|
-
icon: 'dexguru',
|
|
51
|
-
standard: 'EIP3091'
|
|
52
|
-
},
|
|
53
48
|
{
|
|
54
49
|
name: 'Routescan',
|
|
55
50
|
url: 'https://ethereum.routescan.io',
|
|
@@ -260,7 +255,8 @@ const chainArray = [
|
|
|
260
255
|
'https://optimism.gateway.tenderly.co',
|
|
261
256
|
'wss://optimism.gateway.tenderly.co',
|
|
262
257
|
'https://optimism.drpc.org',
|
|
263
|
-
'wss://optimism.drpc.org'
|
|
258
|
+
'wss://optimism.drpc.org',
|
|
259
|
+
'https://xrpc.cl/optimism'
|
|
264
260
|
],
|
|
265
261
|
faucets: [],
|
|
266
262
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -279,17 +275,6 @@ const chainArray = [
|
|
|
279
275
|
url: 'https://optimism.blockscout.com',
|
|
280
276
|
icon: 'blockscout',
|
|
281
277
|
standard: 'EIP3091'
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
name: 'dexguru',
|
|
285
|
-
url: 'https://optimism.dex.guru',
|
|
286
|
-
icon: 'dexguru',
|
|
287
|
-
standard: 'EIP3091'
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Routescan',
|
|
291
|
-
url: 'https://mainnet.superscan.network',
|
|
292
|
-
standard: 'EIP3091'
|
|
293
278
|
}
|
|
294
279
|
]
|
|
295
280
|
},
|
|
@@ -303,7 +288,14 @@ const chainArray = [
|
|
|
303
288
|
shortName: 'meta',
|
|
304
289
|
chainId: 11,
|
|
305
290
|
networkId: 11,
|
|
306
|
-
slip44: 916
|
|
291
|
+
slip44: 916,
|
|
292
|
+
explorers: [
|
|
293
|
+
{
|
|
294
|
+
name: 'Metadium Explorer',
|
|
295
|
+
url: 'https://explorer.metadium.com',
|
|
296
|
+
standard: 'EIP3091'
|
|
297
|
+
}
|
|
298
|
+
]
|
|
307
299
|
},
|
|
308
300
|
{
|
|
309
301
|
name: 'Metadium Testnet',
|
|
@@ -315,7 +307,14 @@ const chainArray = [
|
|
|
315
307
|
shortName: 'kal',
|
|
316
308
|
chainId: 12,
|
|
317
309
|
networkId: 12,
|
|
318
|
-
slip44: 1
|
|
310
|
+
slip44: 1,
|
|
311
|
+
explorers: [
|
|
312
|
+
{
|
|
313
|
+
name: 'Metadium Testnet Explorer',
|
|
314
|
+
url: 'https://testnetexplorer.metadium.com',
|
|
315
|
+
standard: 'EIP3091'
|
|
316
|
+
}
|
|
317
|
+
]
|
|
319
318
|
},
|
|
320
319
|
{
|
|
321
320
|
name: 'Diode Testnet Staging',
|
|
@@ -1224,7 +1223,8 @@ const chainArray = [
|
|
|
1224
1223
|
'https://bsc-rpc.publicnode.com',
|
|
1225
1224
|
'https://bsc-rpc-public.chainpulse.cc',
|
|
1226
1225
|
'wss://bsc-rpc.publicnode.com',
|
|
1227
|
-
'wss://bsc-ws-node.nariox.org'
|
|
1226
|
+
'wss://bsc-ws-node.nariox.org',
|
|
1227
|
+
'https://xrpc.cl/bsc'
|
|
1228
1228
|
],
|
|
1229
1229
|
faucets: [],
|
|
1230
1230
|
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
|
|
@@ -2900,7 +2900,8 @@ const chainArray = [
|
|
|
2900
2900
|
'wss://polygon.gateway.tenderly.co',
|
|
2901
2901
|
'https://rpc.satelink.network/rpc/polygon',
|
|
2902
2902
|
'https://rpcfree.com/polygon-rpc',
|
|
2903
|
-
'wss://rpc.satelink.network/rpc/ws/polygon'
|
|
2903
|
+
'wss://rpc.satelink.network/rpc/ws/polygon',
|
|
2904
|
+
'https://xrpc.cl/polygon'
|
|
2904
2905
|
],
|
|
2905
2906
|
faucets: [],
|
|
2906
2907
|
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
@@ -9040,6 +9041,25 @@ const chainArray = [
|
|
|
9040
9041
|
}
|
|
9041
9042
|
]
|
|
9042
9043
|
},
|
|
9044
|
+
{
|
|
9045
|
+
name: 'Pione BOS Chain Mainnet',
|
|
9046
|
+
chain: 'POB',
|
|
9047
|
+
icon: 'pob',
|
|
9048
|
+
rpc: [ 'https://rpc.pionescan.com' ],
|
|
9049
|
+
faucets: [],
|
|
9050
|
+
nativeCurrency: { name: 'Pione BOS Chain', symbol: 'POB', decimals: 18 },
|
|
9051
|
+
infoURL: 'https://pionechain.com',
|
|
9052
|
+
shortName: 'pob',
|
|
9053
|
+
chainId: 739,
|
|
9054
|
+
networkId: 739,
|
|
9055
|
+
explorers: [
|
|
9056
|
+
{
|
|
9057
|
+
name: 'Pione BOS Chain Explorer',
|
|
9058
|
+
url: 'https://pionescan.com',
|
|
9059
|
+
standard: 'EIP3091'
|
|
9060
|
+
}
|
|
9061
|
+
]
|
|
9062
|
+
},
|
|
9043
9063
|
{
|
|
9044
9064
|
name: 'Canto Testnet',
|
|
9045
9065
|
chain: 'Canto Tesnet',
|
|
@@ -11629,23 +11649,18 @@ const chainArray = [
|
|
|
11629
11649
|
]
|
|
11630
11650
|
},
|
|
11631
11651
|
{
|
|
11632
|
-
name: 'Vordium',
|
|
11652
|
+
name: 'Vordium Legacy',
|
|
11633
11653
|
chain: 'VORD',
|
|
11634
11654
|
icon: 'vordium',
|
|
11635
|
-
rpc: [
|
|
11655
|
+
rpc: [],
|
|
11636
11656
|
faucets: [],
|
|
11637
11657
|
nativeCurrency: { name: 'Vordium', symbol: 'VORD', decimals: 18 },
|
|
11638
11658
|
infoURL: 'https://vordium.com',
|
|
11639
|
-
shortName: 'vord',
|
|
11659
|
+
shortName: 'vord-legacy',
|
|
11640
11660
|
chainId: 1110,
|
|
11641
11661
|
networkId: 1110,
|
|
11642
|
-
|
|
11643
|
-
|
|
11644
|
-
name: 'vordscan',
|
|
11645
|
-
url: 'https://vordscan.io',
|
|
11646
|
-
standard: 'EIP3091'
|
|
11647
|
-
}
|
|
11648
|
-
]
|
|
11662
|
+
status: 'deprecated',
|
|
11663
|
+
explorers: []
|
|
11649
11664
|
},
|
|
11650
11665
|
{
|
|
11651
11666
|
name: 'WEMIX3.0 Mainnet',
|
|
@@ -27216,7 +27231,8 @@ const chainArray = [
|
|
|
27216
27231
|
'wss://base-rpc.publicnode.com',
|
|
27217
27232
|
'https://rpcfree.com/base-rpc',
|
|
27218
27233
|
'https://rpc.baseazul.dev',
|
|
27219
|
-
'https://rpc.satelink.network/rpc/base'
|
|
27234
|
+
'https://rpc.satelink.network/rpc/base',
|
|
27235
|
+
'https://xrpc.cl/base'
|
|
27220
27236
|
],
|
|
27221
27237
|
faucets: [],
|
|
27222
27238
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -36153,7 +36169,8 @@ const chainArray = [
|
|
|
36153
36169
|
'https://arbitrum-one-rpc.publicnode.com',
|
|
36154
36170
|
'wss://arbitrum-one-rpc.publicnode.com',
|
|
36155
36171
|
'https://rpcfree.com/arbitrum-rpc',
|
|
36156
|
-
'https://rpc.satelink.network/rpc/arbitrum'
|
|
36172
|
+
'https://rpc.satelink.network/rpc/arbitrum',
|
|
36173
|
+
'https://xrpc.cl/arbitrum'
|
|
36157
36174
|
],
|
|
36158
36175
|
faucets: [],
|
|
36159
36176
|
explorers: [
|
|
@@ -36540,7 +36557,8 @@ const chainArray = [
|
|
|
36540
36557
|
rpc: [
|
|
36541
36558
|
'https://api.avax.network/ext/bc/C/rpc',
|
|
36542
36559
|
'https://avalanche-c-chain-rpc.publicnode.com',
|
|
36543
|
-
'wss://avalanche-c-chain-rpc.publicnode.com'
|
|
36560
|
+
'wss://avalanche-c-chain-rpc.publicnode.com',
|
|
36561
|
+
'https://xrpc.cl/avalanche'
|
|
36544
36562
|
],
|
|
36545
36563
|
features: [ { name: 'EIP1559' } ],
|
|
36546
36564
|
faucets: [],
|
|
@@ -43153,6 +43171,25 @@ const chainArray = [
|
|
|
43153
43171
|
}
|
|
43154
43172
|
]
|
|
43155
43173
|
},
|
|
43174
|
+
{
|
|
43175
|
+
name: 'Vordium',
|
|
43176
|
+
chain: 'VORD',
|
|
43177
|
+
icon: 'vordium',
|
|
43178
|
+
rpc: [ 'https://rpc.vordium.com' ],
|
|
43179
|
+
faucets: [],
|
|
43180
|
+
nativeCurrency: { name: 'Vordium', symbol: 'VORD', decimals: 18 },
|
|
43181
|
+
infoURL: 'https://vordium.com',
|
|
43182
|
+
shortName: 'vord',
|
|
43183
|
+
chainId: 101101,
|
|
43184
|
+
networkId: 101101,
|
|
43185
|
+
explorers: [
|
|
43186
|
+
{
|
|
43187
|
+
name: 'vordscan',
|
|
43188
|
+
url: 'https://vordscan.io',
|
|
43189
|
+
standard: 'EIP3091'
|
|
43190
|
+
}
|
|
43191
|
+
]
|
|
43192
|
+
},
|
|
43156
43193
|
{
|
|
43157
43194
|
name: 'Creditcoin',
|
|
43158
43195
|
chain: 'CTC',
|
|
@@ -52027,7 +52064,8 @@ const chainArray = [
|
|
|
52027
52064
|
'wss://ethereum-sepolia-rpc.publicnode.com',
|
|
52028
52065
|
'https://sepolia.drpc.org',
|
|
52029
52066
|
'wss://sepolia.drpc.org',
|
|
52030
|
-
'https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-'
|
|
52067
|
+
'https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-',
|
|
52068
|
+
'https://xrpc.cl/sepolia'
|
|
52031
52069
|
],
|
|
52032
52070
|
faucets: [
|
|
52033
52071
|
'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
|