@swapkit/toolboxes 4.23.0 → 4.23.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @swapkit/toolboxes
2
2
 
3
+ ## 4.23.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#317](https://github.com/swapkit/sdk/pull/317) [`41978a5`](https://github.com/swapkit/sdk/commit/41978a5601851ff5a72cb2a59495294dd04059a2) Thanks [@towanTG](https://github.com/towanTG)! - Replace dead THORChain default endpoints (thorchain.network, Nine Realms) with the official Liquify public gateway (gateway.liquify.com) for THORNode API, Tendermint RPC and Midgard (via @swapkit/helpers@4.16.2)
8
+
3
9
  ## 4.23.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "dependencies": { "@swapkit/helpers": "4.16.1", "@swapkit/utxo-signer": "2.2.3" },
2
+ "dependencies": { "@swapkit/helpers": "4.16.2", "@swapkit/utxo-signer": "2.2.3" },
3
3
  "description": "SwapKit - Toolboxes",
4
4
  "devDependencies": {
5
5
  "@aptos-labs/ts-sdk": "7.0.1",
@@ -198,5 +198,5 @@
198
198
  "type-check:go": "tsgo"
199
199
  },
200
200
  "type": "module",
201
- "version": "4.23.0"
201
+ "version": "4.23.1"
202
202
  }