@atomiqlabs/lp-lib 14.0.0-dev.10 → 14.0.0-dev.11

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.
@@ -51,7 +51,7 @@ class FromBtcLnAutoSwap extends FromBtcBaseSwap_1.FromBtcBaseSwap {
51
51
  this.claimerBounty = (0, Utils_1.deserializeBN)(chainIdOrObj.claimerBounty);
52
52
  this.secret = chainIdOrObj.secret;
53
53
  }
54
- this.type = index_1.SwapHandlerType.FROM_BTCLN;
54
+ this.type = index_1.SwapHandlerType.FROM_BTCLN_AUTO;
55
55
  }
56
56
  serialize() {
57
57
  const partialSerialized = super.serialize();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomiqlabs/lp-lib",
3
- "version": "14.0.0-dev.10",
3
+ "version": "14.0.0-dev.11",
4
4
  "description": "Main functionality implementation for atomiq LP node",
5
5
  "main": "./dist/index.js",
6
6
  "types:": "./dist/index.d.ts",
@@ -111,7 +111,7 @@ export class FromBtcLnAutoSwap<T extends SwapData = SwapData> extends FromBtcBas
111
111
  this.claimerBounty = deserializeBN(chainIdOrObj.claimerBounty);
112
112
  this.secret = chainIdOrObj.secret;
113
113
  }
114
- this.type = SwapHandlerType.FROM_BTCLN;
114
+ this.type = SwapHandlerType.FROM_BTCLN_AUTO;
115
115
  }
116
116
 
117
117
  serialize(): any {