eth-chainlist 0.0.405 → 0.0.406

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.406 (2024-05-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.405 ([05df690](https://github.com/poowf/eth-chainlist/commit/05df690ca1e73f6c3f511076a8cf92d4cc0b1834))
9
+ * update chain data ([f96c5f5](https://github.com/poowf/eth-chainlist/commit/f96c5f504fa9173b9bb7a9796ce7058f8d8d413a))
10
+
3
11
  ### 0.0.405 (2024-05-16)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11884,6 +11884,26 @@ const chainArray = [
11884
11884
  }
11885
11885
  ]
11886
11886
  },
11887
+ {
11888
+ name: 'UCHAIN Mainnet',
11889
+ chain: 'UCHAIN',
11890
+ rpc: [ 'https://rpc.uchain.link/' ],
11891
+ faucets: [],
11892
+ nativeCurrency: { name: 'UCASH', symbol: 'UCASH', decimals: 18 },
11893
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11894
+ infoURL: 'https://u.cash/',
11895
+ shortName: 'uchain',
11896
+ chainId: 2112,
11897
+ networkId: 2112,
11898
+ icon: 'ucash',
11899
+ explorers: [
11900
+ {
11901
+ name: 'uchain.info',
11902
+ url: 'https://uchain.info',
11903
+ standard: 'EIP3091'
11904
+ }
11905
+ ]
11906
+ },
11887
11907
  {
11888
11908
  name: 'Catena Mainnet',
11889
11909
  chain: 'CMCX',
@@ -18749,6 +18769,25 @@ const chainArray = [
18749
18769
  }
18750
18770
  ]
18751
18771
  },
18772
+ {
18773
+ name: 'TAO EVM Testnet',
18774
+ chain: 'TAO EVM',
18775
+ icon: 'taoevmIcon',
18776
+ rpc: [ 'https://testnet-rpc.taoevm.io' ],
18777
+ faucets: [ 'https://faucet.taoevm.io' ],
18778
+ nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
18779
+ infoURL: 'https://taoevm.io',
18780
+ shortName: 'TAOt',
18781
+ chainId: 10324,
18782
+ networkId: 10324,
18783
+ explorers: [
18784
+ {
18785
+ name: 'TAO Testnet Explorer',
18786
+ url: 'https://testnet.taoscan.org',
18787
+ standard: 'EIP3091'
18788
+ }
18789
+ ]
18790
+ },
18752
18791
  {
18753
18792
  name: 'WorldLand Testnet',
18754
18793
  chain: 'Worldland',
@@ -24635,6 +24674,7 @@ const chainArray = [
24635
24674
  {
24636
24675
  name: 'Chiliz Scoville Testnet',
24637
24676
  chain: 'CHZ',
24677
+ status: 'deprecated',
24638
24678
  rpc: [ 'https://scoville-rpc.chiliz.com' ],
24639
24679
  faucets: [ 'https://scoville-faucet.chiliz.com' ],
24640
24680
  nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
@@ -24653,20 +24693,56 @@ const chainArray = [
24653
24693
  ]
24654
24694
  },
24655
24695
  {
24656
- name: 'IVAR Chain Mainnet',
24657
- chain: 'IVAR',
24658
- icon: 'ivar',
24659
- rpc: [ 'https://mainnet-rpc.ivarex.com' ],
24660
- faucets: [ 'https://faucet.ivarex.com/' ],
24661
- nativeCurrency: { name: 'Ivar', symbol: 'IVAR', decimals: 18 },
24662
- infoURL: 'https://ivarex.com',
24663
- shortName: 'ivar',
24696
+ name: 'Chiliz Spicy Testnet',
24697
+ chain: 'CHZ',
24698
+ rpc: [ 'https://spicy-rpc.chiliz.com' ],
24699
+ faucets: [
24700
+ 'https://spicy-faucet.chiliz.com',
24701
+ 'https://tatum.io/faucets/chiliz'
24702
+ ],
24703
+ nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
24704
+ icon: 'chilizspicy',
24705
+ infoURL: 'https://www.chiliz.com/en/chain',
24706
+ shortName: 'chzspicy',
24707
+ chainId: 88882,
24708
+ networkId: 88882,
24709
+ slip44: 1,
24710
+ explorers: [
24711
+ {
24712
+ name: 'spicy-explorer',
24713
+ url: 'https://testnet.chiliscan.com',
24714
+ standard: 'EIP3091'
24715
+ }
24716
+ ]
24717
+ },
24718
+ {
24719
+ name: 'Chiliz Chain Mainnet',
24720
+ chain: 'CHZ',
24721
+ icon: 'chilizchain',
24722
+ rpc: [
24723
+ 'https://rpc.chiliz.com',
24724
+ 'https://rpc.ankr.com/chiliz',
24725
+ 'https://chiliz.publicnode.com'
24726
+ ],
24727
+ faucets: [
24728
+ 'https://spicy-faucet.chiliz.com',
24729
+ 'https://tatum.io/faucets/chiliz'
24730
+ ],
24731
+ nativeCurrency: { name: 'Chiliz', symbol: 'CHZ', decimals: 18 },
24732
+ infoURL: 'https://chiliz.com',
24733
+ shortName: 'chzmainnet',
24664
24734
  chainId: 88888,
24665
24735
  networkId: 88888,
24736
+ redFlags: [ 'reusedChainId' ],
24666
24737
  explorers: [
24667
24738
  {
24668
- name: 'ivarscan',
24669
- url: 'https://ivarscan.com',
24739
+ name: 'chiliscan',
24740
+ url: 'https://chiliscan.com',
24741
+ standard: 'EIP3091'
24742
+ },
24743
+ {
24744
+ name: 'chilizscan',
24745
+ url: 'https://scan.chiliz.com',
24670
24746
  standard: 'EIP3091'
24671
24747
  }
24672
24748
  ]
@@ -24886,6 +24962,25 @@ const chainArray = [
24886
24962
  ],
24887
24963
  status: 'deprecated'
24888
24964
  },
24965
+ {
24966
+ name: 'Green Chain Testnet',
24967
+ chain: 'Green Chain',
24968
+ icon: 'greenchain',
24969
+ rpc: [ 'https://node.greenchain.app/rpc/' ],
24970
+ faucets: [],
24971
+ nativeCurrency: { name: 'GREEN', symbol: 'GREEN', decimals: 18 },
24972
+ infoURL: 'https://www.greenchain.app',
24973
+ shortName: 'greenchain',
24974
+ chainId: 97531,
24975
+ networkId: 97531,
24976
+ explorers: [
24977
+ {
24978
+ name: 'Green Chain Explorer',
24979
+ url: 'https://explorer.greenchain.app',
24980
+ standard: 'EIP3091'
24981
+ }
24982
+ ]
24983
+ },
24889
24984
  {
24890
24985
  name: 'eLiberty Testnet',
24891
24986
  chain: '$EL',
@@ -31161,6 +31256,11 @@ const chainArray = [
31161
31256
  name: 'Kakarot Scan',
31162
31257
  url: 'https://sepolia.kakarotscan.org',
31163
31258
  standard: 'EIP3091'
31259
+ },
31260
+ {
31261
+ name: 'Kakarot Explorer',
31262
+ url: 'https://sepolia-explorer.kakarot.org',
31263
+ standard: 'EIP3091'
31164
31264
  }
31165
31265
  ],
31166
31266
  parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.405",
3
+ "version": "0.0.406",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {