eth-chainlist 0.0.48 → 0.0.49
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 +15 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.49 (2023-01-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.48 ([ea953b9](https://github.com/poowf/eth-chainlist/commit/ea953b9e83e6e622f88c0fe25be396154c722170))
|
9
|
+
* update chain data ([8884a52](https://github.com/poowf/eth-chainlist/commit/8884a5279f5a7e390212b55eb8553ffb438ea6e7))
|
10
|
+
|
3
11
|
### 0.0.48 (2022-12-31)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -7413,22 +7413,24 @@ const chainArray = [
|
|
7413
7413
|
]
|
7414
7414
|
},
|
7415
7415
|
{
|
7416
|
-
name: '
|
7417
|
-
chain: '
|
7418
|
-
rpc: [ 'https://
|
7416
|
+
name: 'XANAChain',
|
7417
|
+
chain: 'XANAChain',
|
7418
|
+
rpc: [ 'https://mainnet.xana.net/rpc' ],
|
7419
7419
|
faucets: [],
|
7420
|
-
nativeCurrency: { name: '
|
7421
|
-
infoURL: 'https://
|
7422
|
-
shortName: '
|
7420
|
+
nativeCurrency: { name: 'XETA', symbol: 'XETA', decimals: 18 },
|
7421
|
+
infoURL: 'https://xanachain.xana.net/',
|
7422
|
+
shortName: 'XANAChain',
|
7423
7423
|
chainId: 8888,
|
7424
7424
|
networkId: 8888,
|
7425
|
+
icon: 'xeta',
|
7425
7426
|
explorers: [
|
7426
7427
|
{
|
7427
|
-
name: '
|
7428
|
-
url: 'https://
|
7429
|
-
standard: '
|
7428
|
+
name: 'XANAChain',
|
7429
|
+
url: 'https://xanachain.xana.net',
|
7430
|
+
standard: 'EIP3091'
|
7430
7431
|
}
|
7431
|
-
]
|
7432
|
+
],
|
7433
|
+
redFlags: [ 'reusedChainId' ]
|
7432
7434
|
},
|
7433
7435
|
{
|
7434
7436
|
name: 'Vyvo Smart Chain',
|
@@ -10853,9 +10855,9 @@ const chainArray = [
|
|
10853
10855
|
{
|
10854
10856
|
name: 'Scroll Pre-Alpha Testnet',
|
10855
10857
|
chain: 'ETH',
|
10856
|
-
rpc: [ 'https://prealpha.scroll.io/l2' ],
|
10857
|
-
faucets: [ 'https://prealpha.scroll.io' ],
|
10858
|
-
nativeCurrency: { name: 'Ether', symbol: '
|
10858
|
+
rpc: [ 'https://prealpha-rpc.scroll.io/l2' ],
|
10859
|
+
faucets: [ 'https://prealpha.scroll.io/faucet' ],
|
10860
|
+
nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
|
10859
10861
|
infoURL: 'https://scroll.io',
|
10860
10862
|
shortName: 'scr-prealpha',
|
10861
10863
|
chainId: 534354,
|