eth-chainlist 0.0.522 → 0.0.523

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.523 (2024-10-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.522 ([7a227a0](https://github.com/poowf/eth-chainlist/commit/7a227a0c77c412bf1c56adffb1e98a0112fda6a1))
9
+ * update chain data ([b06740c](https://github.com/poowf/eth-chainlist/commit/b06740c5de4f5fb05113ff215d5b66e1048b1cc4))
10
+
3
11
  ### 0.0.522 (2024-10-24)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -15750,6 +15750,27 @@ const chainArray = [
15750
15750
  }
15751
15751
  ]
15752
15752
  },
15753
+ {
15754
+ name: 'JZERO',
15755
+ chain: 'JZERO',
15756
+ icon: 'jzero',
15757
+ rpc: [ 'https://rpc.jzero.xyz' ],
15758
+ faucets: [],
15759
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
15760
+ nativeCurrency: { name: 'JZERO', symbol: 'JZR', decimals: 18 },
15761
+ infoURL: 'https://jzero.xyz',
15762
+ shortName: 'jzero',
15763
+ chainId: 3502,
15764
+ networkId: 3502,
15765
+ explorers: [
15766
+ {
15767
+ name: 'JZERO Explorer',
15768
+ url: 'https://exp.jzero.xyz',
15769
+ icon: 'jzero',
15770
+ standard: 'EIP3091'
15771
+ }
15772
+ ]
15773
+ },
15753
15774
  {
15754
15775
  name: 'PandoProject Mainnet',
15755
15776
  chain: 'PandoProject',
@@ -24874,6 +24895,30 @@ const chainArray = [
24874
24895
  }
24875
24896
  ]
24876
24897
  },
24898
+ {
24899
+ name: 'Rivest Testnet',
24900
+ chain: 'Inco',
24901
+ rpc: [
24902
+ 'https://validator.rivest.inco.org',
24903
+ 'https://gateway.rivest.inco.org'
24904
+ ],
24905
+ faucets: [ 'https://faucet.rivest.inco.org' ],
24906
+ nativeCurrency: { name: 'test-Inco', symbol: 'tINCO', decimals: 18 },
24907
+ infoURL: 'https://inco.org',
24908
+ shortName: 'rivest-testnet',
24909
+ chainId: 21097,
24910
+ networkId: 21097,
24911
+ slip44: 1,
24912
+ icon: 'inco',
24913
+ explorers: [
24914
+ {
24915
+ name: 'Rivest Testnet Explorer',
24916
+ url: 'https://explorer.rivest.inco.org',
24917
+ standard: 'EIP3091',
24918
+ icon: 'inco'
24919
+ }
24920
+ ]
24921
+ },
24877
24922
  {
24878
24923
  name: 'All About Healthy',
24879
24924
  chain: 'AAH',
@@ -27581,6 +27626,25 @@ const chainArray = [
27581
27626
  ],
27582
27627
  parent: { type: 'L2', chain: 'eip155-3' }
27583
27628
  },
27629
+ {
27630
+ name: 'Sophon',
27631
+ chain: 'Sophon',
27632
+ rpc: [ 'https://rpc.sophon.xyz' ],
27633
+ nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
27634
+ faucets: [],
27635
+ infoURL: '',
27636
+ shortName: 'sophon',
27637
+ chainId: 50104,
27638
+ networkId: 50104,
27639
+ explorers: [
27640
+ {
27641
+ name: 'Sophon Block Explorer',
27642
+ url: 'https://explorer.sophon.xyz',
27643
+ icon: 'sophon-testnet',
27644
+ standard: 'none'
27645
+ }
27646
+ ]
27647
+ },
27584
27648
  {
27585
27649
  name: 'Erbie Mainnet',
27586
27650
  chain: 'Erbie',
@@ -39596,17 +39660,27 @@ const chainArray = [
39596
39660
  {
39597
39661
  name: 'Zeniq',
39598
39662
  chain: 'ZENIQ',
39599
- rpc: [ 'https://smart.zeniq.network:9545' ],
39600
- faucets: [ 'https://faucet.zeniq.net/' ],
39663
+ icon: 'zeniq',
39664
+ rpc: [ 'https://api.zeniq.network' ],
39665
+ features: [ { name: 'EIP155' } ],
39666
+ faucets: [ 'https://faucet.nomo.zone/', 'https://faucet.zeniq.net/' ],
39601
39667
  nativeCurrency: { name: 'Zeniq', symbol: 'ZENIQ', decimals: 18 },
39602
39668
  infoURL: 'https://www.zeniq.dev/',
39603
39669
  shortName: 'zeniq',
39604
39670
  chainId: 383414847825,
39605
39671
  networkId: 383414847825,
39672
+ ens: { registry: '0xa0446c88240bCA2A8E0f68C93aa365d25B198aA4' },
39606
39673
  explorers: [
39674
+ {
39675
+ name: 'zeniqscan',
39676
+ url: 'https://zeniqscan.com',
39677
+ icon: 'zeniq',
39678
+ standard: 'EIP3091'
39679
+ },
39607
39680
  {
39608
39681
  name: 'zeniq-smart-chain-explorer',
39609
39682
  url: 'https://smart.zeniq.net',
39683
+ icon: 'zeniq',
39610
39684
  standard: 'EIP3091'
39611
39685
  }
39612
39686
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.522",
3
+ "version": "0.0.523",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {