eth-chainlist 0.0.243 → 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,13 @@
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
+
3
11
  ### 0.0.243 (2023-09-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12073,7 +12073,13 @@ const chainArray = [
12073
12073
  rpc: [
12074
12074
  'https://canto.slingshot.finance',
12075
12075
  'https://canto.neobase.one',
12076
- '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'
12077
12083
  ],
12078
12084
  faucets: [],
12079
12085
  nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.243",
3
+ "version": "0.0.244",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {