eth-chainlist 0.0.604 → 0.0.605

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.605 (2025-02-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.604 ([3a2a985](https://github.com/poowf/eth-chainlist/commit/3a2a9851eb199b1ad1aaba57b7bc79bb58d7f7a2))
9
+ * update chain data ([a80a904](https://github.com/poowf/eth-chainlist/commit/a80a904f4a1b5da2858def9b568f39fa29f543e8))
10
+
3
11
  ### 0.0.604 (2025-02-05)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5058,12 +5058,15 @@ const chainArray = [
5058
5058
  {
5059
5059
  name: 'XR One',
5060
5060
  chain: 'ETH',
5061
- rpc: [ 'https://xr-one.calderachain.xyz/http' ],
5061
+ rpc: [
5062
+ 'https://xr1.calderachain.xyz/http',
5063
+ 'wss://xr1.calderachain.xyz/ws'
5064
+ ],
5062
5065
  faucets: [],
5063
5066
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
5064
- nativeCurrency: { name: 'XR', symbol: 'XR', decimals: 18 },
5067
+ nativeCurrency: { name: 'XR1', symbol: 'XR1', decimals: 18 },
5065
5068
  infoURL: 'https://xr-one.gitbook.io',
5066
- shortName: 'xr',
5069
+ shortName: 'xr1',
5067
5070
  chainId: 273,
5068
5071
  networkId: 273,
5069
5072
  icon: 'xr',
@@ -5071,7 +5074,7 @@ const chainArray = [
5071
5074
  explorers: [
5072
5075
  {
5073
5076
  name: 'XR One Explorer',
5074
- url: 'https://xr-one.calderaexplorer.xyz',
5077
+ url: 'https://xr1.calderaexplorer.xyz',
5075
5078
  icon: 'blockscout',
5076
5079
  standard: 'EIP3091'
5077
5080
  }
@@ -5079,7 +5082,7 @@ const chainArray = [
5079
5082
  parent: {
5080
5083
  type: 'L2',
5081
5084
  chain: 'eip155-42161',
5082
- bridges: [ { url: 'https://xr-one.bridge.caldera.xyz/' } ]
5085
+ bridges: [ { url: 'https://xr1.bridge.caldera.xyz' } ]
5083
5086
  },
5084
5087
  status: 'active'
5085
5088
  },
@@ -16193,6 +16196,27 @@ const chainArray = [
16193
16196
  }
16194
16197
  ]
16195
16198
  },
16199
+ {
16200
+ name: 'Pho Blockchain Mainnet',
16201
+ chain: 'PHO',
16202
+ icon: 'pho',
16203
+ rpc: [ 'https://mainnet.phochain.org' ],
16204
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
16205
+ faucets: [],
16206
+ nativeCurrency: { name: 'Pho', symbol: 'PHO', decimals: 18 },
16207
+ infoURL: 'phochain.org',
16208
+ shortName: 'pho',
16209
+ chainId: 2605,
16210
+ networkId: 2605,
16211
+ explorers: [
16212
+ {
16213
+ name: 'Pho Scan',
16214
+ url: 'https://phoscan.org',
16215
+ standard: 'EIP3091',
16216
+ icon: 'pho'
16217
+ }
16218
+ ]
16219
+ },
16196
16220
  {
16197
16221
  name: 'PoCRNet',
16198
16222
  title: 'Proof of Climate awaReness mainnet',
@@ -18512,6 +18536,27 @@ const chainArray = [
18512
18536
  }
18513
18537
  ]
18514
18538
  },
18539
+ {
18540
+ name: 'Merlin Erigon Testnet',
18541
+ title: 'Merlin Erigon Testnet',
18542
+ chain: 'Merlin',
18543
+ rpc: [ 'https://testnet-erigon-rpc.merlinchain.io' ],
18544
+ faucets: [],
18545
+ nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
18546
+ infoURL: 'https://merlinchain.io',
18547
+ shortName: 'Merlin-Testnet',
18548
+ chainId: 4203,
18549
+ networkId: 4203,
18550
+ icon: 'merlin',
18551
+ explorers: [
18552
+ {
18553
+ name: 'L2scan',
18554
+ url: 'https://testnet-erigon-scan.merlinchain.io',
18555
+ icon: 'merlin',
18556
+ standard: 'EIP3091'
18557
+ }
18558
+ ]
18559
+ },
18515
18560
  {
18516
18561
  name: 'Nexi Mainnet',
18517
18562
  chain: 'Nexi',
@@ -23055,6 +23100,27 @@ const chainArray = [
23055
23100
  chainId: 8768,
23056
23101
  networkId: 8768
23057
23102
  },
23103
+ {
23104
+ name: 'Haven1',
23105
+ chain: 'haven1',
23106
+ rpc: [ 'https://rpc.haven1.org' ],
23107
+ faucets: [],
23108
+ nativeCurrency: { name: 'Haven1', symbol: 'H1', decimals: 18 },
23109
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
23110
+ infoURL: 'https://www.haven1.org',
23111
+ shortName: 'haven1',
23112
+ chainId: 8811,
23113
+ networkId: 8811,
23114
+ icon: 'haven1',
23115
+ explorers: [
23116
+ {
23117
+ name: 'Haven1 Explorer',
23118
+ url: 'https://explorer.haven1.org',
23119
+ icon: 'haven1',
23120
+ standard: 'EIP3091'
23121
+ }
23122
+ ]
23123
+ },
23058
23124
  {
23059
23125
  name: 'IOTA EVM',
23060
23126
  title: 'IOTA EVM',
@@ -40809,6 +40875,28 @@ const chainArray = [
40809
40875
  ]
40810
40876
  }
40811
40877
  },
40878
+ {
40879
+ name: 'Block Chain LOL Berachain Testnet',
40880
+ chain: 'Block Chain LOL Berachain',
40881
+ rpc: [ 'https://block-chain.alt.technology' ],
40882
+ faucets: [ 'https://faucet.block-chain.lol/' ],
40883
+ nativeCurrency: {
40884
+ name: 'HarryPotterObamaSonic10Inu',
40885
+ symbol: 'HARRY',
40886
+ decimals: 18
40887
+ },
40888
+ infoURL: 'https://block-chain.lol/',
40889
+ shortName: 'block-chain-lol-testnet',
40890
+ chainId: 6231991,
40891
+ networkId: 6231991,
40892
+ explorers: [
40893
+ {
40894
+ name: 'Block Chain LOL Berachain Testnet Blockscout Explorer',
40895
+ url: 'https://explorer.block-chain.lol',
40896
+ standard: 'EIP3091'
40897
+ }
40898
+ ]
40899
+ },
40812
40900
  {
40813
40901
  name: 'Safe(AnWang) Mainnet',
40814
40902
  chain: 'Safe(AnWang)',
@@ -41556,6 +41644,29 @@ const chainArray = [
41556
41644
  }
41557
41645
  ]
41558
41646
  },
41647
+ {
41648
+ name: ' Privix Chain Mainnet',
41649
+ chain: 'PSC',
41650
+ rpc: [
41651
+ 'https://mainnet-rpc.privixchain.xyz/',
41652
+ 'wss://mainnet-rpc.privixchain.xyz/ws'
41653
+ ],
41654
+ faucets: [],
41655
+ nativeCurrency: { name: 'Privix Coin', symbol: 'PSC', decimals: 18 },
41656
+ infoURL: 'https://privix.co/',
41657
+ shortName: 'mpsc',
41658
+ chainId: 16969696,
41659
+ networkId: 16969696,
41660
+ icon: 'privix',
41661
+ explorers: [
41662
+ {
41663
+ name: 'blockscout',
41664
+ url: 'https://privixscan.io',
41665
+ icon: 'blockscout',
41666
+ standard: 'EIP3091'
41667
+ }
41668
+ ]
41669
+ },
41559
41670
  {
41560
41671
  name: 'Lambda Chain Testnet',
41561
41672
  chain: 'Lambda Chain',
@@ -42692,6 +42803,29 @@ const chainArray = [
42692
42803
  },
42693
42804
  status: 'active'
42694
42805
  },
42806
+ {
42807
+ name: ' Privix Chain Testnet',
42808
+ chain: 'PSC',
42809
+ rpc: [
42810
+ 'https://testnet-rpc.privixchain.xyz/',
42811
+ 'wss://testnet-rpc.privixchain.xyz/ws'
42812
+ ],
42813
+ faucets: [ 'https://faucet.privixchain.xyz' ],
42814
+ nativeCurrency: { name: 'Privix Coin', symbol: 'tPSC', decimals: 18 },
42815
+ infoURL: 'https://privix.co/',
42816
+ shortName: 'tpsc',
42817
+ chainId: 96969696,
42818
+ networkId: 96969696,
42819
+ icon: 'privix',
42820
+ explorers: [
42821
+ {
42822
+ name: 'blockscout',
42823
+ url: 'https://testnet.privixscan.io',
42824
+ icon: 'blockscout',
42825
+ standard: 'EIP3091'
42826
+ }
42827
+ ]
42828
+ },
42695
42829
  {
42696
42830
  name: 'ChadChain',
42697
42831
  chain: 'CHAD',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.604",
3
+ "version": "0.0.605",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {