@gardenfi/orderbook 2.3.0 → 2.3.1-beta.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,6 +220,8 @@ export type Swap = {
220
220
  swap_id: string;
221
221
  chain: Chain;
222
222
  asset: string;
223
+ htlc_address: string;
224
+ token_address: string;
223
225
  initiator: string;
224
226
  redeemer: string;
225
227
  timelock: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/orderbook",
3
- "version": "2.3.0",
3
+ "version": "2.3.1-beta.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",