@1inch/fusion-sdk 2.1.3 → 2.1.4

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.
@@ -176,7 +176,7 @@ class SettlementPostInteractionData {
176
176
  if (this.whitelist[0].delay === this.whitelist[1].delay) {
177
177
  return false;
178
178
  }
179
- return time <= this.resolvingStartTime + this.whitelist[0].delay;
179
+ return time <= this.resolvingStartTime + this.whitelist[1].delay;
180
180
  }
181
181
  isExclusiveResolver(wallet) {
182
182
  const addressHalf = wallet.toString().slice(-20);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1inch/fusion-sdk",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "1inch Fusion SDK",
5
5
  "author": "@1inch",
6
6
  "private": false,