@gearbox-protocol/sdk 1.15.19 → 1.15.21
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/lib/core/rewardConvex.d.ts +1 -1
- package/lib/pathfinder/pathfinder.d.ts +1 -1
- package/lib/pathfinder/pathfinder.js +28 -6
- package/lib/types/@gearbox-protocol/core-v2/contracts/index.d.ts +0 -2
- package/lib/types/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributor.d.ts +23 -28
- package/lib/types/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributorEvents.d.ts +7 -7
- package/lib/types/@gearbox-protocol/core-v2/contracts/interfaces/{IDegenDistributor.d.ts → IDegenDistributor.sol/IDegenDistributor.d.ts} +40 -32
- package/lib/types/@gearbox-protocol/core-v2/contracts/interfaces/{IDegenDistributor.js → IDegenDistributor.sol/IDegenDistributor.js} +0 -0
- package/lib/types/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributorEvents.d.ts +53 -0
- package/lib/types/@gearbox-protocol/core-v2/contracts/{support/MultiCall.sol/Multicall2.js → interfaces/IDegenDistributor.sol/IDegenDistributorEvents.js} +0 -0
- package/lib/types/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/index.d.ts +2 -0
- package/lib/types/@gearbox-protocol/core-v2/contracts/{support/MultiCall.sol → interfaces/IDegenDistributor.sol}/index.js +0 -0
- package/lib/types/@gearbox-protocol/core-v2/contracts/interfaces/index.d.ts +2 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePoolStETH.d.ts +282 -0
- package/lib/types/@gearbox-protocol/{core-v2/contracts/support/index.js → integrations-v2/contracts/integrations/curve/ICurvePoolStETH.js} +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/integrations/curve/index.d.ts +1 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapterErrors.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapterErrors.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/index.d.ts +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/index.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BoosterAdapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BoosterAdapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/index.d.ts +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/index.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/ICurveV1Adapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/ICurveV1Adapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/ICurveV1AdapterExceptions.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/ICurveV1AdapterExceptions.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/index.d.ts +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/index.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_2AssetsAdapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_2AssetsAdapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_3AssetsAdapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_3AssetsAdapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_4AssetsAdapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_4AssetsAdapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/index.d.ts +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/index.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/index.d.ts +10 -2
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1Adapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1Adapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1AdapterEvents.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1AdapterEvents.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1AdapterExceptions.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1AdapterExceptions.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/index.d.ts +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters → lido/ILidoV1Adapter.sol}/index.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/IwstETHV1Adapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/IwstETHV1Adapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/index.d.ts +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido/ILidoV1Adapter.sol → lido}/index.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV2Adapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV2Adapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/IUniswapV3Adapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/IUniswapV3Adapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/index.d.ts +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → uniswap/IUniswapV3Adapter.sol}/index.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/index.d.ts +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap/IUniswapV3Adapter.sol → uniswap}/index.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/yearn → yearn}/IYearnV2Adapter.d.ts +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/yearn → yearn}/IYearnV2Adapter.js +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/yearn → yearn}/index.d.ts +0 -0
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → yearn}/index.js +0 -0
- package/lib/types/common.d.ts +0 -1
- package/lib/types/contracts/IGas.d.ts +50 -0
- package/lib/types/{@gearbox-protocol/integrations-v2/contracts/interfaces/adapters/yearn/index.js → contracts/IGas.js} +0 -0
- package/lib/types/{@gearbox-protocol/core-v2/contracts/support → contracts}/MultiCall.sol/Multicall2.d.ts +1 -1
- package/lib/types/contracts/MultiCall.sol/Multicall2.js +2 -0
- package/lib/types/{@gearbox-protocol/core-v2/contracts/support → contracts}/MultiCall.sol/index.d.ts +0 -0
- package/lib/types/contracts/MultiCall.sol/index.js +2 -0
- package/lib/types/{@gearbox-protocol/core-v2/contracts/support → contracts}/index.d.ts +1 -0
- package/lib/types/contracts/index.js +2 -0
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/index.d.ts +0 -1
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/index.js +1 -2
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributorEvents__factory.d.ts +18 -0
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributorEvents__factory.js +60 -0
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/interfaces/{IDegenDistributor__factory.d.ts → IDegenDistributor.sol/IDegenDistributor__factory.d.ts} +1 -1
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/interfaces/{IDegenDistributor__factory.js → IDegenDistributor.sol/IDegenDistributor__factory.js} +33 -20
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/index.d.ts +2 -0
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/index.js +10 -0
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/interfaces/index.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/core-v2/contracts/interfaces/index.js +2 -3
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePoolStETH__factory.d.ts +22 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePoolStETH__factory.js +474 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/index.d.ts +1 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/index.js +3 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapterErrors__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapterErrors__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/index.d.ts +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BaseRewardPoolAdapter.sol/index.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BoosterAdapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/IConvexV1BoosterAdapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/index.d.ts +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/convex → convex}/index.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/ICurveV1AdapterExceptions__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/ICurveV1AdapterExceptions__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/ICurveV1Adapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/ICurveV1Adapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/index.d.ts +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1Adapter.sol/index.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_2AssetsAdapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_2AssetsAdapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_3AssetsAdapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_3AssetsAdapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_4AssetsAdapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/ICurveV1_4AssetsAdapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/index.d.ts +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/curve → curve}/index.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/index.d.ts +5 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/index.js +6 -2
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1AdapterEvents__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1AdapterEvents__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1AdapterExceptions__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1AdapterExceptions__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1Adapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/ILidoV1Adapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/index.d.ts +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/ILidoV1Adapter.sol/index.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/IwstETHV1Adapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/IwstETHV1Adapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/index.d.ts +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/lido → lido}/index.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV2Adapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV2Adapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/IUniswapV3Adapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/IUniswapV3Adapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/index.d.ts +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/IUniswapV3Adapter.sol/index.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/index.d.ts +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/uniswap → uniswap}/index.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/yearn → yearn}/IYearnV2Adapter__factory.d.ts +1 -1
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/yearn → yearn}/IYearnV2Adapter__factory.js +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/yearn → yearn}/index.d.ts +0 -0
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/{adapters/yearn → yearn}/index.js +0 -0
- package/lib/types/factories/contracts/IGas__factory.d.ts +18 -0
- package/lib/types/factories/contracts/IGas__factory.js +35 -0
- package/lib/types/factories/{@gearbox-protocol/core-v2/contracts/support → contracts}/MultiCall.sol/Multicall2__factory.d.ts +2 -2
- package/lib/types/factories/{@gearbox-protocol/core-v2/contracts/support → contracts}/MultiCall.sol/Multicall2__factory.js +1 -1
- package/lib/types/factories/{@gearbox-protocol/core-v2/contracts/support → contracts}/MultiCall.sol/index.d.ts +0 -0
- package/lib/types/factories/{@gearbox-protocol/core-v2/contracts/support → contracts}/MultiCall.sol/index.js +0 -0
- package/lib/types/factories/{@gearbox-protocol/core-v2/contracts/support → contracts}/index.d.ts +1 -0
- package/lib/types/factories/{@gearbox-protocol/core-v2/contracts/support → contracts}/index.js +3 -1
- package/lib/types/factories/index.d.ts +1 -0
- package/lib/types/factories/index.js +2 -1
- package/lib/types/index.d.ts +44 -36
- package/lib/types/index.js +27 -21
- package/package.json +1 -1
- package/lib/types/@gearbox-protocol/integrations-v2/contracts/interfaces/adapters/index.d.ts +0 -10
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/adapters/index.d.ts +0 -5
- package/lib/types/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/adapters/index.js +0 -34
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { BaseContract, BigNumber, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
|
|
2
|
+
import type { FunctionFragment, Result } from "@ethersproject/abi";
|
|
3
|
+
import type { Listener, Provider } from "@ethersproject/providers";
|
|
4
|
+
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../common";
|
|
5
|
+
export interface IGasInterface extends utils.Interface {
|
|
6
|
+
functions: {
|
|
7
|
+
"configure()": FunctionFragment;
|
|
8
|
+
};
|
|
9
|
+
getFunction(nameOrSignatureOrTopic: "configure"): FunctionFragment;
|
|
10
|
+
encodeFunctionData(functionFragment: "configure", values?: undefined): string;
|
|
11
|
+
decodeFunctionResult(functionFragment: "configure", data: BytesLike): Result;
|
|
12
|
+
events: {};
|
|
13
|
+
}
|
|
14
|
+
export interface IGas extends BaseContract {
|
|
15
|
+
connect(signerOrProvider: Signer | Provider | string): this;
|
|
16
|
+
attach(addressOrName: string): this;
|
|
17
|
+
deployed(): Promise<this>;
|
|
18
|
+
interface: IGasInterface;
|
|
19
|
+
queryFilter<TEvent extends TypedEvent>(event: TypedEventFilter<TEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TEvent>>;
|
|
20
|
+
listeners<TEvent extends TypedEvent>(eventFilter?: TypedEventFilter<TEvent>): Array<TypedListener<TEvent>>;
|
|
21
|
+
listeners(eventName?: string): Array<Listener>;
|
|
22
|
+
removeAllListeners<TEvent extends TypedEvent>(eventFilter: TypedEventFilter<TEvent>): this;
|
|
23
|
+
removeAllListeners(eventName?: string): this;
|
|
24
|
+
off: OnEvent<this>;
|
|
25
|
+
on: OnEvent<this>;
|
|
26
|
+
once: OnEvent<this>;
|
|
27
|
+
removeListener: OnEvent<this>;
|
|
28
|
+
functions: {
|
|
29
|
+
configure(overrides?: Overrides & {
|
|
30
|
+
from?: string | Promise<string>;
|
|
31
|
+
}): Promise<ContractTransaction>;
|
|
32
|
+
};
|
|
33
|
+
configure(overrides?: Overrides & {
|
|
34
|
+
from?: string | Promise<string>;
|
|
35
|
+
}): Promise<ContractTransaction>;
|
|
36
|
+
callStatic: {
|
|
37
|
+
configure(overrides?: CallOverrides): Promise<BigNumber>;
|
|
38
|
+
};
|
|
39
|
+
filters: {};
|
|
40
|
+
estimateGas: {
|
|
41
|
+
configure(overrides?: Overrides & {
|
|
42
|
+
from?: string | Promise<string>;
|
|
43
|
+
}): Promise<BigNumber>;
|
|
44
|
+
};
|
|
45
|
+
populateTransaction: {
|
|
46
|
+
configure(overrides?: Overrides & {
|
|
47
|
+
from?: string | Promise<string>;
|
|
48
|
+
}): Promise<PopulatedTransaction>;
|
|
49
|
+
};
|
|
50
|
+
}
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers";
|
|
2
2
|
import type { FunctionFragment, Result } from "@ethersproject/abi";
|
|
3
3
|
import type { Listener, Provider } from "@ethersproject/providers";
|
|
4
|
-
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "
|
|
4
|
+
import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../common";
|
|
5
5
|
export declare namespace Multicall2 {
|
|
6
6
|
type CallStruct = {
|
|
7
7
|
target: string;
|
package/lib/types/{@gearbox-protocol/core-v2/contracts/support → contracts}/MultiCall.sol/index.d.ts
RENAMED
|
File without changes
|
|
@@ -23,9 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
26
|
+
exports.interfaces = void 0;
|
|
27
27
|
/* Autogenerated file. Do not edit manually. */
|
|
28
28
|
/* tslint:disable */
|
|
29
29
|
/* eslint-disable */
|
|
30
30
|
exports.interfaces = __importStar(require("./interfaces"));
|
|
31
|
-
exports.support = __importStar(require("./support"));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { IDegenDistributorEvents, IDegenDistributorEventsInterface } from "../../../../../../@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributorEvents";
|
|
4
|
+
export declare class IDegenDistributorEvents__factory {
|
|
5
|
+
static readonly abi: {
|
|
6
|
+
anonymous: boolean;
|
|
7
|
+
inputs: {
|
|
8
|
+
indexed: boolean;
|
|
9
|
+
internalType: string;
|
|
10
|
+
name: string;
|
|
11
|
+
type: string;
|
|
12
|
+
}[];
|
|
13
|
+
name: string;
|
|
14
|
+
type: string;
|
|
15
|
+
}[];
|
|
16
|
+
static createInterface(): IDegenDistributorEventsInterface;
|
|
17
|
+
static connect(address: string, signerOrProvider: Signer | Provider): IDegenDistributorEvents;
|
|
18
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* Autogenerated file. Do not edit manually. */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IDegenDistributorEvents__factory = void 0;
|
|
7
|
+
var ethers_1 = require("ethers");
|
|
8
|
+
var _abi = [
|
|
9
|
+
{
|
|
10
|
+
anonymous: false,
|
|
11
|
+
inputs: [
|
|
12
|
+
{
|
|
13
|
+
indexed: true,
|
|
14
|
+
internalType: "address",
|
|
15
|
+
name: "account",
|
|
16
|
+
type: "address",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
indexed: false,
|
|
20
|
+
internalType: "uint256",
|
|
21
|
+
name: "amount",
|
|
22
|
+
type: "uint256",
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
name: "Claimed",
|
|
26
|
+
type: "event",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
anonymous: false,
|
|
30
|
+
inputs: [
|
|
31
|
+
{
|
|
32
|
+
indexed: false,
|
|
33
|
+
internalType: "bytes32",
|
|
34
|
+
name: "oldRoot",
|
|
35
|
+
type: "bytes32",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
indexed: true,
|
|
39
|
+
internalType: "bytes32",
|
|
40
|
+
name: "newRoot",
|
|
41
|
+
type: "bytes32",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
name: "RootUpdated",
|
|
45
|
+
type: "event",
|
|
46
|
+
},
|
|
47
|
+
];
|
|
48
|
+
var IDegenDistributorEvents__factory = /** @class */ (function () {
|
|
49
|
+
function IDegenDistributorEvents__factory() {
|
|
50
|
+
}
|
|
51
|
+
IDegenDistributorEvents__factory.createInterface = function () {
|
|
52
|
+
return new ethers_1.utils.Interface(_abi);
|
|
53
|
+
};
|
|
54
|
+
IDegenDistributorEvents__factory.connect = function (address, signerOrProvider) {
|
|
55
|
+
return new ethers_1.Contract(address, _abi, signerOrProvider);
|
|
56
|
+
};
|
|
57
|
+
IDegenDistributorEvents__factory.abi = _abi;
|
|
58
|
+
return IDegenDistributorEvents__factory;
|
|
59
|
+
}());
|
|
60
|
+
exports.IDegenDistributorEvents__factory = IDegenDistributorEvents__factory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Signer } from "ethers";
|
|
2
2
|
import type { Provider } from "@ethersproject/providers";
|
|
3
|
-
import type { IDegenDistributor, IDegenDistributorInterface } from "
|
|
3
|
+
import type { IDegenDistributor, IDegenDistributorInterface } from "../../../../../../@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributor";
|
|
4
4
|
export declare class IDegenDistributor__factory {
|
|
5
5
|
static readonly abi: ({
|
|
6
6
|
anonymous: boolean;
|
|
@@ -10,13 +10,7 @@ var _abi = [
|
|
|
10
10
|
anonymous: false,
|
|
11
11
|
inputs: [
|
|
12
12
|
{
|
|
13
|
-
indexed:
|
|
14
|
-
internalType: "uint256",
|
|
15
|
-
name: "index",
|
|
16
|
-
type: "uint256",
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
indexed: false,
|
|
13
|
+
indexed: true,
|
|
20
14
|
internalType: "address",
|
|
21
15
|
name: "account",
|
|
22
16
|
type: "address",
|
|
@@ -31,6 +25,25 @@ var _abi = [
|
|
|
31
25
|
name: "Claimed",
|
|
32
26
|
type: "event",
|
|
33
27
|
},
|
|
28
|
+
{
|
|
29
|
+
anonymous: false,
|
|
30
|
+
inputs: [
|
|
31
|
+
{
|
|
32
|
+
indexed: false,
|
|
33
|
+
internalType: "bytes32",
|
|
34
|
+
name: "oldRoot",
|
|
35
|
+
type: "bytes32",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
indexed: true,
|
|
39
|
+
internalType: "bytes32",
|
|
40
|
+
name: "newRoot",
|
|
41
|
+
type: "bytes32",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
name: "RootUpdated",
|
|
45
|
+
type: "event",
|
|
46
|
+
},
|
|
34
47
|
{
|
|
35
48
|
inputs: [
|
|
36
49
|
{
|
|
@@ -45,7 +58,7 @@ var _abi = [
|
|
|
45
58
|
},
|
|
46
59
|
{
|
|
47
60
|
internalType: "uint256",
|
|
48
|
-
name: "
|
|
61
|
+
name: "totalAmount",
|
|
49
62
|
type: "uint256",
|
|
50
63
|
},
|
|
51
64
|
{
|
|
@@ -62,17 +75,17 @@ var _abi = [
|
|
|
62
75
|
{
|
|
63
76
|
inputs: [
|
|
64
77
|
{
|
|
65
|
-
internalType: "
|
|
66
|
-
name: "
|
|
67
|
-
type: "
|
|
78
|
+
internalType: "address",
|
|
79
|
+
name: "user",
|
|
80
|
+
type: "address",
|
|
68
81
|
},
|
|
69
82
|
],
|
|
70
|
-
name: "
|
|
83
|
+
name: "claimed",
|
|
71
84
|
outputs: [
|
|
72
85
|
{
|
|
73
|
-
internalType: "
|
|
86
|
+
internalType: "uint256",
|
|
74
87
|
name: "",
|
|
75
|
-
type: "
|
|
88
|
+
type: "uint256",
|
|
76
89
|
},
|
|
77
90
|
],
|
|
78
91
|
stateMutability: "view",
|
|
@@ -80,12 +93,12 @@ var _abi = [
|
|
|
80
93
|
},
|
|
81
94
|
{
|
|
82
95
|
inputs: [],
|
|
83
|
-
name: "
|
|
96
|
+
name: "degenNFT",
|
|
84
97
|
outputs: [
|
|
85
98
|
{
|
|
86
|
-
internalType: "
|
|
99
|
+
internalType: "contract IDegenNFT",
|
|
87
100
|
name: "",
|
|
88
|
-
type: "
|
|
101
|
+
type: "address",
|
|
89
102
|
},
|
|
90
103
|
],
|
|
91
104
|
stateMutability: "view",
|
|
@@ -93,12 +106,12 @@ var _abi = [
|
|
|
93
106
|
},
|
|
94
107
|
{
|
|
95
108
|
inputs: [],
|
|
96
|
-
name: "
|
|
109
|
+
name: "merkleRoot",
|
|
97
110
|
outputs: [
|
|
98
111
|
{
|
|
99
|
-
internalType: "
|
|
112
|
+
internalType: "bytes32",
|
|
100
113
|
name: "",
|
|
101
|
-
type: "
|
|
114
|
+
type: "bytes32",
|
|
102
115
|
},
|
|
103
116
|
],
|
|
104
117
|
stateMutability: "view",
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IDegenDistributorEvents__factory = exports.IDegenDistributor__factory = void 0;
|
|
4
|
+
/* Autogenerated file. Do not edit manually. */
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
var IDegenDistributor__factory_1 = require("./IDegenDistributor__factory");
|
|
8
|
+
Object.defineProperty(exports, "IDegenDistributor__factory", { enumerable: true, get: function () { return IDegenDistributor__factory_1.IDegenDistributor__factory; } });
|
|
9
|
+
var IDegenDistributorEvents__factory_1 = require("./IDegenDistributorEvents__factory");
|
|
10
|
+
Object.defineProperty(exports, "IDegenDistributorEvents__factory", { enumerable: true, get: function () { return IDegenDistributorEvents__factory_1.IDegenDistributorEvents__factory; } });
|
|
@@ -8,6 +8,7 @@ export * as iCreditConfiguratorSol from "./ICreditConfigurator.sol";
|
|
|
8
8
|
export * as iCreditFacadeSol from "./ICreditFacade.sol";
|
|
9
9
|
export * as iCreditManagerV2Sol from "./ICreditManagerV2.sol";
|
|
10
10
|
export * as iDataCompressorSol from "./IDataCompressor.sol";
|
|
11
|
+
export * as iDegenDistributorSol from "./IDegenDistributor.sol";
|
|
11
12
|
export * as iDegenNftSol from "./IDegenNFT.sol";
|
|
12
13
|
export * as iDieselTokenSol from "./IDieselToken.sol";
|
|
13
14
|
export * as ilpPriceFeedSol from "./ILPPriceFeed.sol";
|
|
@@ -16,7 +17,6 @@ export * as iPriceOracleSol from "./IPriceOracle.sol";
|
|
|
16
17
|
export * as v1 from "./V1";
|
|
17
18
|
export * as adapters from "./adapters";
|
|
18
19
|
export * as external from "./external";
|
|
19
|
-
export { IDegenDistributor__factory } from "./IDegenDistributor__factory";
|
|
20
20
|
export { IInterestRateModel__factory } from "./IInterestRateModel__factory";
|
|
21
21
|
export { IPhantomERC20__factory } from "./IPhantomERC20__factory";
|
|
22
22
|
export { IPriceFeedType__factory } from "./IPriceFeedType__factory";
|
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.IWETHGateway__factory = exports.IVersion__factory = exports.IPriceFeedType__factory = exports.IPhantomERC20__factory = exports.IInterestRateModel__factory = exports.
|
|
26
|
+
exports.IWETHGateway__factory = exports.IVersion__factory = exports.IPriceFeedType__factory = exports.IPhantomERC20__factory = exports.IInterestRateModel__factory = exports.external = exports.adapters = exports.v1 = exports.iPriceOracleSol = exports.iPoolServiceSol = exports.ilpPriceFeedSol = exports.iDieselTokenSol = exports.iDegenNftSol = exports.iDegenDistributorSol = exports.iDataCompressorSol = exports.iCreditManagerV2Sol = exports.iCreditFacadeSol = exports.iCreditConfiguratorSol = exports.iCreditAccountSol = exports.iContractsRegisterSol = exports.iAirdropDistributorSol = exports.iAddressProviderSol = exports.iAccountFactorySol = exports.iaclSol = void 0;
|
|
27
27
|
/* Autogenerated file. Do not edit manually. */
|
|
28
28
|
/* tslint:disable */
|
|
29
29
|
/* eslint-disable */
|
|
@@ -37,6 +37,7 @@ exports.iCreditConfiguratorSol = __importStar(require("./ICreditConfigurator.sol
|
|
|
37
37
|
exports.iCreditFacadeSol = __importStar(require("./ICreditFacade.sol"));
|
|
38
38
|
exports.iCreditManagerV2Sol = __importStar(require("./ICreditManagerV2.sol"));
|
|
39
39
|
exports.iDataCompressorSol = __importStar(require("./IDataCompressor.sol"));
|
|
40
|
+
exports.iDegenDistributorSol = __importStar(require("./IDegenDistributor.sol"));
|
|
40
41
|
exports.iDegenNftSol = __importStar(require("./IDegenNFT.sol"));
|
|
41
42
|
exports.iDieselTokenSol = __importStar(require("./IDieselToken.sol"));
|
|
42
43
|
exports.ilpPriceFeedSol = __importStar(require("./ILPPriceFeed.sol"));
|
|
@@ -45,8 +46,6 @@ exports.iPriceOracleSol = __importStar(require("./IPriceOracle.sol"));
|
|
|
45
46
|
exports.v1 = __importStar(require("./V1"));
|
|
46
47
|
exports.adapters = __importStar(require("./adapters"));
|
|
47
48
|
exports.external = __importStar(require("./external"));
|
|
48
|
-
var IDegenDistributor__factory_1 = require("./IDegenDistributor__factory");
|
|
49
|
-
Object.defineProperty(exports, "IDegenDistributor__factory", { enumerable: true, get: function () { return IDegenDistributor__factory_1.IDegenDistributor__factory; } });
|
|
50
49
|
var IInterestRateModel__factory_1 = require("./IInterestRateModel__factory");
|
|
51
50
|
Object.defineProperty(exports, "IInterestRateModel__factory", { enumerable: true, get: function () { return IInterestRateModel__factory_1.IInterestRateModel__factory; } });
|
|
52
51
|
var IPhantomERC20__factory_1 = require("./IPhantomERC20__factory");
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { ICurvePoolStETH, ICurvePoolStETHInterface } from "../../../../../../@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePoolStETH";
|
|
4
|
+
export declare class ICurvePoolStETH__factory {
|
|
5
|
+
static readonly abi: {
|
|
6
|
+
inputs: {
|
|
7
|
+
internalType: string;
|
|
8
|
+
name: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}[];
|
|
11
|
+
name: string;
|
|
12
|
+
outputs: {
|
|
13
|
+
internalType: string;
|
|
14
|
+
name: string;
|
|
15
|
+
type: string;
|
|
16
|
+
}[];
|
|
17
|
+
stateMutability: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}[];
|
|
20
|
+
static createInterface(): ICurvePoolStETHInterface;
|
|
21
|
+
static connect(address: string, signerOrProvider: Signer | Provider): ICurvePoolStETH;
|
|
22
|
+
}
|