eth-chainlist 0.0.779 → 0.0.781
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 +57 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.781 (2026-05-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.780 ([91e4a65](https://github.com/poowf/eth-chainlist/commit/91e4a6556ee584902366f6cec247d0b3a33d426f))
|
|
9
|
+
* update chain data ([207f651](https://github.com/poowf/eth-chainlist/commit/207f651c6adcb05c1d44e81becbacabc73507351))
|
|
10
|
+
|
|
11
|
+
### 0.0.780 (2026-05-25)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.779 ([07c564a](https://github.com/poowf/eth-chainlist/commit/07c564a50254b3caea4bc5198b9b4d4b09bf69f7))
|
|
17
|
+
* update chain data ([1b0c0c8](https://github.com/poowf/eth-chainlist/commit/1b0c0c814f9860b8599a8d187c848709c5c6a910))
|
|
18
|
+
|
|
3
19
|
### 0.0.779 (2026-05-23)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -6250,10 +6250,12 @@ const chainArray = [
|
|
|
6250
6250
|
shortName: 'bourse',
|
|
6251
6251
|
chainId: 343,
|
|
6252
6252
|
networkId: 343,
|
|
6253
|
+
icon: 'bourse',
|
|
6253
6254
|
explorers: [
|
|
6254
6255
|
{
|
|
6255
6256
|
name: 'Capital Exchange Markets | Digital',
|
|
6256
6257
|
url: 'https://explorer.capitalexchange.se',
|
|
6258
|
+
icon: 'bourse',
|
|
6257
6259
|
standard: 'none'
|
|
6258
6260
|
}
|
|
6259
6261
|
]
|
|
@@ -29951,6 +29953,26 @@ const chainArray = [
|
|
|
29951
29953
|
}
|
|
29952
29954
|
]
|
|
29953
29955
|
},
|
|
29956
|
+
{
|
|
29957
|
+
name: 'RANNTA X-Chain',
|
|
29958
|
+
chain: 'RANNTA',
|
|
29959
|
+
icon: 'rannta',
|
|
29960
|
+
rpc: [ 'https://rpc.rannta.com' ],
|
|
29961
|
+
faucets: [],
|
|
29962
|
+
nativeCurrency: { name: 'RANNTA Core X', symbol: 'RNTX', decimals: 18 },
|
|
29963
|
+
infoURL: 'https://rannta.com',
|
|
29964
|
+
shortName: 'rntx',
|
|
29965
|
+
chainId: 13113,
|
|
29966
|
+
networkId: 13113,
|
|
29967
|
+
explorers: [
|
|
29968
|
+
{
|
|
29969
|
+
name: 'RANNTA X-Chain Explorer',
|
|
29970
|
+
url: 'https://explorer.rannta.com',
|
|
29971
|
+
icon: 'rannta',
|
|
29972
|
+
standard: 'EIP3091'
|
|
29973
|
+
}
|
|
29974
|
+
]
|
|
29975
|
+
},
|
|
29954
29976
|
{
|
|
29955
29977
|
name: 'Credit Smart Chain',
|
|
29956
29978
|
chain: 'CREDIT',
|
|
@@ -44268,6 +44290,17 @@ const chainArray = [
|
|
|
44268
44290
|
}
|
|
44269
44291
|
]
|
|
44270
44292
|
},
|
|
44293
|
+
{
|
|
44294
|
+
name: 'MPCQ Mainnet',
|
|
44295
|
+
chain: 'MPCQ',
|
|
44296
|
+
rpc: [ 'https://rpc.moneypoolscash.com' ],
|
|
44297
|
+
faucets: [],
|
|
44298
|
+
nativeCurrency: { name: 'MPCQ', symbol: 'MPCQ', decimals: 18 },
|
|
44299
|
+
infoURL: 'https://moneypoolscash.com',
|
|
44300
|
+
shortName: 'mpcq',
|
|
44301
|
+
chainId: 262144,
|
|
44302
|
+
networkId: 262144
|
|
44303
|
+
},
|
|
44271
44304
|
{
|
|
44272
44305
|
name: 'Eclat Testnet',
|
|
44273
44306
|
chain: 'Eclat',
|
|
@@ -45140,6 +45173,25 @@ const chainArray = [
|
|
|
45140
45173
|
}
|
|
45141
45174
|
]
|
|
45142
45175
|
},
|
|
45176
|
+
{
|
|
45177
|
+
name: 'PLN Network',
|
|
45178
|
+
chain: 'PLN',
|
|
45179
|
+
icon: 'pln',
|
|
45180
|
+
rpc: [ 'https://oneagent.uk/rpc' ],
|
|
45181
|
+
faucets: [ 'https://oneagent.uk' ],
|
|
45182
|
+
nativeCurrency: { name: 'PLN', symbol: 'PLN', decimals: 18 },
|
|
45183
|
+
infoURL: 'https://oneagent.uk',
|
|
45184
|
+
shortName: 'pln',
|
|
45185
|
+
chainId: 411994,
|
|
45186
|
+
networkId: 411994,
|
|
45187
|
+
explorers: [
|
|
45188
|
+
{
|
|
45189
|
+
name: 'PLNScan',
|
|
45190
|
+
url: 'https://plnscan.com',
|
|
45191
|
+
standard: 'EIP3091'
|
|
45192
|
+
}
|
|
45193
|
+
]
|
|
45194
|
+
},
|
|
45143
45195
|
{
|
|
45144
45196
|
name: 'AIE Testnet',
|
|
45145
45197
|
chain: 'AIE',
|
|
@@ -49308,10 +49360,11 @@ const chainArray = [
|
|
|
49308
49360
|
slip44: 184
|
|
49309
49361
|
},
|
|
49310
49362
|
{
|
|
49311
|
-
name: 'VALYGO
|
|
49363
|
+
name: 'VALYGO Smartchain',
|
|
49312
49364
|
chain: 'VYO',
|
|
49313
49365
|
rpc: [
|
|
49314
|
-
'https://rpc-gw-1.vyoscan.com/ext/bc/2t51dXsuxUvd9teY9TKEJmgxmxMk3CRF88UYTA4HQgjeYZqzSX/rpc'
|
|
49366
|
+
'https://rpc-gw-1.vyoscan.com/ext/bc/2t51dXsuxUvd9teY9TKEJmgxmxMk3CRF88UYTA4HQgjeYZqzSX/rpc',
|
|
49367
|
+
'https://rpc-gw-2.vyoscan.com/ext/bc/2t51dXsuxUvd9teY9TKEJmgxmxMk3CRF88UYTA4HQgjeYZqzSX/rpc'
|
|
49315
49368
|
],
|
|
49316
49369
|
faucets: [],
|
|
49317
49370
|
nativeCurrency: { name: 'VYO', symbol: 'VYO', decimals: 18 },
|
|
@@ -49335,7 +49388,8 @@ const chainArray = [
|
|
|
49335
49388
|
name: 'VALYGO NFT',
|
|
49336
49389
|
chain: 'VYO',
|
|
49337
49390
|
rpc: [
|
|
49338
|
-
'https://rpc-gw-1.vyoscan.com/ext/bc/2RyzsmGypNQZPby1miwMMV8spTvhgd9qd2peNRzU1mErUQqSSw/rpc'
|
|
49391
|
+
'https://rpc-gw-1.vyoscan.com/ext/bc/2RyzsmGypNQZPby1miwMMV8spTvhgd9qd2peNRzU1mErUQqSSw/rpc',
|
|
49392
|
+
'https://rpc-gw-2.vyoscan.com/ext/bc/2RyzsmGypNQZPby1miwMMV8spTvhgd9qd2peNRzU1mErUQqSSw/rpc'
|
|
49339
49393
|
],
|
|
49340
49394
|
faucets: [],
|
|
49341
49395
|
nativeCurrency: { name: 'VYO', symbol: 'VYO', decimals: 18 },
|