@curvefi/api 2.41.1 → 2.41.2

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.
Files changed (2) hide show
  1. package/lib/boosting.js +1 -1
  2. package/package.json +1 -1
package/lib/boosting.js CHANGED
@@ -516,7 +516,7 @@ var _sendBlockhash = function (block, chainId, estimateGas) { return __awaiter(v
516
516
  case 2:
517
517
  _a.sent();
518
518
  gasLimit = mulBy1_3(gas);
519
- return [4 /*yield*/, veOracleContract.deposit(curve.constants.ALIASES.voting_escrow_oracle, __assign(__assign({}, curve.options), { gasLimit: gasLimit }))];
519
+ return [4 /*yield*/, veOracleContract.send_blockhash(block, chainId, __assign(__assign({}, curve.options), { gasLimit: gasLimit }))];
520
520
  case 3: return [2 /*return*/, (_a.sent()).hash];
521
521
  }
522
522
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.41.1",
3
+ "version": "2.41.2",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",