eth-chainlist 0.0.779 → 0.0.780
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 +8 -0
- package/data/chain.js +25 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.780 (2026-05-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.779 ([07c564a](https://github.com/poowf/eth-chainlist/commit/07c564a50254b3caea4bc5198b9b4d4b09bf69f7))
|
|
9
|
+
* update chain data ([1b0c0c8](https://github.com/poowf/eth-chainlist/commit/1b0c0c814f9860b8599a8d187c848709c5c6a910))
|
|
10
|
+
|
|
3
11
|
### 0.0.779 (2026-05-23)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -29951,6 +29951,26 @@ const chainArray = [
|
|
|
29951
29951
|
}
|
|
29952
29952
|
]
|
|
29953
29953
|
},
|
|
29954
|
+
{
|
|
29955
|
+
name: 'RANNTA X-Chain',
|
|
29956
|
+
chain: 'RANNTA',
|
|
29957
|
+
icon: 'rannta',
|
|
29958
|
+
rpc: [ 'https://rpc.rannta.com/api/rpc' ],
|
|
29959
|
+
faucets: [],
|
|
29960
|
+
nativeCurrency: { name: 'RANNTA Core X', symbol: 'RNTX', decimals: 13 },
|
|
29961
|
+
infoURL: 'https://rannta.com',
|
|
29962
|
+
shortName: 'rntx',
|
|
29963
|
+
chainId: 13113,
|
|
29964
|
+
networkId: 13113,
|
|
29965
|
+
explorers: [
|
|
29966
|
+
{
|
|
29967
|
+
name: 'RANNTA X-Chain Explorer',
|
|
29968
|
+
url: 'https://explorer.rannta.com',
|
|
29969
|
+
icon: 'rannta',
|
|
29970
|
+
standard: 'EIP3091'
|
|
29971
|
+
}
|
|
29972
|
+
]
|
|
29973
|
+
},
|
|
29954
29974
|
{
|
|
29955
29975
|
name: 'Credit Smart Chain',
|
|
29956
29976
|
chain: 'CREDIT',
|
|
@@ -49308,10 +49328,11 @@ const chainArray = [
|
|
|
49308
49328
|
slip44: 184
|
|
49309
49329
|
},
|
|
49310
49330
|
{
|
|
49311
|
-
name: 'VALYGO
|
|
49331
|
+
name: 'VALYGO Smartchain',
|
|
49312
49332
|
chain: 'VYO',
|
|
49313
49333
|
rpc: [
|
|
49314
|
-
'https://rpc-gw-1.vyoscan.com/ext/bc/2t51dXsuxUvd9teY9TKEJmgxmxMk3CRF88UYTA4HQgjeYZqzSX/rpc'
|
|
49334
|
+
'https://rpc-gw-1.vyoscan.com/ext/bc/2t51dXsuxUvd9teY9TKEJmgxmxMk3CRF88UYTA4HQgjeYZqzSX/rpc',
|
|
49335
|
+
'https://rpc-gw-2.vyoscan.com/ext/bc/2t51dXsuxUvd9teY9TKEJmgxmxMk3CRF88UYTA4HQgjeYZqzSX/rpc'
|
|
49315
49336
|
],
|
|
49316
49337
|
faucets: [],
|
|
49317
49338
|
nativeCurrency: { name: 'VYO', symbol: 'VYO', decimals: 18 },
|
|
@@ -49335,7 +49356,8 @@ const chainArray = [
|
|
|
49335
49356
|
name: 'VALYGO NFT',
|
|
49336
49357
|
chain: 'VYO',
|
|
49337
49358
|
rpc: [
|
|
49338
|
-
'https://rpc-gw-1.vyoscan.com/ext/bc/2RyzsmGypNQZPby1miwMMV8spTvhgd9qd2peNRzU1mErUQqSSw/rpc'
|
|
49359
|
+
'https://rpc-gw-1.vyoscan.com/ext/bc/2RyzsmGypNQZPby1miwMMV8spTvhgd9qd2peNRzU1mErUQqSSw/rpc',
|
|
49360
|
+
'https://rpc-gw-2.vyoscan.com/ext/bc/2RyzsmGypNQZPby1miwMMV8spTvhgd9qd2peNRzU1mErUQqSSw/rpc'
|
|
49339
49361
|
],
|
|
49340
49362
|
faucets: [],
|
|
49341
49363
|
nativeCurrency: { name: 'VYO', symbol: 'VYO', decimals: 18 },
|