@gearbox-protocol/sdk 3.0.0-next.102 → 3.0.0-next.104
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/creditManager.d.ts +1 -0
- package/lib/core/creditManager.js +5 -0
- package/lib/core/strategy.d.ts +5 -7
- package/lib/core/strategy.js +4 -6
- package/lib/index.d.ts +1 -3
- package/lib/index.js +1 -3
- package/lib/parsers/ERC20Parser.js +1 -1
- package/lib/parsers/aaveV2LendingPoolAdapterParser.d.ts +7 -0
- package/lib/parsers/aaveV2LendingPoolAdapterParser.js +21 -0
- package/lib/parsers/aaveV2WrappedATokenAdapterParser.d.ts +7 -0
- package/lib/parsers/aaveV2WrappedATokenAdapterParser.js +21 -0
- package/lib/parsers/abstractParser.d.ts +7 -5
- package/lib/parsers/abstractParser.js +3 -0
- package/lib/parsers/addressProviderParser.js +1 -1
- package/lib/parsers/balancerV2VaultParser.d.ts +7 -0
- package/lib/parsers/balancerV2VaultParser.js +34 -0
- package/lib/parsers/compoundV2CTokenAdapterParser.d.ts +7 -0
- package/lib/parsers/compoundV2CTokenAdapterParser.js +21 -0
- package/lib/parsers/convexBaseRewardPoolAdapterParser.js +1 -1
- package/lib/parsers/convexBoosterAdapterParser.js +1 -1
- package/lib/parsers/convextRewardPoolParser.js +1 -1
- package/lib/parsers/creditFacadeParser.js +1 -1
- package/lib/parsers/creditManagerParser.js +1 -1
- package/lib/parsers/curveAdapterParser.js +1 -1
- package/lib/parsers/erc626AdapterParser.d.ts +7 -0
- package/lib/parsers/erc626AdapterParser.js +21 -0
- package/lib/parsers/lidoAdapterParser.js +1 -1
- package/lib/parsers/lidoSTETHParser.js +1 -1
- package/lib/parsers/poolParser.js +1 -1
- package/lib/parsers/priceOracleParser.js +1 -1
- package/lib/parsers/txParser.d.ts +17 -11
- package/lib/parsers/txParser.js +36 -5
- package/lib/parsers/uniV2AdapterParser.js +1 -1
- package/lib/parsers/uniV3AdapterParser.js +1 -1
- package/lib/parsers/wstETHAdapterParser.js +1 -1
- package/lib/parsers/yearnV2AdapterParser.js +1 -1
- package/lib/pathfinder/index.d.ts +4 -0
- package/lib/pathfinder/index.js +20 -0
- package/lib/pathfinder/utils.d.ts +35 -0
- package/lib/pathfinder/utils.js +182 -0
- package/lib/types/contracts/index.d.ts +2 -0
- package/lib/types/contracts/interfaces/IGasPricer.d.ts +44 -0
- package/lib/types/contracts/interfaces/IGasPricer.js +2 -0
- package/lib/types/contracts/interfaces/index.d.ts +1 -0
- package/lib/types/contracts/interfaces/index.js +2 -0
- package/lib/types/factories/AddressProvider__factory.d.ts +111 -111
- package/lib/types/factories/AddressProvider__factory.js +119 -119
- package/lib/types/factories/Balances.sol/BalanceOps__factory.d.ts +3 -3
- package/lib/types/factories/Balances.sol/BalanceOps__factory.js +3 -3
- package/lib/types/factories/CalldataExtractor__factory.d.ts +34 -34
- package/lib/types/factories/CalldataExtractor__factory.js +37 -37
- package/lib/types/factories/Claimable__factory.d.ts +28 -28
- package/lib/types/factories/Claimable__factory.js +32 -32
- package/lib/types/factories/ERC20__factory.d.ts +89 -89
- package/lib/types/factories/ERC20__factory.js +99 -99
- package/lib/types/factories/Errors__factory.d.ts +99 -99
- package/lib/types/factories/Errors__factory.js +99 -99
- package/lib/types/factories/FarmAccounting__factory.d.ts +6 -6
- package/lib/types/factories/FarmAccounting__factory.js +6 -6
- package/lib/types/factories/IAaveV2_LendingPoolAdapter__factory.d.ts +42 -42
- package/lib/types/factories/IAaveV2_LendingPoolAdapter__factory.js +42 -42
- package/lib/types/factories/IAaveV2_WrappedATokenAdapter__factory.d.ts +70 -70
- package/lib/types/factories/IAaveV2_WrappedATokenAdapter__factory.js +70 -70
- package/lib/types/factories/IAdapter__factory.d.ts +15 -15
- package/lib/types/factories/IAdapter__factory.js +15 -15
- package/lib/types/factories/IAddressProvider.sol/IAddressProviderEvents__factory.d.ts +7 -7
- package/lib/types/factories/IAddressProvider.sol/IAddressProviderEvents__factory.js +7 -7
- package/lib/types/factories/IAddressProvider.sol/IAddressProvider__factory.d.ts +48 -48
- package/lib/types/factories/IAddressProvider.sol/IAddressProvider__factory.js +52 -52
- package/lib/types/factories/IAddressProviderV3.sol/IAddressProviderV3Events__factory.d.ts +9 -9
- package/lib/types/factories/IAddressProviderV3.sol/IAddressProviderV3Events__factory.js +9 -9
- package/lib/types/factories/IAddressProviderV3.sol/IAddressProviderV3__factory.d.ts +37 -37
- package/lib/types/factories/IAddressProviderV3.sol/IAddressProviderV3__factory.js +42 -42
- package/lib/types/factories/IAirdropDistributor.sol/IAirdropDistributorEvents__factory.d.ts +25 -25
- package/lib/types/factories/IAirdropDistributor.sol/IAirdropDistributorEvents__factory.js +25 -25
- package/lib/types/factories/IAirdropDistributor.sol/IAirdropDistributor__factory.d.ts +71 -71
- package/lib/types/factories/IAirdropDistributor.sol/IAirdropDistributor__factory.js +85 -85
- package/lib/types/factories/IBalancerV2Vault.sol/IBalancerV2VaultGetters__factory.d.ts +19 -19
- package/lib/types/factories/IBalancerV2Vault.sol/IBalancerV2VaultGetters__factory.js +19 -19
- package/lib/types/factories/IBalancerV2Vault.sol/IBalancerV2Vault__factory.d.ts +106 -106
- package/lib/types/factories/IBalancerV2Vault.sol/IBalancerV2Vault__factory.js +106 -106
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapterEvents__factory.d.ts +7 -7
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapterEvents__factory.js +7 -7
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapterExceptions__factory.d.ts +2 -2
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapterExceptions__factory.js +2 -2
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapter__factory.d.ts +161 -161
- package/lib/types/factories/IBalancerV2VaultAdapter.sol/IBalancerV2VaultAdapter__factory.js +166 -166
- package/lib/types/factories/IBaseRewardPool__factory.d.ts +114 -114
- package/lib/types/factories/IBaseRewardPool__factory.js +114 -114
- package/lib/types/factories/IBotListV3.sol/IBotListV3Events__factory.d.ts +38 -38
- package/lib/types/factories/IBotListV3.sol/IBotListV3Events__factory.js +43 -43
- package/lib/types/factories/IBotListV3.sol/IBotListV3__factory.d.ts +152 -152
- package/lib/types/factories/IBotListV3.sol/IBotListV3__factory.js +170 -170
- package/lib/types/factories/ICompoundV2_CTokenAdapter.sol/ICompoundV2_CTokenAdapter__factory.d.ts +60 -60
- package/lib/types/factories/ICompoundV2_CTokenAdapter.sol/ICompoundV2_CTokenAdapter__factory.js +63 -63
- package/lib/types/factories/ICompoundV2_CTokenAdapter.sol/ICompoundV2_Exceptions__factory.d.ts +3 -3
- package/lib/types/factories/ICompoundV2_CTokenAdapter.sol/ICompoundV2_Exceptions__factory.js +3 -3
- package/lib/types/factories/IContractsRegister.sol/IContractsRegisterEvents__factory.d.ts +10 -10
- package/lib/types/factories/IContractsRegister.sol/IContractsRegisterEvents__factory.js +10 -10
- package/lib/types/factories/IContractsRegister.sol/IContractsRegister__factory.d.ts +51 -51
- package/lib/types/factories/IContractsRegister.sol/IContractsRegister__factory.js +57 -57
- package/lib/types/factories/IControllerTimelockV3.sol/IControllerTimelockV3Events__factory.d.ts +30 -30
- package/lib/types/factories/IControllerTimelockV3.sol/IControllerTimelockV3Events__factory.js +30 -30
- package/lib/types/factories/IControllerTimelockV3.sol/IControllerTimelockV3__factory.d.ts +165 -165
- package/lib/types/factories/IControllerTimelockV3.sol/IControllerTimelockV3__factory.js +182 -182
- package/lib/types/factories/IConvexToken__factory.d.ts +86 -86
- package/lib/types/factories/IConvexToken__factory.js +96 -96
- package/lib/types/factories/IConvexV1BaseRewardPoolAdapter__factory.d.ts +80 -80
- package/lib/types/factories/IConvexV1BaseRewardPoolAdapter__factory.js +80 -80
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents__factory.d.ts +7 -7
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapterEvents__factory.js +7 -7
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter__factory.d.ts +62 -62
- package/lib/types/factories/IConvexV1BoosterAdapter.sol/IConvexV1BoosterAdapter__factory.js +66 -66
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2Events__factory.d.ts +121 -121
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2Events__factory.js +127 -127
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2Exceptions__factory.d.ts +18 -18
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2Exceptions__factory.js +18 -18
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2__factory.d.ts +376 -376
- package/lib/types/factories/ICreditConfiguratorV2.sol/ICreditConfiguratorV2__factory.js +417 -417
- package/lib/types/factories/ICreditConfiguratorV3.sol/ICreditConfiguratorV3Events__factory.d.ts +118 -118
- package/lib/types/factories/ICreditConfiguratorV3.sol/ICreditConfiguratorV3Events__factory.js +127 -127
- package/lib/types/factories/ICreditConfiguratorV3.sol/ICreditConfiguratorV3__factory.d.ts +395 -395
- package/lib/types/factories/ICreditConfiguratorV3.sol/ICreditConfiguratorV3__factory.js +420 -420
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Events__factory.d.ts +107 -107
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Events__factory.js +118 -118
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Exceptions__factory.d.ts +65 -65
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Exceptions__factory.js +65 -65
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Extended__factory.d.ts +23 -23
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2Extended__factory.js +23 -23
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2V2__factory.d.ts +5 -5
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2V2__factory.js +5 -5
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2__factory.d.ts +601 -601
- package/lib/types/factories/ICreditFacadeV2.sol/ICreditFacadeV2__factory.js +749 -749
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3Events__factory.d.ts +72 -72
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3Events__factory.js +80 -80
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3__factory.d.ts +288 -288
- package/lib/types/factories/ICreditFacadeV3.sol/ICreditFacadeV3__factory.js +397 -397
- package/lib/types/factories/ICreditFacadeV3Multicall__factory.d.ts +59 -59
- package/lib/types/factories/ICreditFacadeV3Multicall__factory.js +59 -59
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2Events__factory.d.ts +11 -11
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2Events__factory.js +12 -12
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2Exceptions__factory.d.ts +26 -26
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2Exceptions__factory.js +26 -26
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2__factory.d.ts +252 -252
- package/lib/types/factories/ICreditManagerV2.sol/ICreditManagerV2__factory.js +272 -272
- package/lib/types/factories/ICreditManagerV3.sol/ICreditManagerV3Events__factory.d.ts +5 -5
- package/lib/types/factories/ICreditManagerV3.sol/ICreditManagerV3Events__factory.js +5 -5
- package/lib/types/factories/ICreditManagerV3.sol/ICreditManagerV3__factory.d.ts +294 -294
- package/lib/types/factories/ICreditManagerV3.sol/ICreditManagerV3__factory.js +297 -297
- package/lib/types/factories/ICurvePool_2.sol/ICurvePool2Assets__factory.d.ts +191 -191
- package/lib/types/factories/ICurvePool_2.sol/ICurvePool2Assets__factory.js +191 -191
- package/lib/types/factories/ICurvePool_3.sol/ICurvePool3Assets__factory.d.ts +191 -191
- package/lib/types/factories/ICurvePool_3.sol/ICurvePool3Assets__factory.js +191 -191
- package/lib/types/factories/ICurvePool_4.sol/ICurvePool4Assets__factory.d.ts +191 -191
- package/lib/types/factories/ICurvePool_4.sol/ICurvePool4Assets__factory.js +191 -191
- package/lib/types/factories/ICurvePool__factory.d.ts +159 -159
- package/lib/types/factories/ICurvePool__factory.js +159 -159
- package/lib/types/factories/ICurveV1Adapter__factory.d.ts +169 -169
- package/lib/types/factories/ICurveV1Adapter__factory.js +169 -169
- package/lib/types/factories/ICurveV1_2AssetsAdapter__factory.d.ts +187 -187
- package/lib/types/factories/ICurveV1_2AssetsAdapter__factory.js +187 -187
- package/lib/types/factories/ICurveV1_3AssetsAdapter__factory.d.ts +187 -187
- package/lib/types/factories/ICurveV1_3AssetsAdapter__factory.js +187 -187
- package/lib/types/factories/ICurveV1_4AssetsAdapter__factory.d.ts +187 -187
- package/lib/types/factories/ICurveV1_4AssetsAdapter__factory.js +187 -187
- package/lib/types/factories/IDaiLikePermit__factory.d.ts +10 -10
- package/lib/types/factories/IDaiLikePermit__factory.js +10 -10
- package/lib/types/factories/IDataCompressorV2_10__factory.d.ts +334 -334
- package/lib/types/factories/IDataCompressorV2_10__factory.js +334 -334
- package/lib/types/factories/IDataCompressorV3_00__factory.d.ts +454 -454
- package/lib/types/factories/IDataCompressorV3_00__factory.js +454 -454
- package/lib/types/factories/IDegenDistributor.sol/IDegenDistributorEvents__factory.d.ts +14 -14
- package/lib/types/factories/IDegenDistributor.sol/IDegenDistributorEvents__factory.js +14 -14
- package/lib/types/factories/IDegenDistributor.sol/IDegenDistributor__factory.d.ts +43 -43
- package/lib/types/factories/IDegenDistributor.sol/IDegenDistributor__factory.js +51 -51
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2Events__factory.d.ts +15 -15
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2Events__factory.js +15 -15
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2Exceptions__factory.d.ts +8 -8
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2Exceptions__factory.js +8 -8
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2__factory.d.ts +180 -180
- package/lib/types/factories/IDegenNFTV2.sol/IDegenNFTV2__factory.js +208 -208
- package/lib/types/factories/IERC165__factory.d.ts +4 -4
- package/lib/types/factories/IERC165__factory.js +4 -4
- package/lib/types/factories/IERC20Metadata__factory.d.ts +76 -76
- package/lib/types/factories/IERC20Metadata__factory.js +86 -86
- package/lib/types/factories/IERC20Permit__factory.d.ts +16 -16
- package/lib/types/factories/IERC20Permit__factory.js +16 -16
- package/lib/types/factories/IERC20ZapperDeposits__factory.d.ts +30 -30
- package/lib/types/factories/IERC20ZapperDeposits__factory.js +30 -30
- package/lib/types/factories/IERC20__factory.d.ts +67 -67
- package/lib/types/factories/IERC20__factory.js +77 -77
- package/lib/types/factories/IERC4626Adapter__factory.d.ts +60 -60
- package/lib/types/factories/IERC4626Adapter__factory.js +60 -60
- package/lib/types/factories/IERC4626__factory.d.ts +198 -198
- package/lib/types/factories/IERC4626__factory.js +221 -221
- package/lib/types/factories/IERC721Metadata__factory.d.ts +114 -114
- package/lib/types/factories/IERC721Metadata__factory.js +129 -129
- package/lib/types/factories/IERC721__factory.d.ts +104 -104
- package/lib/types/factories/IERC721__factory.js +119 -119
- package/lib/types/factories/IETHZapperDeposits__factory.d.ts +9 -9
- package/lib/types/factories/IETHZapperDeposits__factory.js +9 -9
- package/lib/types/factories/IFarmingPool__factory.d.ts +134 -134
- package/lib/types/factories/IFarmingPool__factory.js +152 -152
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3Events__factory.d.ts +46 -46
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3Events__factory.js +50 -50
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3__factory.d.ts +172 -172
- package/lib/types/factories/IGaugeV3.sol/IGaugeV3__factory.js +200 -200
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3Events__factory.d.ts +48 -48
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3Events__factory.js +49 -49
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3__factory.d.ts +225 -225
- package/lib/types/factories/IGearStakingV3.sol/IGearStakingV3__factory.js +253 -253
- package/lib/types/factories/IInterestRateModel__factory.d.ts +8 -8
- package/lib/types/factories/IInterestRateModel__factory.js +8 -8
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeedEvents__factory.d.ts +11 -11
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeedEvents__factory.js +12 -12
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeedExceptions__factory.d.ts +10 -10
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeedExceptions__factory.js +10 -10
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeed__factory.d.ts +107 -107
- package/lib/types/factories/ILPPriceFeed.sol/ILPPriceFeed__factory.js +119 -119
- package/lib/types/factories/ILidoV1Adapter__factory.d.ts +40 -40
- package/lib/types/factories/ILidoV1Adapter__factory.js +40 -40
- package/lib/types/factories/ILinearInterestRateModelV3__factory.d.ts +25 -25
- package/lib/types/factories/ILinearInterestRateModelV3__factory.js +25 -25
- package/lib/types/factories/IOffchainOracle__factory.d.ts +11 -11
- package/lib/types/factories/IOffchainOracle__factory.js +11 -11
- package/lib/types/factories/IPermit2__factory.d.ts +33 -33
- package/lib/types/factories/IPermit2__factory.js +33 -33
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events__factory.d.ts +44 -44
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3Events__factory.js +45 -45
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3__factory.d.ts +190 -190
- package/lib/types/factories/IPoolQuotaKeeperV3.sol/IPoolQuotaKeeperV3__factory.js +216 -216
- package/lib/types/factories/IPoolService.sol/IPoolServiceEvents__factory.d.ts +66 -66
- package/lib/types/factories/IPoolService.sol/IPoolServiceEvents__factory.js +72 -72
- package/lib/types/factories/IPoolService.sol/IPoolService__factory.d.ts +235 -235
- package/lib/types/factories/IPoolService.sol/IPoolService__factory.js +286 -286
- package/lib/types/factories/IPoolV3.sol/IPoolV3Events__factory.d.ts +65 -65
- package/lib/types/factories/IPoolV3.sol/IPoolV3Events__factory.js +68 -68
- package/lib/types/factories/IPoolV3.sol/IPoolV3__factory.d.ts +574 -574
- package/lib/types/factories/IPoolV3.sol/IPoolV3__factory.js +696 -696
- package/lib/types/factories/IPriceFeed.sol/IPriceFeed__factory.d.ts +22 -22
- package/lib/types/factories/IPriceFeed.sol/IPriceFeed__factory.js +22 -22
- package/lib/types/factories/IPriceFeed.sol/IUpdatablePriceFeed__factory.d.ts +28 -28
- package/lib/types/factories/IPriceFeed.sol/IUpdatablePriceFeed__factory.js +28 -28
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Events__factory.d.ts +6 -6
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Events__factory.js +7 -7
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Exceptions__factory.d.ts +6 -6
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Exceptions__factory.js +6 -6
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Ext__factory.d.ts +71 -71
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2Ext__factory.js +78 -78
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2__factory.d.ts +68 -68
- package/lib/types/factories/IPriceOracle.sol/IPriceOracleV2__factory.js +75 -75
- package/lib/types/factories/IPriceOracleBase__factory.d.ts +27 -27
- package/lib/types/factories/IPriceOracleBase__factory.js +27 -27
- package/lib/types/factories/IPriceOracleV3.sol/IPriceOracleV3Events__factory.d.ts +28 -28
- package/lib/types/factories/IPriceOracleV3.sol/IPriceOracleV3Events__factory.js +31 -31
- package/lib/types/factories/IPriceOracleV3.sol/IPriceOracleV3__factory.d.ts +139 -139
- package/lib/types/factories/IPriceOracleV3.sol/IPriceOracleV3__factory.js +156 -156
- package/lib/types/factories/IRouterV3__factory.d.ts +178 -178
- package/lib/types/factories/IRouterV3__factory.js +191 -191
- package/lib/types/factories/IRouter__factory.d.ts +159 -159
- package/lib/types/factories/IRouter__factory.js +172 -172
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2AdapterEvents__factory.d.ts +8 -8
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2AdapterEvents__factory.js +9 -9
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2AdapterExceptions__factory.d.ts +2 -2
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2AdapterExceptions__factory.js +2 -2
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2Adapter__factory.d.ts +78 -78
- package/lib/types/factories/IUniswapV2Adapter.sol/IUniswapV2Adapter__factory.js +84 -84
- package/lib/types/factories/IUniswapV3.sol/ISwapRouter__factory.d.ts +50 -50
- package/lib/types/factories/IUniswapV3.sol/ISwapRouter__factory.js +50 -50
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3AdapterEvents__factory.d.ts +10 -10
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3AdapterEvents__factory.js +11 -11
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory.d.ts +2 -2
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory.js +2 -2
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3Adapter__factory.d.ts +138 -138
- package/lib/types/factories/IUniswapV3Adapter.sol/IUniswapV3Adapter__factory.js +145 -145
- package/lib/types/factories/IVersion__factory.d.ts +3 -3
- package/lib/types/factories/IVersion__factory.js +3 -3
- package/lib/types/factories/IVotingContractV3__factory.d.ts +10 -10
- package/lib/types/factories/IVotingContractV3__factory.js +10 -10
- package/lib/types/factories/IWETHGateway__factory.d.ts +14 -14
- package/lib/types/factories/IWETHGateway__factory.js +14 -14
- package/lib/types/factories/IWETH__factory.d.ts +102 -102
- package/lib/types/factories/IWETH__factory.js +120 -120
- package/lib/types/factories/IYVault__factory.d.ts +112 -112
- package/lib/types/factories/IYVault__factory.js +122 -122
- package/lib/types/factories/IYearnV2Adapter__factory.d.ts +63 -63
- package/lib/types/factories/IYearnV2Adapter__factory.js +63 -63
- package/lib/types/factories/IZapperRegister__factory.d.ts +20 -20
- package/lib/types/factories/IZapperRegister__factory.js +22 -22
- package/lib/types/factories/IZapper__factory.d.ts +34 -34
- package/lib/types/factories/IZapper__factory.js +34 -34
- package/lib/types/factories/IstETH.sol/IstETHGetters__factory.d.ts +97 -97
- package/lib/types/factories/IstETH.sol/IstETHGetters__factory.js +107 -107
- package/lib/types/factories/IstETH.sol/IstETH__factory.d.ts +101 -101
- package/lib/types/factories/IstETH.sol/IstETH__factory.js +111 -111
- package/lib/types/factories/IwstETH.sol/IwstETHGetters__factory.d.ts +93 -93
- package/lib/types/factories/IwstETH.sol/IwstETHGetters__factory.js +103 -103
- package/lib/types/factories/IwstETH.sol/IwstETH__factory.d.ts +101 -101
- package/lib/types/factories/IwstETH.sol/IwstETH__factory.js +111 -111
- package/lib/types/factories/IwstETHGateway.sol/IwstETHGateWay__factory.d.ts +14 -14
- package/lib/types/factories/IwstETHGateway.sol/IwstETHGateWay__factory.js +15 -15
- package/lib/types/factories/IwstETHV1Adapter__factory.d.ts +44 -44
- package/lib/types/factories/IwstETHV1Adapter__factory.js +44 -44
- package/lib/types/factories/NumericArrayLib__factory.d.ts +2 -2
- package/lib/types/factories/NumericArrayLib__factory.js +2 -2
- package/lib/types/factories/Ownable__factory.d.ts +23 -23
- package/lib/types/factories/Ownable__factory.js +27 -27
- package/lib/types/factories/RedstoneConstants__factory.d.ts +19 -19
- package/lib/types/factories/RedstoneConstants__factory.js +19 -19
- package/lib/types/factories/RedstoneConsumerBase__factory.d.ts +101 -101
- package/lib/types/factories/RedstoneConsumerBase__factory.js +123 -123
- package/lib/types/factories/RedstoneConsumerNumericBase__factory.d.ts +101 -101
- package/lib/types/factories/RedstoneConsumerNumericBase__factory.js +123 -123
- package/lib/types/factories/RedstoneDefaultsLib__factory.d.ts +8 -8
- package/lib/types/factories/RedstoneDefaultsLib__factory.js +8 -8
- package/lib/types/factories/RedstonePriceFeed.sol/IRedstonePriceFeedEvents__factory.d.ts +5 -5
- package/lib/types/factories/RedstonePriceFeed.sol/IRedstonePriceFeedEvents__factory.js +5 -5
- package/lib/types/factories/RedstonePriceFeed.sol/IRedstonePriceFeedExceptions__factory.d.ts +10 -10
- package/lib/types/factories/RedstonePriceFeed.sol/IRedstonePriceFeedExceptions__factory.js +10 -10
- package/lib/types/factories/RedstonePriceFeed.sol/RedstonePriceFeed__factory.d.ts +193 -193
- package/lib/types/factories/RedstonePriceFeed.sol/RedstonePriceFeed__factory.js +220 -220
- package/lib/types/factories/SafeERC20__factory.d.ts +14 -14
- package/lib/types/factories/SafeERC20__factory.js +14 -14
- package/lib/types/factories/contracts/index.d.ts +1 -0
- package/lib/types/factories/contracts/index.js +30 -0
- package/lib/types/factories/contracts/interfaces/IGasPricer__factory.d.ts +22 -0
- package/lib/types/factories/contracts/interfaces/index.d.ts +1 -0
- package/lib/types/factories/contracts/interfaces/index.js +8 -0
- package/lib/types/factories/index.d.ts +2 -1
- package/lib/types/factories/index.js +4 -4
- package/lib/types/factories/{IGasPricer__factory.d.ts → interfaces/IGasPricer__factory.d.ts} +5 -5
- package/lib/types/factories/interfaces/IGasPricer__factory.js +38 -0
- package/lib/types/factories/interfaces/index.d.ts +1 -0
- package/lib/types/factories/interfaces/index.js +8 -0
- package/lib/types/index.d.ts +18 -14
- package/lib/types/index.js +25 -25
- package/lib/types/{IGasPricer.d.ts → interfaces/IGasPricer.d.ts} +1 -1
- package/lib/types/interfaces/IGasPricer.js +2 -0
- package/lib/types/interfaces/index.d.ts +1 -0
- package/lib/types/interfaces/index.js +2 -0
- package/package.json +4 -4
- package/lib/types/{IGasPricer.js → contracts/index.js} +0 -0
- package/lib/types/factories/{IGasPricer__factory.js → contracts/interfaces/IGasPricer__factory.js} +4 -4
|
@@ -7,541 +7,541 @@ exports.IControllerTimelockV3__factory = void 0;
|
|
|
7
7
|
const ethers_1 = require("ethers");
|
|
8
8
|
const _abi = [
|
|
9
9
|
{
|
|
10
|
-
|
|
11
|
-
inputs: [
|
|
12
|
-
{
|
|
13
|
-
indexed: true,
|
|
14
|
-
internalType: "bytes32",
|
|
15
|
-
name: "txHash",
|
|
16
|
-
type: "bytes32",
|
|
17
|
-
},
|
|
18
|
-
],
|
|
19
|
-
name: "CancelTransaction",
|
|
20
|
-
type: "event",
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
anonymous: false,
|
|
24
|
-
inputs: [
|
|
25
|
-
{
|
|
26
|
-
indexed: true,
|
|
27
|
-
internalType: "bytes32",
|
|
28
|
-
name: "txHash",
|
|
29
|
-
type: "bytes32",
|
|
30
|
-
},
|
|
31
|
-
],
|
|
32
|
-
name: "ExecuteTransaction",
|
|
33
|
-
type: "event",
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
anonymous: false,
|
|
37
|
-
inputs: [
|
|
38
|
-
{
|
|
39
|
-
indexed: true,
|
|
40
|
-
internalType: "bytes32",
|
|
41
|
-
name: "txHash",
|
|
42
|
-
type: "bytes32",
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
indexed: true,
|
|
46
|
-
internalType: "address",
|
|
47
|
-
name: "executor",
|
|
48
|
-
type: "address",
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
indexed: false,
|
|
52
|
-
internalType: "address",
|
|
53
|
-
name: "target",
|
|
54
|
-
type: "address",
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
indexed: false,
|
|
58
|
-
internalType: "string",
|
|
59
|
-
name: "signature",
|
|
60
|
-
type: "string",
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
indexed: false,
|
|
64
|
-
internalType: "bytes",
|
|
65
|
-
name: "data",
|
|
66
|
-
type: "bytes",
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
indexed: false,
|
|
70
|
-
internalType: "uint40",
|
|
71
|
-
name: "eta",
|
|
72
|
-
type: "uint40",
|
|
73
|
-
},
|
|
74
|
-
],
|
|
75
|
-
name: "QueueTransaction",
|
|
76
|
-
type: "event",
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
anonymous: false,
|
|
80
|
-
inputs: [
|
|
81
|
-
{
|
|
82
|
-
indexed: true,
|
|
83
|
-
internalType: "address",
|
|
84
|
-
name: "newAdmin",
|
|
85
|
-
type: "address",
|
|
86
|
-
},
|
|
87
|
-
],
|
|
88
|
-
name: "SetVetoAdmin",
|
|
89
|
-
type: "event",
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
inputs: [],
|
|
10
|
+
type: "function",
|
|
93
11
|
name: "GRACE_PERIOD",
|
|
12
|
+
inputs: [],
|
|
94
13
|
outputs: [
|
|
95
14
|
{
|
|
96
|
-
internalType: "uint256",
|
|
97
15
|
name: "",
|
|
98
16
|
type: "uint256",
|
|
17
|
+
internalType: "uint256",
|
|
99
18
|
},
|
|
100
19
|
],
|
|
101
20
|
stateMutability: "view",
|
|
102
|
-
type: "function",
|
|
103
21
|
},
|
|
104
22
|
{
|
|
23
|
+
type: "function",
|
|
24
|
+
name: "cancelTransaction",
|
|
105
25
|
inputs: [
|
|
106
26
|
{
|
|
107
|
-
internalType: "bytes32",
|
|
108
27
|
name: "txHash",
|
|
109
28
|
type: "bytes32",
|
|
29
|
+
internalType: "bytes32",
|
|
110
30
|
},
|
|
111
31
|
],
|
|
112
|
-
name: "cancelTransaction",
|
|
113
32
|
outputs: [],
|
|
114
33
|
stateMutability: "nonpayable",
|
|
115
|
-
type: "function",
|
|
116
34
|
},
|
|
117
35
|
{
|
|
36
|
+
type: "function",
|
|
37
|
+
name: "executeTransaction",
|
|
118
38
|
inputs: [
|
|
119
39
|
{
|
|
120
|
-
internalType: "bytes32",
|
|
121
40
|
name: "txHash",
|
|
122
41
|
type: "bytes32",
|
|
42
|
+
internalType: "bytes32",
|
|
123
43
|
},
|
|
124
44
|
],
|
|
125
|
-
name: "executeTransaction",
|
|
126
45
|
outputs: [],
|
|
127
46
|
stateMutability: "nonpayable",
|
|
128
|
-
type: "function",
|
|
129
47
|
},
|
|
130
48
|
{
|
|
49
|
+
type: "function",
|
|
50
|
+
name: "forbidAdapter",
|
|
131
51
|
inputs: [
|
|
132
52
|
{
|
|
133
|
-
internalType: "address",
|
|
134
53
|
name: "creditManager",
|
|
135
54
|
type: "address",
|
|
55
|
+
internalType: "address",
|
|
136
56
|
},
|
|
137
57
|
{
|
|
138
|
-
internalType: "address",
|
|
139
58
|
name: "adapter",
|
|
140
59
|
type: "address",
|
|
60
|
+
internalType: "address",
|
|
141
61
|
},
|
|
142
62
|
],
|
|
143
|
-
name: "forbidAdapter",
|
|
144
63
|
outputs: [],
|
|
145
64
|
stateMutability: "nonpayable",
|
|
146
|
-
type: "function",
|
|
147
65
|
},
|
|
148
66
|
{
|
|
67
|
+
type: "function",
|
|
68
|
+
name: "forbidBoundsUpdate",
|
|
149
69
|
inputs: [
|
|
150
70
|
{
|
|
151
|
-
internalType: "address",
|
|
152
71
|
name: "priceFeed",
|
|
153
72
|
type: "address",
|
|
73
|
+
internalType: "address",
|
|
154
74
|
},
|
|
155
75
|
],
|
|
156
|
-
name: "forbidBoundsUpdate",
|
|
157
76
|
outputs: [],
|
|
158
77
|
stateMutability: "nonpayable",
|
|
159
|
-
type: "function",
|
|
160
78
|
},
|
|
161
79
|
{
|
|
80
|
+
type: "function",
|
|
81
|
+
name: "queuedTransactions",
|
|
162
82
|
inputs: [
|
|
163
83
|
{
|
|
164
|
-
internalType: "bytes32",
|
|
165
84
|
name: "txHash",
|
|
166
85
|
type: "bytes32",
|
|
86
|
+
internalType: "bytes32",
|
|
167
87
|
},
|
|
168
88
|
],
|
|
169
|
-
name: "queuedTransactions",
|
|
170
89
|
outputs: [
|
|
171
90
|
{
|
|
172
|
-
internalType: "bool",
|
|
173
91
|
name: "queued",
|
|
174
92
|
type: "bool",
|
|
93
|
+
internalType: "bool",
|
|
175
94
|
},
|
|
176
95
|
{
|
|
177
|
-
internalType: "address",
|
|
178
96
|
name: "executor",
|
|
179
97
|
type: "address",
|
|
98
|
+
internalType: "address",
|
|
180
99
|
},
|
|
181
100
|
{
|
|
182
|
-
internalType: "address",
|
|
183
101
|
name: "target",
|
|
184
102
|
type: "address",
|
|
103
|
+
internalType: "address",
|
|
185
104
|
},
|
|
186
105
|
{
|
|
187
|
-
internalType: "uint40",
|
|
188
106
|
name: "eta",
|
|
189
107
|
type: "uint40",
|
|
108
|
+
internalType: "uint40",
|
|
190
109
|
},
|
|
191
110
|
{
|
|
192
|
-
internalType: "string",
|
|
193
111
|
name: "signature",
|
|
194
112
|
type: "string",
|
|
113
|
+
internalType: "string",
|
|
195
114
|
},
|
|
196
115
|
{
|
|
197
|
-
internalType: "bytes",
|
|
198
116
|
name: "data",
|
|
199
117
|
type: "bytes",
|
|
118
|
+
internalType: "bytes",
|
|
200
119
|
},
|
|
201
120
|
{
|
|
202
|
-
internalType: "uint256",
|
|
203
121
|
name: "sanityCheckValue",
|
|
204
122
|
type: "uint256",
|
|
123
|
+
internalType: "uint256",
|
|
205
124
|
},
|
|
206
125
|
{
|
|
207
|
-
internalType: "bytes",
|
|
208
126
|
name: "sanityCheckCallData",
|
|
209
127
|
type: "bytes",
|
|
128
|
+
internalType: "bytes",
|
|
210
129
|
},
|
|
211
130
|
],
|
|
212
131
|
stateMutability: "view",
|
|
213
|
-
type: "function",
|
|
214
132
|
},
|
|
215
133
|
{
|
|
134
|
+
type: "function",
|
|
135
|
+
name: "rampLiquidationThreshold",
|
|
216
136
|
inputs: [
|
|
217
137
|
{
|
|
218
|
-
internalType: "address",
|
|
219
138
|
name: "creditManager",
|
|
220
139
|
type: "address",
|
|
140
|
+
internalType: "address",
|
|
221
141
|
},
|
|
222
142
|
{
|
|
223
|
-
internalType: "address",
|
|
224
143
|
name: "token",
|
|
225
144
|
type: "address",
|
|
145
|
+
internalType: "address",
|
|
226
146
|
},
|
|
227
147
|
{
|
|
228
|
-
internalType: "uint16",
|
|
229
148
|
name: "liquidationThresholdFinal",
|
|
230
149
|
type: "uint16",
|
|
150
|
+
internalType: "uint16",
|
|
231
151
|
},
|
|
232
152
|
{
|
|
233
|
-
internalType: "uint40",
|
|
234
153
|
name: "rampStart",
|
|
235
154
|
type: "uint40",
|
|
155
|
+
internalType: "uint40",
|
|
236
156
|
},
|
|
237
157
|
{
|
|
238
|
-
internalType: "uint24",
|
|
239
158
|
name: "rampDuration",
|
|
240
159
|
type: "uint24",
|
|
160
|
+
internalType: "uint24",
|
|
241
161
|
},
|
|
242
162
|
],
|
|
243
|
-
name: "rampLiquidationThreshold",
|
|
244
163
|
outputs: [],
|
|
245
164
|
stateMutability: "nonpayable",
|
|
246
|
-
type: "function",
|
|
247
165
|
},
|
|
248
166
|
{
|
|
167
|
+
type: "function",
|
|
168
|
+
name: "setCreditManagerDebtLimit",
|
|
249
169
|
inputs: [
|
|
250
170
|
{
|
|
251
|
-
internalType: "address",
|
|
252
171
|
name: "creditManager",
|
|
253
172
|
type: "address",
|
|
173
|
+
internalType: "address",
|
|
254
174
|
},
|
|
255
175
|
{
|
|
256
|
-
internalType: "uint256",
|
|
257
176
|
name: "debtLimit",
|
|
258
177
|
type: "uint256",
|
|
178
|
+
internalType: "uint256",
|
|
259
179
|
},
|
|
260
180
|
],
|
|
261
|
-
name: "setCreditManagerDebtLimit",
|
|
262
181
|
outputs: [],
|
|
263
182
|
stateMutability: "nonpayable",
|
|
264
|
-
type: "function",
|
|
265
183
|
},
|
|
266
184
|
{
|
|
185
|
+
type: "function",
|
|
186
|
+
name: "setExpirationDate",
|
|
267
187
|
inputs: [
|
|
268
188
|
{
|
|
269
|
-
internalType: "address",
|
|
270
189
|
name: "creditManager",
|
|
271
190
|
type: "address",
|
|
191
|
+
internalType: "address",
|
|
272
192
|
},
|
|
273
193
|
{
|
|
274
|
-
internalType: "uint40",
|
|
275
194
|
name: "expirationDate",
|
|
276
195
|
type: "uint40",
|
|
196
|
+
internalType: "uint40",
|
|
277
197
|
},
|
|
278
198
|
],
|
|
279
|
-
name: "setExpirationDate",
|
|
280
199
|
outputs: [],
|
|
281
200
|
stateMutability: "nonpayable",
|
|
282
|
-
type: "function",
|
|
283
201
|
},
|
|
284
202
|
{
|
|
203
|
+
type: "function",
|
|
204
|
+
name: "setLPPriceFeedLimiter",
|
|
285
205
|
inputs: [
|
|
286
206
|
{
|
|
287
|
-
internalType: "address",
|
|
288
207
|
name: "priceFeed",
|
|
289
208
|
type: "address",
|
|
209
|
+
internalType: "address",
|
|
290
210
|
},
|
|
291
211
|
{
|
|
292
|
-
internalType: "uint256",
|
|
293
212
|
name: "lowerBound",
|
|
294
213
|
type: "uint256",
|
|
214
|
+
internalType: "uint256",
|
|
295
215
|
},
|
|
296
216
|
],
|
|
297
|
-
name: "setLPPriceFeedLimiter",
|
|
298
217
|
outputs: [],
|
|
299
218
|
stateMutability: "nonpayable",
|
|
300
|
-
type: "function",
|
|
301
219
|
},
|
|
302
220
|
{
|
|
221
|
+
type: "function",
|
|
222
|
+
name: "setMaxDebtLimit",
|
|
303
223
|
inputs: [
|
|
304
224
|
{
|
|
305
|
-
internalType: "address",
|
|
306
225
|
name: "creditManager",
|
|
307
226
|
type: "address",
|
|
227
|
+
internalType: "address",
|
|
308
228
|
},
|
|
309
229
|
{
|
|
310
|
-
internalType: "uint128",
|
|
311
230
|
name: "maxDebt",
|
|
312
231
|
type: "uint128",
|
|
232
|
+
internalType: "uint128",
|
|
313
233
|
},
|
|
314
234
|
],
|
|
315
|
-
name: "setMaxDebtLimit",
|
|
316
235
|
outputs: [],
|
|
317
236
|
stateMutability: "nonpayable",
|
|
318
|
-
type: "function",
|
|
319
237
|
},
|
|
320
238
|
{
|
|
239
|
+
type: "function",
|
|
240
|
+
name: "setMaxDebtPerBlockMultiplier",
|
|
321
241
|
inputs: [
|
|
322
242
|
{
|
|
323
|
-
internalType: "address",
|
|
324
243
|
name: "creditManager",
|
|
325
244
|
type: "address",
|
|
245
|
+
internalType: "address",
|
|
326
246
|
},
|
|
327
247
|
{
|
|
328
|
-
internalType: "uint8",
|
|
329
248
|
name: "multiplier",
|
|
330
249
|
type: "uint8",
|
|
250
|
+
internalType: "uint8",
|
|
331
251
|
},
|
|
332
252
|
],
|
|
333
|
-
name: "setMaxDebtPerBlockMultiplier",
|
|
334
253
|
outputs: [],
|
|
335
254
|
stateMutability: "nonpayable",
|
|
336
|
-
type: "function",
|
|
337
255
|
},
|
|
338
256
|
{
|
|
257
|
+
type: "function",
|
|
258
|
+
name: "setMaxQuotaRate",
|
|
339
259
|
inputs: [
|
|
340
260
|
{
|
|
341
|
-
internalType: "address",
|
|
342
261
|
name: "pool",
|
|
343
262
|
type: "address",
|
|
263
|
+
internalType: "address",
|
|
344
264
|
},
|
|
345
265
|
{
|
|
346
|
-
internalType: "address",
|
|
347
266
|
name: "token",
|
|
348
267
|
type: "address",
|
|
268
|
+
internalType: "address",
|
|
349
269
|
},
|
|
350
270
|
{
|
|
351
|
-
internalType: "uint16",
|
|
352
271
|
name: "rate",
|
|
353
272
|
type: "uint16",
|
|
273
|
+
internalType: "uint16",
|
|
354
274
|
},
|
|
355
275
|
],
|
|
356
|
-
name: "setMaxQuotaRate",
|
|
357
276
|
outputs: [],
|
|
358
277
|
stateMutability: "nonpayable",
|
|
359
|
-
type: "function",
|
|
360
278
|
},
|
|
361
279
|
{
|
|
280
|
+
type: "function",
|
|
281
|
+
name: "setMinDebtLimit",
|
|
362
282
|
inputs: [
|
|
363
283
|
{
|
|
364
|
-
internalType: "address",
|
|
365
284
|
name: "creditManager",
|
|
366
285
|
type: "address",
|
|
286
|
+
internalType: "address",
|
|
367
287
|
},
|
|
368
288
|
{
|
|
369
|
-
internalType: "uint128",
|
|
370
289
|
name: "minDebt",
|
|
371
290
|
type: "uint128",
|
|
291
|
+
internalType: "uint128",
|
|
372
292
|
},
|
|
373
293
|
],
|
|
374
|
-
name: "setMinDebtLimit",
|
|
375
294
|
outputs: [],
|
|
376
295
|
stateMutability: "nonpayable",
|
|
377
|
-
type: "function",
|
|
378
296
|
},
|
|
379
297
|
{
|
|
298
|
+
type: "function",
|
|
299
|
+
name: "setMinQuotaRate",
|
|
380
300
|
inputs: [
|
|
381
301
|
{
|
|
382
|
-
internalType: "address",
|
|
383
302
|
name: "pool",
|
|
384
303
|
type: "address",
|
|
304
|
+
internalType: "address",
|
|
385
305
|
},
|
|
386
306
|
{
|
|
387
|
-
internalType: "address",
|
|
388
307
|
name: "token",
|
|
389
308
|
type: "address",
|
|
309
|
+
internalType: "address",
|
|
390
310
|
},
|
|
391
311
|
{
|
|
392
|
-
internalType: "uint16",
|
|
393
312
|
name: "rate",
|
|
394
313
|
type: "uint16",
|
|
314
|
+
internalType: "uint16",
|
|
395
315
|
},
|
|
396
316
|
],
|
|
397
|
-
name: "setMinQuotaRate",
|
|
398
317
|
outputs: [],
|
|
399
318
|
stateMutability: "nonpayable",
|
|
400
|
-
type: "function",
|
|
401
319
|
},
|
|
402
320
|
{
|
|
321
|
+
type: "function",
|
|
322
|
+
name: "setReservePriceFeedStatus",
|
|
403
323
|
inputs: [
|
|
404
324
|
{
|
|
405
|
-
internalType: "address",
|
|
406
325
|
name: "priceOracle",
|
|
407
326
|
type: "address",
|
|
327
|
+
internalType: "address",
|
|
408
328
|
},
|
|
409
329
|
{
|
|
410
|
-
internalType: "address",
|
|
411
330
|
name: "token",
|
|
412
331
|
type: "address",
|
|
332
|
+
internalType: "address",
|
|
413
333
|
},
|
|
414
334
|
{
|
|
415
|
-
internalType: "bool",
|
|
416
335
|
name: "active",
|
|
417
336
|
type: "bool",
|
|
337
|
+
internalType: "bool",
|
|
418
338
|
},
|
|
419
339
|
],
|
|
420
|
-
name: "setReservePriceFeedStatus",
|
|
421
340
|
outputs: [],
|
|
422
341
|
stateMutability: "nonpayable",
|
|
423
|
-
type: "function",
|
|
424
342
|
},
|
|
425
343
|
{
|
|
344
|
+
type: "function",
|
|
345
|
+
name: "setTokenLimit",
|
|
426
346
|
inputs: [
|
|
427
347
|
{
|
|
428
|
-
internalType: "address",
|
|
429
348
|
name: "pool",
|
|
430
349
|
type: "address",
|
|
350
|
+
internalType: "address",
|
|
431
351
|
},
|
|
432
352
|
{
|
|
433
|
-
internalType: "address",
|
|
434
353
|
name: "token",
|
|
435
354
|
type: "address",
|
|
355
|
+
internalType: "address",
|
|
436
356
|
},
|
|
437
357
|
{
|
|
438
|
-
internalType: "uint96",
|
|
439
358
|
name: "limit",
|
|
440
359
|
type: "uint96",
|
|
360
|
+
internalType: "uint96",
|
|
441
361
|
},
|
|
442
362
|
],
|
|
443
|
-
name: "setTokenLimit",
|
|
444
363
|
outputs: [],
|
|
445
364
|
stateMutability: "nonpayable",
|
|
446
|
-
type: "function",
|
|
447
365
|
},
|
|
448
366
|
{
|
|
367
|
+
type: "function",
|
|
368
|
+
name: "setTokenQuotaIncreaseFee",
|
|
449
369
|
inputs: [
|
|
450
370
|
{
|
|
451
|
-
internalType: "address",
|
|
452
371
|
name: "pool",
|
|
453
372
|
type: "address",
|
|
373
|
+
internalType: "address",
|
|
454
374
|
},
|
|
455
375
|
{
|
|
456
|
-
internalType: "address",
|
|
457
376
|
name: "token",
|
|
458
377
|
type: "address",
|
|
378
|
+
internalType: "address",
|
|
459
379
|
},
|
|
460
380
|
{
|
|
461
|
-
internalType: "uint16",
|
|
462
381
|
name: "quotaIncreaseFee",
|
|
463
382
|
type: "uint16",
|
|
383
|
+
internalType: "uint16",
|
|
464
384
|
},
|
|
465
385
|
],
|
|
466
|
-
name: "setTokenQuotaIncreaseFee",
|
|
467
386
|
outputs: [],
|
|
468
387
|
stateMutability: "nonpayable",
|
|
469
|
-
type: "function",
|
|
470
388
|
},
|
|
471
389
|
{
|
|
390
|
+
type: "function",
|
|
391
|
+
name: "setTotalDebtLimit",
|
|
472
392
|
inputs: [
|
|
473
393
|
{
|
|
474
|
-
internalType: "address",
|
|
475
394
|
name: "pool",
|
|
476
395
|
type: "address",
|
|
396
|
+
internalType: "address",
|
|
477
397
|
},
|
|
478
398
|
{
|
|
479
|
-
internalType: "uint256",
|
|
480
399
|
name: "newLimit",
|
|
481
400
|
type: "uint256",
|
|
401
|
+
internalType: "uint256",
|
|
482
402
|
},
|
|
483
403
|
],
|
|
484
|
-
name: "setTotalDebtLimit",
|
|
485
404
|
outputs: [],
|
|
486
405
|
stateMutability: "nonpayable",
|
|
487
|
-
type: "function",
|
|
488
406
|
},
|
|
489
407
|
{
|
|
408
|
+
type: "function",
|
|
409
|
+
name: "setVetoAdmin",
|
|
490
410
|
inputs: [
|
|
491
411
|
{
|
|
492
|
-
internalType: "address",
|
|
493
412
|
name: "newAdmin",
|
|
494
413
|
type: "address",
|
|
414
|
+
internalType: "address",
|
|
495
415
|
},
|
|
496
416
|
],
|
|
497
|
-
name: "setVetoAdmin",
|
|
498
417
|
outputs: [],
|
|
499
418
|
stateMutability: "nonpayable",
|
|
500
|
-
type: "function",
|
|
501
419
|
},
|
|
502
420
|
{
|
|
421
|
+
type: "function",
|
|
422
|
+
name: "setWithdrawFee",
|
|
503
423
|
inputs: [
|
|
504
424
|
{
|
|
505
|
-
internalType: "address",
|
|
506
425
|
name: "pool",
|
|
507
426
|
type: "address",
|
|
427
|
+
internalType: "address",
|
|
508
428
|
},
|
|
509
429
|
{
|
|
510
|
-
internalType: "uint256",
|
|
511
430
|
name: "newFee",
|
|
512
431
|
type: "uint256",
|
|
432
|
+
internalType: "uint256",
|
|
513
433
|
},
|
|
514
434
|
],
|
|
515
|
-
name: "setWithdrawFee",
|
|
516
435
|
outputs: [],
|
|
517
436
|
stateMutability: "nonpayable",
|
|
518
|
-
type: "function",
|
|
519
437
|
},
|
|
520
438
|
{
|
|
521
|
-
|
|
439
|
+
type: "function",
|
|
522
440
|
name: "version",
|
|
441
|
+
inputs: [],
|
|
523
442
|
outputs: [
|
|
524
443
|
{
|
|
525
|
-
internalType: "uint256",
|
|
526
444
|
name: "",
|
|
527
445
|
type: "uint256",
|
|
446
|
+
internalType: "uint256",
|
|
528
447
|
},
|
|
529
448
|
],
|
|
530
449
|
stateMutability: "view",
|
|
531
|
-
type: "function",
|
|
532
450
|
},
|
|
533
451
|
{
|
|
534
|
-
|
|
452
|
+
type: "function",
|
|
535
453
|
name: "vetoAdmin",
|
|
454
|
+
inputs: [],
|
|
536
455
|
outputs: [
|
|
537
456
|
{
|
|
538
|
-
internalType: "address",
|
|
539
457
|
name: "",
|
|
540
458
|
type: "address",
|
|
459
|
+
internalType: "address",
|
|
541
460
|
},
|
|
542
461
|
],
|
|
543
462
|
stateMutability: "view",
|
|
544
|
-
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
type: "event",
|
|
466
|
+
name: "CancelTransaction",
|
|
467
|
+
inputs: [
|
|
468
|
+
{
|
|
469
|
+
name: "txHash",
|
|
470
|
+
type: "bytes32",
|
|
471
|
+
indexed: true,
|
|
472
|
+
internalType: "bytes32",
|
|
473
|
+
},
|
|
474
|
+
],
|
|
475
|
+
anonymous: false,
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
type: "event",
|
|
479
|
+
name: "ExecuteTransaction",
|
|
480
|
+
inputs: [
|
|
481
|
+
{
|
|
482
|
+
name: "txHash",
|
|
483
|
+
type: "bytes32",
|
|
484
|
+
indexed: true,
|
|
485
|
+
internalType: "bytes32",
|
|
486
|
+
},
|
|
487
|
+
],
|
|
488
|
+
anonymous: false,
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
type: "event",
|
|
492
|
+
name: "QueueTransaction",
|
|
493
|
+
inputs: [
|
|
494
|
+
{
|
|
495
|
+
name: "txHash",
|
|
496
|
+
type: "bytes32",
|
|
497
|
+
indexed: true,
|
|
498
|
+
internalType: "bytes32",
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
name: "executor",
|
|
502
|
+
type: "address",
|
|
503
|
+
indexed: true,
|
|
504
|
+
internalType: "address",
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
name: "target",
|
|
508
|
+
type: "address",
|
|
509
|
+
indexed: false,
|
|
510
|
+
internalType: "address",
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
name: "signature",
|
|
514
|
+
type: "string",
|
|
515
|
+
indexed: false,
|
|
516
|
+
internalType: "string",
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
name: "data",
|
|
520
|
+
type: "bytes",
|
|
521
|
+
indexed: false,
|
|
522
|
+
internalType: "bytes",
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
name: "eta",
|
|
526
|
+
type: "uint40",
|
|
527
|
+
indexed: false,
|
|
528
|
+
internalType: "uint40",
|
|
529
|
+
},
|
|
530
|
+
],
|
|
531
|
+
anonymous: false,
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
type: "event",
|
|
535
|
+
name: "SetVetoAdmin",
|
|
536
|
+
inputs: [
|
|
537
|
+
{
|
|
538
|
+
name: "newAdmin",
|
|
539
|
+
type: "address",
|
|
540
|
+
indexed: true,
|
|
541
|
+
internalType: "address",
|
|
542
|
+
},
|
|
543
|
+
],
|
|
544
|
+
anonymous: false,
|
|
545
545
|
},
|
|
546
546
|
];
|
|
547
547
|
class IControllerTimelockV3__factory {
|