@gardenfi/orderbook 2.3.1-beta.1 → 2.3.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.
@@ -220,8 +220,6 @@ export type Swap = {
220
220
  swap_id: string;
221
221
  chain: Chain;
222
222
  asset: string;
223
- htlc_address: string;
224
- token_address: string;
225
223
  initiator: string;
226
224
  redeemer: string;
227
225
  timelock: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/orderbook",
3
- "version": "2.3.1-beta.1",
3
+ "version": "2.3.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@coral-xyz/anchor": "^0.30.1",
30
- "@gardenfi/utils": "2.3.0",
30
+ "@gardenfi/utils": "2.3.1",
31
31
  "bufferutil": "^4.0.8",
32
32
  "siwe": "^2.1.4",
33
33
  "utf-8-validate": "^6.0.3",