eth-chainlist 0.0.481 → 0.0.482
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 +52 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.482 (2024-09-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.481 ([8778f05](https://github.com/poowf/eth-chainlist/commit/8778f05aa978354ae15dfac0ef8ccd841382d9af))
|
|
9
|
+
* update chain data ([1e21c73](https://github.com/poowf/eth-chainlist/commit/1e21c73c9300e41274ea4114db1437fdb142013d))
|
|
10
|
+
|
|
3
11
|
### 0.0.481 (2024-09-02)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -2832,9 +2832,9 @@ const chainArray = [
|
|
|
2832
2832
|
'wss://polygon.drpc.org'
|
|
2833
2833
|
],
|
|
2834
2834
|
faucets: [],
|
|
2835
|
-
nativeCurrency: { name: '
|
|
2835
|
+
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
2836
2836
|
infoURL: 'https://polygon.technology/',
|
|
2837
|
-
shortName: '
|
|
2837
|
+
shortName: 'pol',
|
|
2838
2838
|
chainId: 137,
|
|
2839
2839
|
networkId: 137,
|
|
2840
2840
|
slip44: 966,
|
|
@@ -26277,6 +26277,26 @@ const chainArray = [
|
|
|
26277
26277
|
],
|
|
26278
26278
|
parent: { type: 'L2', chain: 'eip155-3' }
|
|
26279
26279
|
},
|
|
26280
|
+
{
|
|
26281
|
+
name: 'Erbie Mainnet',
|
|
26282
|
+
chain: 'Erbie',
|
|
26283
|
+
rpc: [ 'https://api.erbie.io' ],
|
|
26284
|
+
faucets: [],
|
|
26285
|
+
nativeCurrency: { name: 'ERB', symbol: 'ERB', decimals: 18 },
|
|
26286
|
+
infoURL: 'https://www.erbie.io',
|
|
26287
|
+
shortName: 'Erbie',
|
|
26288
|
+
chainId: 50888,
|
|
26289
|
+
networkId: 50888,
|
|
26290
|
+
icon: 'erbie',
|
|
26291
|
+
explorers: [
|
|
26292
|
+
{
|
|
26293
|
+
name: 'Erbie Explorer',
|
|
26294
|
+
url: 'https://www.erbie.io/explorer',
|
|
26295
|
+
standard: 'none',
|
|
26296
|
+
icon: 'erbie'
|
|
26297
|
+
}
|
|
26298
|
+
]
|
|
26299
|
+
},
|
|
26280
26300
|
{
|
|
26281
26301
|
name: 'Lumoz Testnet Alpha',
|
|
26282
26302
|
chain: 'ETH',
|
|
@@ -30636,6 +30656,36 @@ const chainArray = [
|
|
|
30636
30656
|
}
|
|
30637
30657
|
]
|
|
30638
30658
|
},
|
|
30659
|
+
{
|
|
30660
|
+
name: 'DuckChain Testnet',
|
|
30661
|
+
title: 'DuckChain Testnet',
|
|
30662
|
+
chain: 'DuckChain',
|
|
30663
|
+
icon: 'duckchain',
|
|
30664
|
+
rpc: [
|
|
30665
|
+
'https://testnet-rpc.duckchain.io',
|
|
30666
|
+
'https://testnet-rpc-hk.duckchain.io'
|
|
30667
|
+
],
|
|
30668
|
+
faucets: [],
|
|
30669
|
+
nativeCurrency: { name: 'TON', symbol: 'TON', decimals: 18 },
|
|
30670
|
+
infoURL: 'https://duckchain.io',
|
|
30671
|
+
shortName: 'Duck-Chain-Testnet',
|
|
30672
|
+
chainId: 202105,
|
|
30673
|
+
networkId: 202105,
|
|
30674
|
+
explorers: [
|
|
30675
|
+
{
|
|
30676
|
+
name: 'DuckChain Scan',
|
|
30677
|
+
url: 'https://www.okx.com/web3/explorer/duckchain-testnet',
|
|
30678
|
+
icon: 'duckchain',
|
|
30679
|
+
standard: 'EIP3091'
|
|
30680
|
+
},
|
|
30681
|
+
{
|
|
30682
|
+
name: 'DuckChain Scan',
|
|
30683
|
+
url: 'https://www.oklink.com/duckchain-testnet',
|
|
30684
|
+
icon: 'duckchain',
|
|
30685
|
+
standard: 'EIP3091'
|
|
30686
|
+
}
|
|
30687
|
+
]
|
|
30688
|
+
},
|
|
30639
30689
|
{
|
|
30640
30690
|
name: 'X1 Devnet',
|
|
30641
30691
|
chain: 'X1',
|