@mercurial-finance/farming-sdk
Advanced tools
Comparing version 1.0.11-abc1234.0 to 1.0.11-abc12345.0
@@ -1044,3 +1044,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }var __defProp = Object.defineProperty; | ||
"\u{1F680} ~ file: farm.ts:213 ~ PoolFarmImpl ~ poolFarmsImpl:", | ||
poolFarmsImpl.map(({ address }) => address) | ||
poolFarmsImpl.map(({ address }) => address.toBase58()) | ||
); | ||
@@ -1052,2 +1052,6 @@ const claimAllIxs = yield Promise.all( | ||
); | ||
console.log( | ||
"\u{1F680} ~ file: farm.ts:223 ~ PoolFarmImpl ~ claimAllIxs:", | ||
claimAllIxs | ||
); | ||
const chunkedClaimAllIx = chunks(claimAllIxs, MAX_CLAIM_ALL_ALLOWED); | ||
@@ -1054,0 +1058,0 @@ return Promise.all( |
{ | ||
"name": "@mercurial-finance/farming-sdk", | ||
"version": "1.0.11-abc1234.0", | ||
"version": "1.0.11-abc12345.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
242326
3230