eth-chainlist 0.0.592 → 0.0.594

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.594 (2025-01-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.593 ([585aa13](https://github.com/poowf/eth-chainlist/commit/585aa134226fcddee552758e1ad1f86b69e3bbfb))
9
+ * update chain data ([17ea71c](https://github.com/poowf/eth-chainlist/commit/17ea71c98eeec14c722e1f4d10c7cdec9883a839))
10
+
11
+ ### 0.0.593 (2025-01-23)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.592 ([55bcd62](https://github.com/poowf/eth-chainlist/commit/55bcd62b2b9247751741c1ed91e3783dc57093ac))
17
+ * update chain data ([bee1e44](https://github.com/poowf/eth-chainlist/commit/bee1e441e30e710abcb244e0c260757592709186))
18
+
3
19
  ### 0.0.592 (2025-01-21)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4600,6 +4600,20 @@ const chainArray = [
4600
4600
  }
4601
4601
  ]
4602
4602
  },
4603
+ {
4604
+ name: 'TAC Mainnet',
4605
+ title: 'TAC Mainnet',
4606
+ chain: 'TAC',
4607
+ icon: 'tac',
4608
+ rpc: [],
4609
+ faucets: [],
4610
+ nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
4611
+ infoURL: 'https://tac.build/',
4612
+ shortName: 'tac',
4613
+ chainId: 239,
4614
+ networkId: 239,
4615
+ explorers: []
4616
+ },
4603
4617
  {
4604
4618
  name: 'Cronos zkEVM Testnet',
4605
4619
  chain: 'CronosZkEVMTestnet',
@@ -8051,6 +8065,27 @@ const chainArray = [
8051
8065
  ],
8052
8066
  icon: 'vrcscan'
8053
8067
  },
8068
+ {
8069
+ name: 'UXLINK ONE Mainnet',
8070
+ chain: 'UXLINK ONE',
8071
+ rpc: [ 'https://rpc.uxlinkone.com' ],
8072
+ faucets: [],
8073
+ nativeCurrency: { name: 'UXLINK', symbol: 'UXLINK', decimals: 18 },
8074
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8075
+ infoURL: 'https://www.uxlinkone.com',
8076
+ shortName: 'uxlink1',
8077
+ chainId: 718,
8078
+ networkId: 718,
8079
+ icon: 'uxlinkone',
8080
+ explorers: [
8081
+ {
8082
+ name: 'UXLINK ONE Mainnet Explorer',
8083
+ url: 'https://sepolia.uxlinkone.com',
8084
+ icon: 'uxlinkone',
8085
+ standard: 'EIP3091'
8086
+ }
8087
+ ]
8088
+ },
8054
8089
  {
8055
8090
  name: 'Shibarium Beta',
8056
8091
  chain: 'Shibarium',
@@ -11597,6 +11632,26 @@ const chainArray = [
11597
11632
  }
11598
11633
  ]
11599
11634
  },
11635
+ {
11636
+ name: 'Glue Mainnet',
11637
+ chain: 'GLUE',
11638
+ rpc: [ 'https://rpc.glue.net' ],
11639
+ faucets: [],
11640
+ nativeCurrency: { name: 'Glue', symbol: 'GLUE', decimals: 18 },
11641
+ infoURL: 'https://glue.net/',
11642
+ shortName: 'glue',
11643
+ chainId: 1300,
11644
+ networkId: 1300,
11645
+ icon: 'glue',
11646
+ explorers: [
11647
+ {
11648
+ name: 'Glue Explorer',
11649
+ url: 'https://explorer.glue.net',
11650
+ icon: 'glue',
11651
+ standard: 'EIP3091'
11652
+ }
11653
+ ]
11654
+ },
11600
11655
  {
11601
11656
  name: 'Unichain Sepolia Testnet',
11602
11657
  chain: 'ETH',
@@ -15644,6 +15699,26 @@ const chainArray = [
15644
15699
  bridges: [ { url: 'https://kroma.network/bridge' } ]
15645
15700
  }
15646
15701
  },
15702
+ {
15703
+ name: 'KiteAI Testnet',
15704
+ chain: 'KiteAI',
15705
+ icon: 'kite',
15706
+ rpc: [ 'https://rpc-testnet.gokite.ai' ],
15707
+ faucets: [ 'https://faucet.gokite.ai/' ],
15708
+ nativeCurrency: { name: 'Kite', symbol: 'KITE', decimals: 18 },
15709
+ infoURL: 'https://gokite.ai/',
15710
+ shortName: 'KiteAI',
15711
+ chainId: 2368,
15712
+ networkId: 1,
15713
+ slip44: 1,
15714
+ explorers: [
15715
+ {
15716
+ name: 'Kitescan',
15717
+ url: 'https://testnet.kitescan.ai',
15718
+ standard: 'EIP3091'
15719
+ }
15720
+ ]
15721
+ },
15647
15722
  {
15648
15723
  name: 'Nexis Network Testnet',
15649
15724
  chain: 'Nexis Network',
@@ -15663,6 +15738,31 @@ const chainArray = [
15663
15738
  }
15664
15739
  ]
15665
15740
  },
15741
+ {
15742
+ name: 'TAC Turin',
15743
+ title: 'TAC Testnet Turin',
15744
+ chain: 'TAC',
15745
+ icon: 'tactestnet',
15746
+ rpc: [
15747
+ 'https://turin.rpc.tac.build',
15748
+ 'https://rpc.ankr.com/tac_turin',
15749
+ 'https://turin-ws.rpc.tac.build'
15750
+ ],
15751
+ faucets: [ 'https://turin.faucet.tac.build/' ],
15752
+ nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
15753
+ infoURL: 'https://tac.build/',
15754
+ shortName: 'tacchain_2390-1',
15755
+ chainId: 2390,
15756
+ networkId: 2390,
15757
+ slip44: 1,
15758
+ explorers: [
15759
+ {
15760
+ name: 'TAC Turin Blockscout',
15761
+ url: 'https://turin.explorer.tac.build',
15762
+ standard: 'EIP3091'
15763
+ }
15764
+ ]
15765
+ },
15666
15766
  {
15667
15767
  name: 'BOMB Chain Testnet',
15668
15768
  chain: 'BOMB',
@@ -25167,7 +25267,7 @@ const chainArray = [
25167
25267
  ]
25168
25268
  },
25169
25269
  {
25170
- name: 'eGoldChain',
25270
+ name: 'eGold Chain',
25171
25271
  chain: 'EGC',
25172
25272
  icon: 'egoldchain',
25173
25273
  rpc: [ 'https://rpc.egoldchain.com', 'wss://rpc.egoldchain.com' ],
@@ -25179,7 +25279,7 @@ const chainArray = [
25179
25279
  networkId: 11451,
25180
25280
  explorers: [
25181
25281
  {
25182
- name: 'eGoldChain Block Explorer',
25282
+ name: 'eGold Chain Block Explorer',
25183
25283
  url: 'https://egoldscan.io',
25184
25284
  standard: 'none',
25185
25285
  icon: 'egoldchain'
@@ -29465,6 +29565,24 @@ const chainArray = [
29465
29565
  bridges: [ { url: 'https://bridge.arbitrum.io' } ]
29466
29566
  }
29467
29567
  },
29568
+ {
29569
+ name: 'Donatuz',
29570
+ chain: 'ETH',
29571
+ rpc: [ 'https://rpc.donatuz.com' ],
29572
+ faucets: [],
29573
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
29574
+ infoURL: 'https://www.donatuz.com',
29575
+ shortName: 'donatuz',
29576
+ chainId: 42026,
29577
+ networkId: 42026,
29578
+ explorers: [
29579
+ {
29580
+ name: 'Donatuz Explorer',
29581
+ url: 'https://explorer.donatuz.com',
29582
+ standard: 'EIP3091'
29583
+ }
29584
+ ]
29585
+ },
29468
29586
  {
29469
29587
  name: 'pegglecoin',
29470
29588
  chain: '42069',
@@ -35046,7 +35164,7 @@ const chainArray = [
35046
35164
  }
35047
35165
  },
35048
35166
  {
35049
- name: 'eGoldChain Testnet',
35167
+ name: 'eGold Chain Testnet',
35050
35168
  chain: 'EGC',
35051
35169
  icon: 'egoldchain',
35052
35170
  rpc: [
@@ -35061,7 +35179,7 @@ const chainArray = [
35061
35179
  networkId: 111451,
35062
35180
  explorers: [
35063
35181
  {
35064
- name: 'eGoldChain Block Explorer',
35182
+ name: 'eGold Chain Block Explorer',
35065
35183
  url: 'http://testnet.egoldscan.io',
35066
35184
  standard: 'none',
35067
35185
  icon: 'egoldchain'
@@ -37872,6 +37990,24 @@ const chainArray = [
37872
37990
  }
37873
37991
  ]
37874
37992
  },
37993
+ {
37994
+ name: 'PUMPFI CHAIN TESTNET',
37995
+ chain: 'PUMPFI CHAIN TESTNET',
37996
+ rpc: [ 'https://rpc1testnet.pumpfi.me' ],
37997
+ faucets: [ 'https://faucet.pumpfi.me' ],
37998
+ nativeCurrency: { name: 'PMPT', symbol: 'PMPT', decimals: 18 },
37999
+ infoURL: 'https://pumpfi.me',
38000
+ shortName: 'pumpfi-testnet',
38001
+ chainId: 490092,
38002
+ networkId: 490092,
38003
+ explorers: [
38004
+ {
38005
+ name: 'Pumpfi Testnet Scan',
38006
+ url: 'https://testnetscan.pumpfi.me',
38007
+ standard: 'EIP3091'
38008
+ }
38009
+ ]
38010
+ },
37875
38011
  {
37876
38012
  name: 'Playdapp Network',
37877
38013
  chain: 'PDA',
@@ -42821,7 +42957,7 @@ const chainArray = [
42821
42957
  {
42822
42958
  name: 'subscan',
42823
42959
  icon: 'subscan',
42824
- url: 'https://assethub-westend.subscan.io',
42960
+ url: 'https://westend-asset-hub-eth-explorer.parity.io',
42825
42961
  standard: 'EIP3091'
42826
42962
  }
42827
42963
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.592",
3
+ "version": "0.0.594",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {