eth-chainlist 0.0.606 → 0.0.608
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 +87 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.608 (2025-02-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.607 ([e993d2c](https://github.com/poowf/eth-chainlist/commit/e993d2c7bb5746415ea311b7e05f1bc5738a596d))
|
9
|
+
* update chain data ([6a6b838](https://github.com/poowf/eth-chainlist/commit/6a6b838f6be991a3621f361894380da3c001f3e2))
|
10
|
+
|
11
|
+
### 0.0.607 (2025-02-08)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.606 ([60448dc](https://github.com/poowf/eth-chainlist/commit/60448dceb2515fb42068c8990caa239286336a30))
|
17
|
+
* update chain data ([6117740](https://github.com/poowf/eth-chainlist/commit/6117740108756dd1d9ceeb3bc7a70d57a07af80b))
|
18
|
+
|
3
19
|
### 0.0.606 (2025-02-07)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -7668,23 +7668,24 @@ const chainArray = [
|
|
7668
7668
|
]
|
7669
7669
|
},
|
7670
7670
|
{
|
7671
|
-
name: '
|
7672
|
-
chain: '
|
7673
|
-
rpc: [ 'https://rpc.
|
7671
|
+
name: 'AmaxSmartchain',
|
7672
|
+
chain: 'AmaxSmartchain',
|
7673
|
+
rpc: [ 'https://rpc.amaxchain.io' ],
|
7674
7674
|
faucets: [],
|
7675
|
-
nativeCurrency: { name: '
|
7676
|
-
infoURL: 'https://
|
7677
|
-
shortName: '
|
7675
|
+
nativeCurrency: { name: 'amax', symbol: 'AMAX', decimals: 18 },
|
7676
|
+
infoURL: 'https://amaxchain.io',
|
7677
|
+
shortName: 'Amaxsmartchain',
|
7678
7678
|
chainId: 662,
|
7679
7679
|
networkId: 662,
|
7680
7680
|
icon: 'ultronsmartchain',
|
7681
7681
|
explorers: [
|
7682
7682
|
{
|
7683
|
-
name: '
|
7684
|
-
url: 'https://scan.
|
7683
|
+
name: 'Amaxsmartchain explorer',
|
7684
|
+
url: 'https://scan.amaxchain.io',
|
7685
7685
|
standard: 'EIP3091'
|
7686
7686
|
}
|
7687
|
-
]
|
7687
|
+
],
|
7688
|
+
redFlags: [ 'reusedChainId' ]
|
7688
7689
|
},
|
7689
7690
|
{
|
7690
7691
|
name: 'Pixie Chain Testnet',
|
@@ -14007,6 +14008,17 @@ const chainArray = [
|
|
14007
14008
|
networkId: 1987,
|
14008
14009
|
slip44: 1987
|
14009
14010
|
},
|
14011
|
+
{
|
14012
|
+
name: 'Lydia Coin',
|
14013
|
+
chain: 'LYDIA',
|
14014
|
+
rpc: [ 'https://rpc.lydiacoins.com' ],
|
14015
|
+
faucets: [],
|
14016
|
+
nativeCurrency: { name: 'Lydia Coin', symbol: 'BSW', decimals: 18 },
|
14017
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/lydia-coin',
|
14018
|
+
shortName: 'lydia',
|
14019
|
+
chainId: 1989,
|
14020
|
+
networkId: 1989
|
14021
|
+
},
|
14010
14022
|
{
|
14011
14023
|
name: 'Hubble Exchange',
|
14012
14024
|
chain: 'Hubblenet',
|
@@ -25541,6 +25553,25 @@ const chainArray = [
|
|
25541
25553
|
}
|
25542
25554
|
]
|
25543
25555
|
},
|
25556
|
+
{
|
25557
|
+
name: 'BEVM Signet',
|
25558
|
+
chain: 'BEVM',
|
25559
|
+
rpc: [ 'https://signet.bevm.io/' ],
|
25560
|
+
faucets: [],
|
25561
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
25562
|
+
infoURL: 'https://bevm.io',
|
25563
|
+
shortName: 'bevm-signet',
|
25564
|
+
chainId: 11504,
|
25565
|
+
networkId: 11504,
|
25566
|
+
icon: 'bevm',
|
25567
|
+
explorers: [
|
25568
|
+
{
|
25569
|
+
name: 'bevm signet scan',
|
25570
|
+
url: 'https://scan-signet.bevm.io',
|
25571
|
+
standard: 'none'
|
25572
|
+
}
|
25573
|
+
]
|
25574
|
+
},
|
25544
25575
|
{
|
25545
25576
|
name: 'SatsChain',
|
25546
25577
|
chain: 'SatsChain',
|
@@ -29880,6 +29911,21 @@ const chainArray = [
|
|
29880
29911
|
}
|
29881
29912
|
]
|
29882
29913
|
},
|
29914
|
+
{
|
29915
|
+
name: 'Heurist Testnet',
|
29916
|
+
chain: 'HEU',
|
29917
|
+
status: 'active',
|
29918
|
+
rpc: [],
|
29919
|
+
faucets: [],
|
29920
|
+
nativeCurrency: { name: 'Heurist', symbol: 'HEU', decimals: 18 },
|
29921
|
+
infoURL: '',
|
29922
|
+
shortName: 'HEU',
|
29923
|
+
chainId: 42096,
|
29924
|
+
networkId: 42096,
|
29925
|
+
slip44: 1,
|
29926
|
+
explorers: [],
|
29927
|
+
parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
|
29928
|
+
},
|
29883
29929
|
{
|
29884
29930
|
name: 'Arbitrum One',
|
29885
29931
|
chainId: 42161,
|
@@ -36215,6 +36261,17 @@ const chainArray = [
|
|
36215
36261
|
}
|
36216
36262
|
]
|
36217
36263
|
},
|
36264
|
+
{
|
36265
|
+
name: 'Lydia Coin Testnet',
|
36266
|
+
chain: 'LYDIA-TESTNET',
|
36267
|
+
rpc: [ 'https://testnet-rpc.lydiacoins.com' ],
|
36268
|
+
faucets: [ 'https://faucet.lydiacoins.com/' ],
|
36269
|
+
nativeCurrency: { name: 'Lydia Token', symbol: 'BSW', decimals: 18 },
|
36270
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/lydia-coin-testnet',
|
36271
|
+
shortName: 'lydia-testnet',
|
36272
|
+
chainId: 198989,
|
36273
|
+
networkId: 198989
|
36274
|
+
},
|
36218
36275
|
{
|
36219
36276
|
name: 'MAZZE Testnet',
|
36220
36277
|
chain: 'MAZZE Testnet',
|
@@ -44551,6 +44608,27 @@ const chainArray = [
|
|
44551
44608
|
}
|
44552
44609
|
]
|
44553
44610
|
},
|
44611
|
+
{
|
44612
|
+
name: 'pectra-devnet-5',
|
44613
|
+
chain: 'ETH',
|
44614
|
+
rpc: [ 'https://rpc.pectra-devnet-5.ethpandaops.io' ],
|
44615
|
+
faucets: [ 'https://faucet.pectra-devnet-5.ethpandaops.io' ],
|
44616
|
+
nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
|
44617
|
+
infoURL: 'https://pectra-devnet-5.ethpandaops.io',
|
44618
|
+
shortName: 'pectra5',
|
44619
|
+
chainId: 7088110746,
|
44620
|
+
networkId: 7088110746,
|
44621
|
+
icon: 'ethereum',
|
44622
|
+
status: 'incubating',
|
44623
|
+
explorers: [
|
44624
|
+
{
|
44625
|
+
name: 'Explorer',
|
44626
|
+
url: 'https://explorer.pectra-devnet-5.ethpandaops.io',
|
44627
|
+
icon: 'ethereum',
|
44628
|
+
standard: 'EIP3091'
|
44629
|
+
}
|
44630
|
+
]
|
44631
|
+
},
|
44554
44632
|
{
|
44555
44633
|
name: 'Palm Testnet',
|
44556
44634
|
chain: 'Palm',
|