eth-chainlist 0.0.171 → 0.0.173
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 +46 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.173 (2023-06-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.172 ([3abd06b](https://github.com/poowf/eth-chainlist/commit/3abd06b313222189668e8c76a2d86fc6b0ab1dd1))
|
9
|
+
* update chain data ([e015558](https://github.com/poowf/eth-chainlist/commit/e015558bf026a6cf6bf13b0cdb434b553453fd30))
|
10
|
+
|
11
|
+
### 0.0.172 (2023-06-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.171 ([3735a86](https://github.com/poowf/eth-chainlist/commit/3735a862212ab160a3638c2fa1e5434123fa23b2))
|
17
|
+
* update chain data ([62c03a3](https://github.com/poowf/eth-chainlist/commit/62c03a3b0fcb660e6ac9b3dddde04f9f26c79829))
|
18
|
+
|
3
19
|
### 0.0.171 (2023-06-18)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4703,13 +4703,23 @@ const chainArray = [
|
|
4703
4703
|
{
|
4704
4704
|
name: 'Patex',
|
4705
4705
|
chain: 'ETH',
|
4706
|
+
icon: 'patex',
|
4706
4707
|
rpc: [ 'https://rpc.patex.io/' ],
|
4707
4708
|
faucets: [],
|
4708
4709
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
4710
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4709
4711
|
infoURL: 'https://patex.io/',
|
4710
4712
|
shortName: 'peth',
|
4711
4713
|
chainId: 789,
|
4712
|
-
networkId: 789
|
4714
|
+
networkId: 789,
|
4715
|
+
explorers: [
|
4716
|
+
{
|
4717
|
+
name: 'patexscan',
|
4718
|
+
url: 'https://patexscan.io',
|
4719
|
+
icon: 'patex',
|
4720
|
+
standard: 'EIP3091'
|
4721
|
+
}
|
4722
|
+
]
|
4713
4723
|
},
|
4714
4724
|
{
|
4715
4725
|
name: 'Lucid Blockchain',
|
@@ -6763,10 +6773,10 @@ const chainArray = [
|
|
6763
6773
|
{
|
6764
6774
|
name: 'Atheios',
|
6765
6775
|
chain: 'ATH',
|
6766
|
-
rpc: [ 'https://
|
6776
|
+
rpc: [ 'https://rpc.atheios.org/' ],
|
6767
6777
|
faucets: [],
|
6768
6778
|
nativeCurrency: { name: 'Atheios Ether', symbol: 'ATH', decimals: 18 },
|
6769
|
-
infoURL: 'https://atheios.
|
6779
|
+
infoURL: 'https://atheios.org',
|
6770
6780
|
shortName: 'ath',
|
6771
6781
|
chainId: 1620,
|
6772
6782
|
networkId: 11235813,
|
@@ -6803,14 +6813,18 @@ const chainArray = [
|
|
6803
6813
|
icon: 'eon',
|
6804
6814
|
standard: 'EIP3091'
|
6805
6815
|
}
|
6806
|
-
]
|
6816
|
+
],
|
6817
|
+
status: 'deprecated'
|
6807
6818
|
},
|
6808
6819
|
{
|
6809
6820
|
name: 'Horizen Gobi Testnet',
|
6810
6821
|
shortName: 'Gobi',
|
6811
6822
|
chain: 'Gobi',
|
6812
6823
|
icon: 'eon',
|
6813
|
-
rpc: [
|
6824
|
+
rpc: [
|
6825
|
+
'https://gobi-testnet.horizenlabs.io/ethv1',
|
6826
|
+
'https://rpc.ankr.com/horizen_testnet_evm'
|
6827
|
+
],
|
6814
6828
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6815
6829
|
faucets: [ 'https://faucet.horizen.io' ],
|
6816
6830
|
nativeCurrency: { name: 'Testnet Zen', symbol: 'tZEN', decimals: 18 },
|
@@ -11667,6 +11681,29 @@ const chainArray = [
|
|
11667
11681
|
}
|
11668
11682
|
]
|
11669
11683
|
},
|
11684
|
+
{
|
11685
|
+
name: 'BRC Chain Mainnet',
|
11686
|
+
chain: 'BRC',
|
11687
|
+
rpc: [ 'https://rpc.brcchain.io' ],
|
11688
|
+
faucets: [ 'https://faucet.brcchain.io' ],
|
11689
|
+
nativeCurrency: {
|
11690
|
+
name: 'BRC Chain mainnet native token',
|
11691
|
+
symbol: 'BRC',
|
11692
|
+
decimals: 18
|
11693
|
+
},
|
11694
|
+
infoURL: 'https://bridge.brcchain.io',
|
11695
|
+
shortName: 'BRC',
|
11696
|
+
chainId: 12123,
|
11697
|
+
networkId: 12123,
|
11698
|
+
icon: 'brcchain',
|
11699
|
+
explorers: [
|
11700
|
+
{
|
11701
|
+
name: 'BRC Chain Explorer',
|
11702
|
+
url: 'https://scan.brcchain.io',
|
11703
|
+
standard: 'EIP3091'
|
11704
|
+
}
|
11705
|
+
]
|
11706
|
+
},
|
11670
11707
|
{
|
11671
11708
|
name: 'Fibonacci Mainnet',
|
11672
11709
|
chain: 'FIBO',
|
@@ -16535,17 +16572,18 @@ const chainArray = [
|
|
16535
16572
|
{
|
16536
16573
|
name: 'Zora',
|
16537
16574
|
chain: 'ETH',
|
16538
|
-
rpc: [ 'https://rpc.zora.
|
16575
|
+
rpc: [ 'https://rpc.zora.energy/' ],
|
16539
16576
|
faucets: [],
|
16540
16577
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
16541
|
-
|
16578
|
+
icon: 'zora',
|
16579
|
+
infoURL: 'https://zora.energy',
|
16542
16580
|
shortName: 'zora',
|
16543
16581
|
chainId: 7777777,
|
16544
16582
|
networkId: 7777777,
|
16545
16583
|
explorers: [
|
16546
16584
|
{
|
16547
16585
|
name: 'Zora Network Explorer',
|
16548
|
-
url: 'https://explorer.zora.
|
16586
|
+
url: 'https://explorer.zora.energy',
|
16549
16587
|
standard: 'EIP3091'
|
16550
16588
|
}
|
16551
16589
|
]
|