@gearbox-protocol/deploy-tools 5.14.1 → 5.14.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.
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -413430,7 +413430,7 @@ var BalancerV3RouterGatewayParser = class extends AbstractParser {
|
|
|
413430
413430
|
super(contractType, "constructor(address _balancerV3Router, address _permit2)");
|
|
413431
413431
|
this._abi = parseAbi([
|
|
413432
413432
|
"constructor(address _balancerV3Router, address _permit2)",
|
|
413433
|
-
"function swapSingleTokenExactIn(
|
|
413433
|
+
"function swapSingleTokenExactIn(address pool, address tokenIn, address tokenOut, uint256 exactAmountIn, uint256 minAmountOut, uint256 deadline, bool wethIsEth, bytes calldata userData) external returns (uint256 amountOut)"
|
|
413434
413434
|
]);
|
|
413435
413435
|
this.parameterParsers = {
|
|
413436
413436
|
constructor: [parseAddress(), parseAddress()]
|
|
@@ -417443,7 +417443,7 @@ function getRenderer(opts) {
|
|
|
417443
417443
|
var package_default = {
|
|
417444
417444
|
name: "@gearbox-protocol/deploy-tools",
|
|
417445
417445
|
description: "Gearbox deploy tools",
|
|
417446
|
-
version: "5.14.
|
|
417446
|
+
version: "5.14.2",
|
|
417447
417447
|
homepage: "https://gearbox.fi",
|
|
417448
417448
|
keywords: [
|
|
417449
417449
|
"gearbox"
|