eth-chainlist 0.0.593 → 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,13 @@
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
+
3
11
  ### 0.0.593 (2025-01-23)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8065,6 +8065,27 @@ const chainArray = [
8065
8065
  ],
8066
8066
  icon: 'vrcscan'
8067
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
+ },
8068
8089
  {
8069
8090
  name: 'Shibarium Beta',
8070
8091
  chain: 'Shibarium',
@@ -29544,6 +29565,24 @@ const chainArray = [
29544
29565
  bridges: [ { url: 'https://bridge.arbitrum.io' } ]
29545
29566
  }
29546
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
+ },
29547
29586
  {
29548
29587
  name: 'pegglecoin',
29549
29588
  chain: '42069',
@@ -37951,6 +37990,24 @@ const chainArray = [
37951
37990
  }
37952
37991
  ]
37953
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
+ },
37954
38011
  {
37955
38012
  name: 'Playdapp Network',
37956
38013
  chain: 'PDA',
@@ -42900,7 +42957,7 @@ const chainArray = [
42900
42957
  {
42901
42958
  name: 'subscan',
42902
42959
  icon: 'subscan',
42903
- url: 'https://assethub-westend.subscan.io',
42960
+ url: 'https://westend-asset-hub-eth-explorer.parity.io',
42904
42961
  standard: 'EIP3091'
42905
42962
  }
42906
42963
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.593",
3
+ "version": "0.0.594",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {