eth-chainlist 0.0.242 → 0.0.244

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.244 (2023-09-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.243 ([a5e9eef](https://github.com/poowf/eth-chainlist/commit/a5e9eefda7e2cb1f96b7ef8d03a50351a9426b50))
9
+ * update chain data ([931cd28](https://github.com/poowf/eth-chainlist/commit/931cd282864780f7ccfc32150fb67800ed8fcc85))
10
+
11
+ ### 0.0.243 (2023-09-27)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.242 ([1d25239](https://github.com/poowf/eth-chainlist/commit/1d2523980208a0338024fb4a438074abafdba2e9))
17
+ * update chain data ([4257d52](https://github.com/poowf/eth-chainlist/commit/4257d52fe2663e8f7f677fb8b94c6fd432b13ac9))
18
+
3
19
  ### 0.0.242 (2023-09-26)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6573,7 +6573,7 @@ const chainArray = [
6573
6573
  shortName: 'humans',
6574
6574
  chainId: 1089,
6575
6575
  networkId: 1089,
6576
- icon: 'humans',
6576
+ icon: 'humans-dark',
6577
6577
  explorers: [
6578
6578
  {
6579
6579
  name: 'explorer.guru',
@@ -9377,7 +9377,7 @@ const chainArray = [
9377
9377
  ]
9378
9378
  },
9379
9379
  {
9380
- name: 'The Krest Network',
9380
+ name: 'Krest Network',
9381
9381
  chain: 'Krest',
9382
9382
  icon: 'krest',
9383
9383
  rpc: [ 'https://erpc-krest.peaq.network' ],
@@ -10704,6 +10704,19 @@ const chainArray = [
10704
10704
  }
10705
10705
  ]
10706
10706
  },
10707
+ {
10708
+ name: 'Humans.ai Testnet',
10709
+ chain: 'Humans Testnet',
10710
+ rpc: [ 'https://evm-rpc.testnet.humans.zone' ],
10711
+ faucets: [],
10712
+ nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
10713
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
10714
+ infoURL: 'https://humans.ai',
10715
+ shortName: 'humans_testnet',
10716
+ chainId: 4139,
10717
+ networkId: 4139,
10718
+ icon: 'humans-dark'
10719
+ },
10707
10720
  {
10708
10721
  name: 'Tipboxcoin Testnet',
10709
10722
  chain: 'TPBX',
@@ -12060,7 +12073,13 @@ const chainArray = [
12060
12073
  rpc: [
12061
12074
  'https://canto.slingshot.finance',
12062
12075
  'https://canto.neobase.one',
12063
- 'https://mainnode.plexnode.org:8545'
12076
+ 'https://mainnode.plexnode.org:8545',
12077
+ 'https://canto.gravitychain.io/',
12078
+ 'https://canto.evm.chandrastation.com/',
12079
+ 'https://jsonrpc.canto.nodestake.top/',
12080
+ 'https://canto.dexvaults.com/',
12081
+ 'wss://canto.gravitychain.io:8546',
12082
+ 'wss://canto.dexvaults.com/ws'
12064
12083
  ],
12065
12084
  faucets: [],
12066
12085
  nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
@@ -13253,6 +13272,11 @@ const chainArray = [
13253
13272
  name: 'Polkadot.js',
13254
13273
  url: 'https://polkadot.js.org/apps/?rpc=wss://wsspc1-qa.agung.peaq.network#/explorer',
13255
13274
  standard: 'none'
13275
+ },
13276
+ {
13277
+ name: 'Subscan',
13278
+ url: 'https://agung.subscan.io',
13279
+ standard: 'none'
13256
13280
  }
13257
13281
  ]
13258
13282
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.242",
3
+ "version": "0.0.244",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {