@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,511 +7,511 @@ exports.IRouter__factory = void 0;
|
|
|
7
7
|
const ethers_1 = require("ethers");
|
|
8
8
|
const _abi = [
|
|
9
9
|
{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
{
|
|
13
|
-
indexed: true,
|
|
14
|
-
internalType: "uint8",
|
|
15
|
-
name: "ttIn",
|
|
16
|
-
type: "uint8",
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
indexed: true,
|
|
20
|
-
internalType: "uint8",
|
|
21
|
-
name: "ttOut",
|
|
22
|
-
type: "uint8",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
indexed: true,
|
|
26
|
-
internalType: "uint8",
|
|
27
|
-
name: "rc",
|
|
28
|
-
type: "uint8",
|
|
29
|
-
},
|
|
30
|
-
],
|
|
31
|
-
name: "ResolverUpdate",
|
|
32
|
-
type: "event",
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
anonymous: false,
|
|
10
|
+
type: "function",
|
|
11
|
+
name: "componentAddressById",
|
|
36
12
|
inputs: [
|
|
37
13
|
{
|
|
38
|
-
indexed: true,
|
|
39
|
-
internalType: "uint8",
|
|
40
14
|
name: "",
|
|
41
15
|
type: "uint8",
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
indexed: true,
|
|
45
|
-
internalType: "address",
|
|
46
|
-
name: "",
|
|
47
|
-
type: "address",
|
|
48
|
-
},
|
|
49
|
-
],
|
|
50
|
-
name: "RouterComponentUpdate",
|
|
51
|
-
type: "event",
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
anonymous: false,
|
|
55
|
-
inputs: [
|
|
56
|
-
{
|
|
57
|
-
indexed: true,
|
|
58
|
-
internalType: "address",
|
|
59
|
-
name: "tokenAddress",
|
|
60
|
-
type: "address",
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
indexed: true,
|
|
64
|
-
internalType: "uint8",
|
|
65
|
-
name: "tt",
|
|
66
|
-
type: "uint8",
|
|
67
|
-
},
|
|
68
|
-
],
|
|
69
|
-
name: "TokenTypeUpdate",
|
|
70
|
-
type: "event",
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
inputs: [
|
|
74
|
-
{
|
|
75
16
|
internalType: "uint8",
|
|
76
|
-
name: "",
|
|
77
|
-
type: "uint8",
|
|
78
17
|
},
|
|
79
18
|
],
|
|
80
|
-
name: "componentAddressById",
|
|
81
19
|
outputs: [
|
|
82
20
|
{
|
|
83
|
-
internalType: "address",
|
|
84
21
|
name: "",
|
|
85
22
|
type: "address",
|
|
23
|
+
internalType: "address",
|
|
86
24
|
},
|
|
87
25
|
],
|
|
88
26
|
stateMutability: "view",
|
|
89
|
-
type: "function",
|
|
90
27
|
},
|
|
91
28
|
{
|
|
29
|
+
type: "function",
|
|
30
|
+
name: "findAllSwaps",
|
|
92
31
|
inputs: [
|
|
93
32
|
{
|
|
33
|
+
name: "swapTask",
|
|
34
|
+
type: "tuple",
|
|
35
|
+
internalType: "struct SwapTask",
|
|
94
36
|
components: [
|
|
95
37
|
{
|
|
96
|
-
internalType: "enum SwapOperation",
|
|
97
38
|
name: "swapOperation",
|
|
98
39
|
type: "uint8",
|
|
40
|
+
internalType: "enum SwapOperation",
|
|
99
41
|
},
|
|
100
42
|
{
|
|
101
|
-
internalType: "address",
|
|
102
43
|
name: "creditAccount",
|
|
103
44
|
type: "address",
|
|
45
|
+
internalType: "address",
|
|
104
46
|
},
|
|
105
47
|
{
|
|
106
|
-
internalType: "address",
|
|
107
48
|
name: "tokenIn",
|
|
108
49
|
type: "address",
|
|
50
|
+
internalType: "address",
|
|
109
51
|
},
|
|
110
52
|
{
|
|
111
|
-
internalType: "address",
|
|
112
53
|
name: "tokenOut",
|
|
113
54
|
type: "address",
|
|
55
|
+
internalType: "address",
|
|
114
56
|
},
|
|
115
57
|
{
|
|
116
|
-
internalType: "address[]",
|
|
117
58
|
name: "connectors",
|
|
118
59
|
type: "address[]",
|
|
60
|
+
internalType: "address[]",
|
|
119
61
|
},
|
|
120
62
|
{
|
|
121
|
-
internalType: "uint256",
|
|
122
63
|
name: "amount",
|
|
123
64
|
type: "uint256",
|
|
65
|
+
internalType: "uint256",
|
|
124
66
|
},
|
|
125
67
|
{
|
|
126
|
-
internalType: "uint256",
|
|
127
68
|
name: "slippage",
|
|
128
69
|
type: "uint256",
|
|
70
|
+
internalType: "uint256",
|
|
129
71
|
},
|
|
130
72
|
{
|
|
131
|
-
internalType: "bool",
|
|
132
73
|
name: "externalSlippage",
|
|
133
74
|
type: "bool",
|
|
75
|
+
internalType: "bool",
|
|
134
76
|
},
|
|
135
77
|
],
|
|
136
|
-
internalType: "struct SwapTask",
|
|
137
|
-
name: "swapTask",
|
|
138
|
-
type: "tuple",
|
|
139
78
|
},
|
|
140
79
|
],
|
|
141
|
-
name: "findAllSwaps",
|
|
142
80
|
outputs: [
|
|
143
81
|
{
|
|
82
|
+
name: "",
|
|
83
|
+
type: "tuple[]",
|
|
84
|
+
internalType: "struct RouterResult[]",
|
|
144
85
|
components: [
|
|
145
86
|
{
|
|
146
|
-
internalType: "uint256",
|
|
147
87
|
name: "amount",
|
|
148
88
|
type: "uint256",
|
|
89
|
+
internalType: "uint256",
|
|
149
90
|
},
|
|
150
91
|
{
|
|
151
|
-
internalType: "uint256",
|
|
152
92
|
name: "gasUsage",
|
|
153
93
|
type: "uint256",
|
|
94
|
+
internalType: "uint256",
|
|
154
95
|
},
|
|
155
96
|
{
|
|
97
|
+
name: "calls",
|
|
98
|
+
type: "tuple[]",
|
|
99
|
+
internalType: "struct MultiCall[]",
|
|
156
100
|
components: [
|
|
157
101
|
{
|
|
158
|
-
internalType: "address",
|
|
159
102
|
name: "target",
|
|
160
103
|
type: "address",
|
|
104
|
+
internalType: "address",
|
|
161
105
|
},
|
|
162
106
|
{
|
|
163
|
-
internalType: "bytes",
|
|
164
107
|
name: "callData",
|
|
165
108
|
type: "bytes",
|
|
109
|
+
internalType: "bytes",
|
|
166
110
|
},
|
|
167
111
|
],
|
|
168
|
-
internalType: "struct MultiCall[]",
|
|
169
|
-
name: "calls",
|
|
170
|
-
type: "tuple[]",
|
|
171
112
|
},
|
|
172
113
|
],
|
|
173
|
-
internalType: "struct RouterResult[]",
|
|
174
|
-
name: "",
|
|
175
|
-
type: "tuple[]",
|
|
176
114
|
},
|
|
177
115
|
],
|
|
178
116
|
stateMutability: "nonpayable",
|
|
179
|
-
type: "function",
|
|
180
117
|
},
|
|
181
118
|
{
|
|
119
|
+
type: "function",
|
|
120
|
+
name: "findBestClosePath",
|
|
182
121
|
inputs: [
|
|
183
122
|
{
|
|
184
|
-
internalType: "address",
|
|
185
123
|
name: "creditAccount",
|
|
186
124
|
type: "address",
|
|
125
|
+
internalType: "address",
|
|
187
126
|
},
|
|
188
127
|
{
|
|
189
|
-
internalType: "address[]",
|
|
190
128
|
name: "connectors",
|
|
191
129
|
type: "address[]",
|
|
130
|
+
internalType: "address[]",
|
|
192
131
|
},
|
|
193
132
|
{
|
|
194
|
-
internalType: "uint256",
|
|
195
133
|
name: "slippage",
|
|
196
134
|
type: "uint256",
|
|
135
|
+
internalType: "uint256",
|
|
197
136
|
},
|
|
198
137
|
{
|
|
138
|
+
name: "pathOptions",
|
|
139
|
+
type: "tuple[]",
|
|
140
|
+
internalType: "struct PathOption[]",
|
|
199
141
|
components: [
|
|
200
142
|
{
|
|
201
|
-
internalType: "address",
|
|
202
143
|
name: "target",
|
|
203
144
|
type: "address",
|
|
145
|
+
internalType: "address",
|
|
204
146
|
},
|
|
205
147
|
{
|
|
206
|
-
internalType: "uint8",
|
|
207
148
|
name: "option",
|
|
208
149
|
type: "uint8",
|
|
150
|
+
internalType: "uint8",
|
|
209
151
|
},
|
|
210
152
|
{
|
|
211
|
-
internalType: "uint8",
|
|
212
153
|
name: "totalOptions",
|
|
213
154
|
type: "uint8",
|
|
155
|
+
internalType: "uint8",
|
|
214
156
|
},
|
|
215
157
|
],
|
|
216
|
-
internalType: "struct PathOption[]",
|
|
217
|
-
name: "pathOptions",
|
|
218
|
-
type: "tuple[]",
|
|
219
158
|
},
|
|
220
159
|
{
|
|
221
|
-
internalType: "uint256",
|
|
222
160
|
name: "iterations",
|
|
223
161
|
type: "uint256",
|
|
162
|
+
internalType: "uint256",
|
|
224
163
|
},
|
|
225
164
|
{
|
|
226
|
-
internalType: "bool",
|
|
227
165
|
name: "force",
|
|
228
166
|
type: "bool",
|
|
167
|
+
internalType: "bool",
|
|
229
168
|
},
|
|
230
169
|
],
|
|
231
|
-
name: "findBestClosePath",
|
|
232
170
|
outputs: [
|
|
233
171
|
{
|
|
172
|
+
name: "result",
|
|
173
|
+
type: "tuple",
|
|
174
|
+
internalType: "struct RouterResult",
|
|
234
175
|
components: [
|
|
235
176
|
{
|
|
236
|
-
internalType: "uint256",
|
|
237
177
|
name: "amount",
|
|
238
178
|
type: "uint256",
|
|
179
|
+
internalType: "uint256",
|
|
239
180
|
},
|
|
240
181
|
{
|
|
241
|
-
internalType: "uint256",
|
|
242
182
|
name: "gasUsage",
|
|
243
183
|
type: "uint256",
|
|
184
|
+
internalType: "uint256",
|
|
244
185
|
},
|
|
245
186
|
{
|
|
187
|
+
name: "calls",
|
|
188
|
+
type: "tuple[]",
|
|
189
|
+
internalType: "struct MultiCall[]",
|
|
246
190
|
components: [
|
|
247
191
|
{
|
|
248
|
-
internalType: "address",
|
|
249
192
|
name: "target",
|
|
250
193
|
type: "address",
|
|
194
|
+
internalType: "address",
|
|
251
195
|
},
|
|
252
196
|
{
|
|
253
|
-
internalType: "bytes",
|
|
254
197
|
name: "callData",
|
|
255
198
|
type: "bytes",
|
|
199
|
+
internalType: "bytes",
|
|
256
200
|
},
|
|
257
201
|
],
|
|
258
|
-
internalType: "struct MultiCall[]",
|
|
259
|
-
name: "calls",
|
|
260
|
-
type: "tuple[]",
|
|
261
202
|
},
|
|
262
203
|
],
|
|
263
|
-
internalType: "struct RouterResult",
|
|
264
|
-
name: "result",
|
|
265
|
-
type: "tuple",
|
|
266
204
|
},
|
|
267
205
|
{
|
|
268
|
-
internalType: "uint256",
|
|
269
206
|
name: "gasPriceTargetRAY",
|
|
270
207
|
type: "uint256",
|
|
208
|
+
internalType: "uint256",
|
|
271
209
|
},
|
|
272
210
|
],
|
|
273
211
|
stateMutability: "nonpayable",
|
|
274
|
-
type: "function",
|
|
275
212
|
},
|
|
276
213
|
{
|
|
214
|
+
type: "function",
|
|
215
|
+
name: "findOneTokenPath",
|
|
277
216
|
inputs: [
|
|
278
217
|
{
|
|
279
|
-
internalType: "address",
|
|
280
218
|
name: "tokenIn",
|
|
281
219
|
type: "address",
|
|
220
|
+
internalType: "address",
|
|
282
221
|
},
|
|
283
222
|
{
|
|
284
|
-
internalType: "uint256",
|
|
285
223
|
name: "amount",
|
|
286
224
|
type: "uint256",
|
|
225
|
+
internalType: "uint256",
|
|
287
226
|
},
|
|
288
227
|
{
|
|
289
|
-
internalType: "address",
|
|
290
228
|
name: "tokenOut",
|
|
291
229
|
type: "address",
|
|
230
|
+
internalType: "address",
|
|
292
231
|
},
|
|
293
232
|
{
|
|
294
|
-
internalType: "address",
|
|
295
233
|
name: "creditAccount",
|
|
296
234
|
type: "address",
|
|
235
|
+
internalType: "address",
|
|
297
236
|
},
|
|
298
237
|
{
|
|
299
|
-
internalType: "address[]",
|
|
300
238
|
name: "connectors",
|
|
301
239
|
type: "address[]",
|
|
240
|
+
internalType: "address[]",
|
|
302
241
|
},
|
|
303
242
|
{
|
|
304
|
-
internalType: "uint256",
|
|
305
243
|
name: "slippage",
|
|
306
244
|
type: "uint256",
|
|
245
|
+
internalType: "uint256",
|
|
307
246
|
},
|
|
308
247
|
],
|
|
309
|
-
name: "findOneTokenPath",
|
|
310
248
|
outputs: [
|
|
311
249
|
{
|
|
250
|
+
name: "",
|
|
251
|
+
type: "tuple",
|
|
252
|
+
internalType: "struct RouterResult",
|
|
312
253
|
components: [
|
|
313
254
|
{
|
|
314
|
-
internalType: "uint256",
|
|
315
255
|
name: "amount",
|
|
316
256
|
type: "uint256",
|
|
257
|
+
internalType: "uint256",
|
|
317
258
|
},
|
|
318
259
|
{
|
|
319
|
-
internalType: "uint256",
|
|
320
260
|
name: "gasUsage",
|
|
321
261
|
type: "uint256",
|
|
262
|
+
internalType: "uint256",
|
|
322
263
|
},
|
|
323
264
|
{
|
|
265
|
+
name: "calls",
|
|
266
|
+
type: "tuple[]",
|
|
267
|
+
internalType: "struct MultiCall[]",
|
|
324
268
|
components: [
|
|
325
269
|
{
|
|
326
|
-
internalType: "address",
|
|
327
270
|
name: "target",
|
|
328
271
|
type: "address",
|
|
272
|
+
internalType: "address",
|
|
329
273
|
},
|
|
330
274
|
{
|
|
331
|
-
internalType: "bytes",
|
|
332
275
|
name: "callData",
|
|
333
276
|
type: "bytes",
|
|
277
|
+
internalType: "bytes",
|
|
334
278
|
},
|
|
335
279
|
],
|
|
336
|
-
internalType: "struct MultiCall[]",
|
|
337
|
-
name: "calls",
|
|
338
|
-
type: "tuple[]",
|
|
339
280
|
},
|
|
340
281
|
],
|
|
341
|
-
internalType: "struct RouterResult",
|
|
342
|
-
name: "",
|
|
343
|
-
type: "tuple",
|
|
344
282
|
},
|
|
345
283
|
],
|
|
346
284
|
stateMutability: "nonpayable",
|
|
347
|
-
type: "function",
|
|
348
285
|
},
|
|
349
286
|
{
|
|
287
|
+
type: "function",
|
|
288
|
+
name: "findOpenStrategyPath",
|
|
350
289
|
inputs: [
|
|
351
290
|
{
|
|
352
|
-
internalType: "address",
|
|
353
291
|
name: "creditManager",
|
|
354
292
|
type: "address",
|
|
293
|
+
internalType: "address",
|
|
355
294
|
},
|
|
356
295
|
{
|
|
296
|
+
name: "balances",
|
|
297
|
+
type: "tuple[]",
|
|
298
|
+
internalType: "struct Balance[]",
|
|
357
299
|
components: [
|
|
358
300
|
{
|
|
359
|
-
internalType: "address",
|
|
360
301
|
name: "token",
|
|
361
302
|
type: "address",
|
|
303
|
+
internalType: "address",
|
|
362
304
|
},
|
|
363
305
|
{
|
|
364
|
-
internalType: "uint256",
|
|
365
306
|
name: "balance",
|
|
366
307
|
type: "uint256",
|
|
308
|
+
internalType: "uint256",
|
|
367
309
|
},
|
|
368
310
|
],
|
|
369
|
-
internalType: "struct Balance[]",
|
|
370
|
-
name: "balances",
|
|
371
|
-
type: "tuple[]",
|
|
372
311
|
},
|
|
373
312
|
{
|
|
374
|
-
internalType: "address",
|
|
375
313
|
name: "target",
|
|
376
314
|
type: "address",
|
|
315
|
+
internalType: "address",
|
|
377
316
|
},
|
|
378
317
|
{
|
|
379
|
-
internalType: "address[]",
|
|
380
318
|
name: "connectors",
|
|
381
319
|
type: "address[]",
|
|
320
|
+
internalType: "address[]",
|
|
382
321
|
},
|
|
383
322
|
{
|
|
384
|
-
internalType: "uint256",
|
|
385
323
|
name: "slippage",
|
|
386
324
|
type: "uint256",
|
|
325
|
+
internalType: "uint256",
|
|
387
326
|
},
|
|
388
327
|
],
|
|
389
|
-
name: "findOpenStrategyPath",
|
|
390
328
|
outputs: [
|
|
391
329
|
{
|
|
330
|
+
name: "",
|
|
331
|
+
type: "tuple[]",
|
|
332
|
+
internalType: "struct Balance[]",
|
|
392
333
|
components: [
|
|
393
334
|
{
|
|
394
|
-
internalType: "address",
|
|
395
335
|
name: "token",
|
|
396
336
|
type: "address",
|
|
337
|
+
internalType: "address",
|
|
397
338
|
},
|
|
398
339
|
{
|
|
399
|
-
internalType: "uint256",
|
|
400
340
|
name: "balance",
|
|
401
341
|
type: "uint256",
|
|
342
|
+
internalType: "uint256",
|
|
402
343
|
},
|
|
403
344
|
],
|
|
404
|
-
internalType: "struct Balance[]",
|
|
405
|
-
name: "",
|
|
406
|
-
type: "tuple[]",
|
|
407
345
|
},
|
|
408
346
|
{
|
|
347
|
+
name: "",
|
|
348
|
+
type: "tuple",
|
|
349
|
+
internalType: "struct RouterResult",
|
|
409
350
|
components: [
|
|
410
351
|
{
|
|
411
|
-
internalType: "uint256",
|
|
412
352
|
name: "amount",
|
|
413
353
|
type: "uint256",
|
|
354
|
+
internalType: "uint256",
|
|
414
355
|
},
|
|
415
356
|
{
|
|
416
|
-
internalType: "uint256",
|
|
417
357
|
name: "gasUsage",
|
|
418
358
|
type: "uint256",
|
|
359
|
+
internalType: "uint256",
|
|
419
360
|
},
|
|
420
361
|
{
|
|
362
|
+
name: "calls",
|
|
363
|
+
type: "tuple[]",
|
|
364
|
+
internalType: "struct MultiCall[]",
|
|
421
365
|
components: [
|
|
422
366
|
{
|
|
423
|
-
internalType: "address",
|
|
424
367
|
name: "target",
|
|
425
368
|
type: "address",
|
|
369
|
+
internalType: "address",
|
|
426
370
|
},
|
|
427
371
|
{
|
|
428
|
-
internalType: "bytes",
|
|
429
372
|
name: "callData",
|
|
430
373
|
type: "bytes",
|
|
374
|
+
internalType: "bytes",
|
|
431
375
|
},
|
|
432
376
|
],
|
|
433
|
-
internalType: "struct MultiCall[]",
|
|
434
|
-
name: "calls",
|
|
435
|
-
type: "tuple[]",
|
|
436
377
|
},
|
|
437
378
|
],
|
|
438
|
-
internalType: "struct RouterResult",
|
|
439
|
-
name: "",
|
|
440
|
-
type: "tuple",
|
|
441
379
|
},
|
|
442
380
|
],
|
|
443
381
|
stateMutability: "nonpayable",
|
|
444
|
-
type: "function",
|
|
445
382
|
},
|
|
446
383
|
{
|
|
384
|
+
type: "function",
|
|
385
|
+
name: "getGasPriceTokenOutRAY",
|
|
447
386
|
inputs: [
|
|
448
387
|
{
|
|
449
|
-
internalType: "address",
|
|
450
388
|
name: "token",
|
|
451
389
|
type: "address",
|
|
390
|
+
internalType: "address",
|
|
452
391
|
},
|
|
453
392
|
],
|
|
454
|
-
name: "getGasPriceTokenOutRAY",
|
|
455
393
|
outputs: [
|
|
456
394
|
{
|
|
457
|
-
internalType: "uint256",
|
|
458
395
|
name: "gasPrice",
|
|
459
396
|
type: "uint256",
|
|
397
|
+
internalType: "uint256",
|
|
460
398
|
},
|
|
461
399
|
],
|
|
462
400
|
stateMutability: "view",
|
|
463
|
-
type: "function",
|
|
464
401
|
},
|
|
465
402
|
{
|
|
403
|
+
type: "function",
|
|
404
|
+
name: "isRouterConfigurator",
|
|
466
405
|
inputs: [
|
|
467
406
|
{
|
|
468
|
-
internalType: "address",
|
|
469
407
|
name: "account",
|
|
470
408
|
type: "address",
|
|
409
|
+
internalType: "address",
|
|
471
410
|
},
|
|
472
411
|
],
|
|
473
|
-
name: "isRouterConfigurator",
|
|
474
412
|
outputs: [
|
|
475
413
|
{
|
|
476
|
-
internalType: "bool",
|
|
477
414
|
name: "",
|
|
478
415
|
type: "bool",
|
|
416
|
+
internalType: "bool",
|
|
479
417
|
},
|
|
480
418
|
],
|
|
481
419
|
stateMutability: "view",
|
|
482
|
-
type: "function",
|
|
483
420
|
},
|
|
484
421
|
{
|
|
422
|
+
type: "function",
|
|
423
|
+
name: "tokenTypes",
|
|
485
424
|
inputs: [
|
|
486
425
|
{
|
|
487
|
-
internalType: "address",
|
|
488
426
|
name: "",
|
|
489
427
|
type: "address",
|
|
428
|
+
internalType: "address",
|
|
490
429
|
},
|
|
491
430
|
],
|
|
492
|
-
name: "tokenTypes",
|
|
493
431
|
outputs: [
|
|
494
432
|
{
|
|
495
|
-
internalType: "uint8",
|
|
496
433
|
name: "",
|
|
497
434
|
type: "uint8",
|
|
435
|
+
internalType: "uint8",
|
|
498
436
|
},
|
|
499
437
|
],
|
|
500
438
|
stateMutability: "view",
|
|
501
|
-
type: "function",
|
|
502
439
|
},
|
|
503
440
|
{
|
|
504
|
-
|
|
441
|
+
type: "function",
|
|
505
442
|
name: "version",
|
|
443
|
+
inputs: [],
|
|
506
444
|
outputs: [
|
|
507
445
|
{
|
|
508
|
-
internalType: "uint256",
|
|
509
446
|
name: "",
|
|
510
447
|
type: "uint256",
|
|
448
|
+
internalType: "uint256",
|
|
511
449
|
},
|
|
512
450
|
],
|
|
513
451
|
stateMutability: "view",
|
|
514
|
-
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
type: "event",
|
|
455
|
+
name: "ResolverUpdate",
|
|
456
|
+
inputs: [
|
|
457
|
+
{
|
|
458
|
+
name: "ttIn",
|
|
459
|
+
type: "uint8",
|
|
460
|
+
indexed: true,
|
|
461
|
+
internalType: "uint8",
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
name: "ttOut",
|
|
465
|
+
type: "uint8",
|
|
466
|
+
indexed: true,
|
|
467
|
+
internalType: "uint8",
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
name: "rc",
|
|
471
|
+
type: "uint8",
|
|
472
|
+
indexed: true,
|
|
473
|
+
internalType: "uint8",
|
|
474
|
+
},
|
|
475
|
+
],
|
|
476
|
+
anonymous: false,
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
type: "event",
|
|
480
|
+
name: "RouterComponentUpdate",
|
|
481
|
+
inputs: [
|
|
482
|
+
{
|
|
483
|
+
name: "",
|
|
484
|
+
type: "uint8",
|
|
485
|
+
indexed: true,
|
|
486
|
+
internalType: "uint8",
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
name: "",
|
|
490
|
+
type: "address",
|
|
491
|
+
indexed: true,
|
|
492
|
+
internalType: "address",
|
|
493
|
+
},
|
|
494
|
+
],
|
|
495
|
+
anonymous: false,
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
type: "event",
|
|
499
|
+
name: "TokenTypeUpdate",
|
|
500
|
+
inputs: [
|
|
501
|
+
{
|
|
502
|
+
name: "tokenAddress",
|
|
503
|
+
type: "address",
|
|
504
|
+
indexed: true,
|
|
505
|
+
internalType: "address",
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
name: "tt",
|
|
509
|
+
type: "uint8",
|
|
510
|
+
indexed: true,
|
|
511
|
+
internalType: "uint8",
|
|
512
|
+
},
|
|
513
|
+
],
|
|
514
|
+
anonymous: false,
|
|
515
515
|
},
|
|
516
516
|
];
|
|
517
517
|
class IRouter__factory {
|