@gearbox-protocol/sdk 1.24.1 → 1.24.3
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/contracts/AdapterData.sol +1 -1
- package/contracts/AdapterType.sol +1 -1
- package/contracts/PriceFeedDataLive.sol +20 -26
- package/contracts/PriceFeedType.sol +23 -0
- package/contracts/SupportedContracts.sol +5 -2
- package/contracts/Tokens.sol +1 -1
- package/contracts/TokensData.sol +1 -1
- package/contracts/TokensLib.sol +1 -1
- package/lib/{src/contracts → contracts}/contracts.js +5 -5
- package/lib/{src/oracles → oracles}/oracles.d.ts +23 -22
- package/lib/{src/oracles → oracles}/oracles.js +10 -8
- package/lib/{src/oracles → oracles}/priceFeeds.d.ts +2 -2
- package/lib/oracles/priceFeeds.js +441 -0
- package/lib/{src/tokens → tokens}/token.js +1 -1
- package/package.json +2 -2
- package/lib/scripts/copyTypes.d.ts +0 -1
- package/lib/scripts/copyTypes.js +0 -32
- package/lib/scripts/generate.d.ts +0 -1
- package/lib/scripts/generate.js +0 -273
- package/lib/scripts/generate_decimals.d.ts +0 -1
- package/lib/scripts/generate_decimals.js +0 -51
- package/lib/src/oracles/priceFeeds.js +0 -762
- /package/lib/{src/apy → apy}/convexAPY.d.ts +0 -0
- /package/lib/{src/apy → apy}/convexAPY.js +0 -0
- /package/lib/{src/apy → apy}/curveAPY.d.ts +0 -0
- /package/lib/{src/apy → apy}/curveAPY.js +0 -0
- /package/lib/{src/apy → apy}/index.d.ts +0 -0
- /package/lib/{src/apy → apy}/index.js +0 -0
- /package/lib/{src/apy → apy}/lidoAPY.d.ts +0 -0
- /package/lib/{src/apy → apy}/lidoAPY.js +0 -0
- /package/lib/{src/apy → apy}/yearnAPY.d.ts +0 -0
- /package/lib/{src/apy → apy}/yearnAPY.js +0 -0
- /package/lib/{src/config.d.ts → config.d.ts} +0 -0
- /package/lib/{src/config.js → config.js} +0 -0
- /package/lib/{src/contracts → contracts}/adapters.d.ts +0 -0
- /package/lib/{src/contracts → contracts}/adapters.js +0 -0
- /package/lib/{src/contracts → contracts}/contracts.d.ts +0 -0
- /package/lib/{src/contracts → contracts}/contractsRegister.d.ts +0 -0
- /package/lib/{src/contracts → contracts}/contractsRegister.js +0 -0
- /package/lib/{src/contracts → contracts}/protocols.d.ts +0 -0
- /package/lib/{src/contracts → contracts}/protocols.js +0 -0
- /package/lib/{src/core → core}/adapter.d.ts +0 -0
- /package/lib/{src/core → core}/adapter.js +0 -0
- /package/lib/{src/core → core}/assets.d.ts +0 -0
- /package/lib/{src/core → core}/assets.js +0 -0
- /package/lib/{src/core → core}/chains.d.ts +0 -0
- /package/lib/{src/core → core}/chains.js +0 -0
- /package/lib/{src/core → core}/constants.d.ts +0 -0
- /package/lib/{src/core → core}/constants.js +0 -0
- /package/lib/{src/core → core}/creditAccount.d.ts +0 -0
- /package/lib/{src/core → core}/creditAccount.js +0 -0
- /package/lib/{src/core → core}/creditAccount.spec.d.ts +0 -0
- /package/lib/{src/core → core}/creditAccount.spec.js +0 -0
- /package/lib/{src/core → core}/creditManager.d.ts +0 -0
- /package/lib/{src/core → core}/creditManager.js +0 -0
- /package/lib/{src/core → core}/creditManager.spec.d.ts +0 -0
- /package/lib/{src/core → core}/creditManager.spec.js +0 -0
- /package/lib/{src/core → core}/creditOperation.d.ts +0 -0
- /package/lib/{src/core → core}/creditOperation.js +0 -0
- /package/lib/{src/core → core}/creditSession.d.ts +0 -0
- /package/lib/{src/core → core}/creditSession.js +0 -0
- /package/lib/{src/core → core}/errors.d.ts +0 -0
- /package/lib/{src/core → core}/errors.js +0 -0
- /package/lib/{src/core → core}/eventOrTx.d.ts +0 -0
- /package/lib/{src/core → core}/eventOrTx.js +0 -0
- /package/lib/{src/core → core}/events.d.ts +0 -0
- /package/lib/{src/core → core}/events.js +0 -0
- /package/lib/{src/core → core}/operations.d.ts +0 -0
- /package/lib/{src/core → core}/operations.js +0 -0
- /package/lib/{src/core → core}/pool/data.d.ts +0 -0
- /package/lib/{src/core → core}/pool/data.js +0 -0
- /package/lib/{src/core → core}/pool/index.d.ts +0 -0
- /package/lib/{src/core → core}/pool/index.js +0 -0
- /package/lib/{src/core → core}/pool/operation.d.ts +0 -0
- /package/lib/{src/core → core}/pool/operation.js +0 -0
- /package/lib/{src/core → core}/priceOracle.d.ts +0 -0
- /package/lib/{src/core → core}/priceOracle.js +0 -0
- /package/lib/{src/core → core}/rewardClaimer.d.ts +0 -0
- /package/lib/{src/core → core}/rewardClaimer.js +0 -0
- /package/lib/{src/core → core}/rewardConvex.d.ts +0 -0
- /package/lib/{src/core → core}/rewardConvex.js +0 -0
- /package/lib/{src/core → core}/rewardConvex.spec.d.ts +0 -0
- /package/lib/{src/core → core}/rewardConvex.spec.js +0 -0
- /package/lib/{src/core → core}/strategy.d.ts +0 -0
- /package/lib/{src/core → core}/strategy.js +0 -0
- /package/lib/{src/core → core}/strategy.spec.d.ts +0 -0
- /package/lib/{src/core → core}/strategy.spec.js +0 -0
- /package/lib/{src/core → core}/tokenDistributor.d.ts +0 -0
- /package/lib/{src/core → core}/tokenDistributor.js +0 -0
- /package/lib/{src/core → core}/trade.d.ts +0 -0
- /package/lib/{src/core → core}/trade.js +0 -0
- /package/lib/{src/core → core}/transactions.d.ts +0 -0
- /package/lib/{src/core → core}/transactions.js +0 -0
- /package/lib/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/{src/index.js → index.js} +0 -0
- /package/lib/{src/parsers → parsers}/ERC20Parser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/ERC20Parser.js +0 -0
- /package/lib/{src/parsers → parsers}/abstractParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/abstractParser.js +0 -0
- /package/lib/{src/parsers → parsers}/addressProviderParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/addressProviderParser.js +0 -0
- /package/lib/{src/parsers → parsers}/airdropDistributorParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/airdropDistributorParser.js +0 -0
- /package/lib/{src/parsers → parsers}/convexBaseRewardPoolAdapterParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/convexBaseRewardPoolAdapterParser.js +0 -0
- /package/lib/{src/parsers → parsers}/convexBaseRewardPoolAdapterParser.spec.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/convexBaseRewardPoolAdapterParser.spec.js +0 -0
- /package/lib/{src/parsers → parsers}/convexBoosterAdapterParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/convexBoosterAdapterParser.js +0 -0
- /package/lib/{src/parsers → parsers}/convexBoosterAdapterParser.spec.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/convexBoosterAdapterParser.spec.js +0 -0
- /package/lib/{src/parsers → parsers}/convextRewardPoolParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/convextRewardPoolParser.js +0 -0
- /package/lib/{src/parsers → parsers}/creditFacadeParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/creditFacadeParser.js +0 -0
- /package/lib/{src/parsers → parsers}/creditFacadeParser.spec.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/creditFacadeParser.spec.js +0 -0
- /package/lib/{src/parsers → parsers}/creditManagerParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/creditManagerParser.js +0 -0
- /package/lib/{src/parsers → parsers}/curveAdapterParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/curveAdapterParser.js +0 -0
- /package/lib/{src/parsers → parsers}/curveAdapterParser.spec.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/curveAdapterParser.spec.js +0 -0
- /package/lib/{src/parsers → parsers}/dataCompressorParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/dataCompressorParser.js +0 -0
- /package/lib/{src/parsers → parsers}/iParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/iParser.js +0 -0
- /package/lib/{src/parsers → parsers}/lidoAdapterParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/lidoAdapterParser.js +0 -0
- /package/lib/{src/parsers → parsers}/lidoAdapterParser.spec.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/lidoAdapterParser.spec.js +0 -0
- /package/lib/{src/parsers → parsers}/lidoOracleParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/lidoOracleParser.js +0 -0
- /package/lib/{src/parsers → parsers}/lidoSTETHParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/lidoSTETHParser.js +0 -0
- /package/lib/{src/parsers → parsers}/multicallParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/multicallParser.js +0 -0
- /package/lib/{src/parsers → parsers}/offchainOracleParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/offchainOracleParser.js +0 -0
- /package/lib/{src/parsers → parsers}/poolParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/poolParser.js +0 -0
- /package/lib/{src/parsers → parsers}/priceOracleParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/priceOracleParser.js +0 -0
- /package/lib/{src/parsers → parsers}/txParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/txParser.js +0 -0
- /package/lib/{src/parsers → parsers}/uniV2AdapterParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/uniV2AdapterParser.js +0 -0
- /package/lib/{src/parsers → parsers}/uniV2AdapterParser.spec.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/uniV2AdapterParser.spec.js +0 -0
- /package/lib/{src/parsers → parsers}/uniV3AdapterParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/uniV3AdapterParser.js +0 -0
- /package/lib/{src/parsers → parsers}/uniV3AdapterParser.spec.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/uniV3AdapterParser.spec.js +0 -0
- /package/lib/{src/parsers → parsers}/wstETHAdapterParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/wstETHAdapterParser.js +0 -0
- /package/lib/{src/parsers → parsers}/wstETHAdapterParser.spec.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/wstETHAdapterParser.spec.js +0 -0
- /package/lib/{src/parsers → parsers}/yearnAdapterParser.spec.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/yearnAdapterParser.spec.js +0 -0
- /package/lib/{src/parsers → parsers}/yearnV2AdapterParser.d.ts +0 -0
- /package/lib/{src/parsers → parsers}/yearnV2AdapterParser.js +0 -0
- /package/lib/{src/pathfinder → pathfinder}/core.d.ts +0 -0
- /package/lib/{src/pathfinder → pathfinder}/core.js +0 -0
- /package/lib/{src/pathfinder → pathfinder}/pathOptions.d.ts +0 -0
- /package/lib/{src/pathfinder → pathfinder}/pathOptions.js +0 -0
- /package/lib/{src/pathfinder → pathfinder}/pathOptions.spec.d.ts +0 -0
- /package/lib/{src/pathfinder → pathfinder}/pathOptions.spec.js +0 -0
- /package/lib/{src/pathfinder → pathfinder}/pathfinder.d.ts +0 -0
- /package/lib/{src/pathfinder → pathfinder}/pathfinder.js +0 -0
- /package/lib/{src/pathfinder → pathfinder}/pathfinder.spec.d.ts +0 -0
- /package/lib/{src/pathfinder → pathfinder}/pathfinder.spec.js +0 -0
- /package/lib/{src/pathfinder → pathfinder}/tradeTypes.d.ts +0 -0
- /package/lib/{src/pathfinder → pathfinder}/tradeTypes.js +0 -0
- /package/lib/{src/payload → payload}/creditAccount.d.ts +0 -0
- /package/lib/{src/payload → payload}/creditAccount.js +0 -0
- /package/lib/{src/payload → payload}/creditManager.d.ts +0 -0
- /package/lib/{src/payload → payload}/creditManager.js +0 -0
- /package/lib/{src/payload → payload}/creditSession.d.ts +0 -0
- /package/lib/{src/payload → payload}/creditSession.js +0 -0
- /package/lib/{src/payload → payload}/graphPayload.d.ts +0 -0
- /package/lib/{src/payload → payload}/graphPayload.js +0 -0
- /package/lib/{src/payload → payload}/pool.d.ts +0 -0
- /package/lib/{src/payload → payload}/pool.js +0 -0
- /package/lib/{src/payload → payload}/token.d.ts +0 -0
- /package/lib/{src/payload → payload}/token.js +0 -0
- /package/lib/{src/strategies → strategies}/convex.d.ts +0 -0
- /package/lib/{src/strategies → strategies}/convex.js +0 -0
- /package/lib/{src/strategies → strategies}/creditFacade.d.ts +0 -0
- /package/lib/{src/strategies → strategies}/creditFacade.js +0 -0
- /package/lib/{src/strategies → strategies}/curve.d.ts +0 -0
- /package/lib/{src/strategies → strategies}/curve.js +0 -0
- /package/lib/{src/strategies → strategies}/lido.d.ts +0 -0
- /package/lib/{src/strategies → strategies}/lido.js +0 -0
- /package/lib/{src/strategies → strategies}/uniswapV2.d.ts +0 -0
- /package/lib/{src/strategies → strategies}/uniswapV2.js +0 -0
- /package/lib/{src/strategies → strategies}/uniswapV3.d.ts +0 -0
- /package/lib/{src/strategies → strategies}/uniswapV3.js +0 -0
- /package/lib/{src/strategies → strategies}/yearn.d.ts +0 -0
- /package/lib/{src/strategies → strategies}/yearn.js +0 -0
- /package/lib/{src/tokens → tokens}/balancer.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/balancer.js +0 -0
- /package/lib/{src/tokens → tokens}/convex.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/convex.js +0 -0
- /package/lib/{src/tokens → tokens}/curveLP.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/curveLP.js +0 -0
- /package/lib/{src/tokens → tokens}/decimals.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/decimals.js +0 -0
- /package/lib/{src/tokens → tokens}/gear.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/gear.js +0 -0
- /package/lib/{src/tokens → tokens}/normal.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/normal.js +0 -0
- /package/lib/{src/tokens → tokens}/token.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/tokenData.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/tokenData.js +0 -0
- /package/lib/{src/tokens → tokens}/tokenType.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/tokenType.js +0 -0
- /package/lib/{src/tokens → tokens}/yearn.d.ts +0 -0
- /package/lib/{src/tokens → tokens}/yearn.js +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/index.js +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/index.d.ts +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/index.js +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/index.d.ts +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/index.js +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/interfaces/AggregatorInterface.d.ts +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/interfaces/AggregatorInterface.js +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/interfaces/AggregatorV2V3Interface.d.ts +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/interfaces/AggregatorV2V3Interface.js +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.d.ts +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.js +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/@chainlink/contracts/src/v0.8/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/@chainlink/index.d.ts +0 -0
- /package/lib/{src/types → types}/@chainlink/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACL.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACL.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACLEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACLEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACLExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACLExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactory.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactory.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactoryEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactoryEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactoryGetters.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactoryGetters.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/IAddressProvider.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/IAddressProvider.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/IAddressProviderEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/IAddressProviderEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributor.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributor.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributorEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributorEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/IContractsRegister.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/IContractsRegister.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/IContractsRegisterEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/IContractsRegisterEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/ICrediAccountExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/ICrediAccountExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/ICreditAccount.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/ICreditAccount.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfigurator.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfigurator.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfiguratorEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfiguratorEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfiguratorExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfiguratorExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacade.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacade.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeExtended.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeExtended.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2Events.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2Events.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2Exceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2Exceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/IDataCompressor.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/IDataCompressor.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/IDataCompressorExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/IDataCompressorExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributor.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributor.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributorEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributorEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFT.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFT.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFTEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFTEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFTExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFTExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/IDieselToken.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/IDieselToken.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/IDieselTokenExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/IDieselTokenExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IInterestRateModel.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IInterestRateModel.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeed.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeed.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeedEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeedEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeedExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeedExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPhantomERC20.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPhantomERC20.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/IPoolService.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/IPoolService.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/IPoolServiceEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/IPoolServiceEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceFeedType.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceFeedType.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Events.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Events.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Exceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Exceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Ext.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Ext.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IVersion.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IVersion.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IWETHGateway.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/IWETHGateway.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/V1/ICreditFilter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/V1/ICreditFilter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/V1/ICreditManager.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/V1/ICreditManager.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/V1/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/V1/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/IAdapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/IAdapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/IAdapterExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/IAdapterExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/IUniversalAdapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/IUniversalAdapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/IUniversalAdapterExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/IUniversalAdapterExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/adapters/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/external/IWETH.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/external/IWETH.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/external/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/external/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/pool/PoolService.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/pool/PoolService.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/pool/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/pool/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/test/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/test/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/test/interfaces/ITokenTestSuite.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/test/interfaces/ITokenTestSuite.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/test/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/contracts/test/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/core-v2/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IBaseRewardPool.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IBaseRewardPool.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IBooster.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IBooster.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IClaimZap.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IClaimZap.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IConvexToken.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IConvexToken.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/IBasicRewards.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/IBasicRewards.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/IRewards.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/IRewards.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICrvDeposit.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICrvDeposit.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICurveGauge.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICurveGauge.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICurveVoteEscrow.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICurveVoteEscrow.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IDeposit.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IDeposit.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IFeeDistro.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IFeeDistro.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IMinter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IMinter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IPools.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IPools.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRegistry.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRegistry.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRewardFactory.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRewardFactory.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRewards.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRewards.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStaker.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStaker.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStash.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStash.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStashFactory.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStashFactory.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ITokenFactory.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ITokenFactory.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ITokenMinter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ITokenMinter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IVestedEscrow.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IVestedEscrow.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IVoting.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IVoting.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IWalletChecker.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IWalletChecker.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/convex/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePoolStETH.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePoolStETH.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_2.sol/ICurvePool2Assets.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_2.sol/ICurvePool2Assets.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_2.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_2.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_3.sol/ICurvePool3Assets.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_3.sol/ICurvePool3Assets.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_3.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_3.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_4.sol/ICurvePool4Assets.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_4.sol/ICurvePool4Assets.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_4.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_4.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurveRegistry.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurveRegistry.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/curve/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/ILidoOracle.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/ILidoOracle.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/IstETH.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/IstETH.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/IstETHGetters.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/IstETHGetters.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/IwstETH.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/IwstETH.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/IwstETHGetters.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/IwstETHGetters.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETHGateway.sol/IwstETHGateWay.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETHGateway.sol/IwstETHGateWay.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETHGateway.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETHGateway.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/lido/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IQuoter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IQuoter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV2Router01.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV2Router01.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV2Router02.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV2Router02.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV3.sol/ISwapRouter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV3.sol/ISwapRouter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV3.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV3.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/yearn/IYVault.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/yearn/IYVault.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/yearn/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/integrations/yearn/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapterErrors.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapterErrors.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BoosterAdapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BoosterAdapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/ICurveV1Adapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/ICurveV1Adapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/ICurveV1AdapterExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/ICurveV1AdapterExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_2AssetsAdapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_2AssetsAdapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_3AssetsAdapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_3AssetsAdapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_4AssetsAdapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_4AssetsAdapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1Adapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1Adapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1AdapterEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1AdapterEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1AdapterExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1AdapterExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/IwstETHV1Adapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/IwstETHV1Adapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapPathChecker.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapPathChecker.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/IUniswapV2Adapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/IUniswapV2Adapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/IUniswapV2AdapterExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/IUniswapV2AdapterExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/IUniswapV3Adapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/IUniswapV3Adapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/yearn/IYearnV2Adapter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/yearn/IYearnV2Adapter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/yearn/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/interfaces/yearn/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/config/SupportedContracts.sol/ISupportedContracts.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/config/SupportedContracts.sol/ISupportedContracts.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/config/SupportedContracts.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/config/SupportedContracts.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/config/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/config/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/mocks/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/mocks/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/LidoMock.sol/ILidoMockEvents.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/LidoMock.sol/ILidoMockEvents.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/LidoMock.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/LidoMock.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/integrations-v2/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IClosePathResolver.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IClosePathResolver.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/IDepositor.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/IDepositor.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/IDepositorOptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/IDepositorOptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IGasPricer.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IGasPricer.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/ILPWorker.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/ILPWorker.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/ILPWorkerOptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/ILPWorkerOptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IPathResolver.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IPathResolver.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IRouter.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IRouter.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IRouterComponent.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IRouterComponent.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ISwapAggregator.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ISwapAggregator.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ISwapper.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/ISwapper.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/IWithdrawer.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/IWithdrawer.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/IWithdrawerOptions.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/IWithdrawerOptions.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IWrapper.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/IWrapper.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/contracts/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/index.d.ts +0 -0
- /package/lib/{src/types → types}/@gearbox-protocol/router/index.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/index.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC20/IERC20.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC20/extensions/index.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC20/index.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC20/index.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/IERC721.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/IERC721.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/extensions/index.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/index.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/ERC721/index.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/index.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/token/index.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/utils/index.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/utils/index.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/utils/introspection/IERC165.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/utils/introspection/index.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/contracts/utils/introspection/index.js +0 -0
- /package/lib/{src/types → types}/@openzeppelin/index.d.ts +0 -0
- /package/lib/{src/types → types}/@openzeppelin/index.js +0 -0
- /package/lib/{src/types → types}/common.d.ts +0 -0
- /package/lib/{src/types → types}/common.js +0 -0
- /package/lib/{src/types → types}/contracts/IGas.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/IGas.js +0 -0
- /package/lib/{src/types → types}/contracts/IGnosisSafeSignatureValidator.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/IGnosisSafeSignatureValidator.js +0 -0
- /package/lib/{src/types → types}/contracts/ITokenDistributor.sol/ITokenDistributor.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/ITokenDistributor.sol/ITokenDistributor.js +0 -0
- /package/lib/{src/types → types}/contracts/ITokenDistributor.sol/ITokenDistributorEvents.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/ITokenDistributor.sol/ITokenDistributorEvents.js +0 -0
- /package/lib/{src/types → types}/contracts/ITokenDistributor.sol/ITokenDistributorExceptions.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/ITokenDistributor.sol/ITokenDistributorExceptions.js +0 -0
- /package/lib/{src/types → types}/contracts/ITokenDistributor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/ITokenDistributor.sol/index.js +0 -0
- /package/lib/{src/types → types}/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/index.js +0 -0
- /package/lib/{src/types → types}/contracts/support/IOffchainOracle.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/support/IOffchainOracle.js +0 -0
- /package/lib/{src/types → types}/contracts/support/MultiCall.sol/Multicall2.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/support/MultiCall.sol/Multicall2.js +0 -0
- /package/lib/{src/types → types}/contracts/support/MultiCall.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/support/MultiCall.sol/index.js +0 -0
- /package/lib/{src/types → types}/contracts/support/index.d.ts +0 -0
- /package/lib/{src/types → types}/contracts/support/index.js +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/index.js +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/index.js +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/index.js +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/interfaces/AggregatorInterface__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/interfaces/AggregatorInterface__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/interfaces/AggregatorV2V3Interface__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/interfaces/AggregatorV2V3Interface__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/contracts/src/v0.8/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@chainlink/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACLEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACLEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACLExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACLExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACL__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/IACL__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IACL.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactoryEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactoryEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactoryGetters__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactoryGetters__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactory__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/IAccountFactory__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAccountFactory.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/IAddressProviderEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/IAddressProviderEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/IAddressProvider__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/IAddressProvider__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAddressProvider.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributorEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributorEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributor__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/IAirdropDistributor__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IAirdropDistributor.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/IContractsRegisterEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/IContractsRegisterEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/IContractsRegister__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/IContractsRegister__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IContractsRegister.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/ICrediAccountExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/ICrediAccountExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/ICreditAccount__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/ICreditAccount__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditAccount.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfiguratorEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfiguratorEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfiguratorExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfiguratorExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfigurator__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/ICreditConfigurator__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditConfigurator.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeExtended__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacadeExtended__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacade__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/ICreditFacade__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditFacade.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2Events__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2Events__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2Exceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2Exceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/ICreditManagerV2__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ICreditManagerV2.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/IDataCompressorExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/IDataCompressorExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/IDataCompressor__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/IDataCompressor__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDataCompressor.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributorEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributorEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributor__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/IDegenDistributor__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenDistributor.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFTEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFTEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFTExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFTExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFT__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/IDegenNFT__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDegenNFT.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/IDieselTokenExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/IDieselTokenExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/IDieselToken__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/IDieselToken__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IDieselToken.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IInterestRateModel__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IInterestRateModel__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeedEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeedEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeedExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeedExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeed__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/ILPPriceFeed__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/ILPPriceFeed.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPhantomERC20__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPhantomERC20__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/IPoolServiceEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/IPoolServiceEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/IPoolService__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/IPoolService__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPoolService.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceFeedType__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceFeedType__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Events__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Events__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Exceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Exceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Ext__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2Ext__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/IPriceOracleV2__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IPriceOracle.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IVersion__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IVersion__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IWETHGateway__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/IWETHGateway__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/V1/ICreditFilter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/V1/ICreditFilter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/V1/ICreditManager__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/V1/ICreditManager__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/V1/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/V1/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/IAdapterExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/IAdapterExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/IAdapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/IAdapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IAdapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/IUniversalAdapterExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/IUniversalAdapterExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/IUniversalAdapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/IUniversalAdapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/IUniversalAdapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/adapters/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/external/IWETH__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/external/IWETH__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/external/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/external/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/pool/PoolService__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/pool/PoolService__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/pool/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/pool/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/test/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/test/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/test/interfaces/ITokenTestSuite__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/test/interfaces/ITokenTestSuite__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/test/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/contracts/test/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/core-v2/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IBaseRewardPool__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IBaseRewardPool__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IBooster__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IBooster__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IClaimZap__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IClaimZap__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IConvexToken__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IConvexToken__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/IBasicRewards__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/IBasicRewards__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/IRewards__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/IRewards__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/IRewards.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICrvDeposit__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICrvDeposit__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICurveGauge__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICurveGauge__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICurveVoteEscrow__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ICurveVoteEscrow__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IDeposit__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IDeposit__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IFeeDistro__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IFeeDistro__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IMinter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IMinter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IPools__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IPools__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRegistry__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRegistry__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRewardFactory__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRewardFactory__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRewards__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IRewards__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStaker__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStaker__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStashFactory__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStashFactory__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStash__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IStash__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ITokenFactory__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ITokenFactory__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ITokenMinter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/ITokenMinter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IVestedEscrow__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IVestedEscrow__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IVoting__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IVoting__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IWalletChecker__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/IWalletChecker__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/Interfaces.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/convex/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePoolStETH__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePoolStETH__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_2.sol/ICurvePool2Assets__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_2.sol/ICurvePool2Assets__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_2.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_2.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_3.sol/ICurvePool3Assets__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_3.sol/ICurvePool3Assets__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_3.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_3.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_4.sol/ICurvePool4Assets__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_4.sol/ICurvePool4Assets__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_4.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool_4.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurvePool__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurveRegistry__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/ICurveRegistry__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/curve/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/ILidoOracle__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/ILidoOracle__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/IstETHGetters__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/IstETHGetters__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/IstETH__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/IstETH__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IstETH.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/IwstETHGetters__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/IwstETHGetters__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/IwstETH__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/IwstETH__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETH.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETHGateway.sol/IwstETHGateWay__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETHGateway.sol/IwstETHGateWay__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETHGateway.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/IwstETHGateway.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/lido/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IQuoter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IQuoter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV2Router01__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV2Router01__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV2Router02__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV2Router02__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV3.sol/ISwapRouter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV3.sol/ISwapRouter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV3.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/IUniswapV3.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/uniswap/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/yearn/IYVault__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/yearn/IYVault__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/yearn/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/integrations/yearn/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapterErrors__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapterErrors__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/IConvexV1BaseRewardPoolAdapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BaseRewardPoolAdapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BoosterAdapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/IConvexV1BoosterAdapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/convex/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/ICurveV1AdapterExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/ICurveV1AdapterExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/ICurveV1Adapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/ICurveV1Adapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1Adapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_2AssetsAdapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_2AssetsAdapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_3AssetsAdapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_3AssetsAdapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_4AssetsAdapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/ICurveV1_4AssetsAdapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/curve/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1AdapterEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1AdapterEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1AdapterExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1AdapterExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1Adapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/ILidoV1Adapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/ILidoV1Adapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/IwstETHV1Adapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/IwstETHV1Adapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/lido/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapPathChecker__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapPathChecker__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/IUniswapV2AdapterExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/IUniswapV2AdapterExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/IUniswapV2Adapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/IUniswapV2Adapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV2Adapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/IUniswapV3AdapterExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/IUniswapV3Adapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/IUniswapV3Adapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/IUniswapV3Adapter.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/uniswap/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/yearn/IYearnV2Adapter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/yearn/IYearnV2Adapter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/yearn/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/interfaces/yearn/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/config/SupportedContracts.sol/ISupportedContracts__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/config/SupportedContracts.sol/ISupportedContracts__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/config/SupportedContracts.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/config/SupportedContracts.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/config/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/config/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/mocks/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/mocks/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/LidoMock.sol/ILidoMockEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/LidoMock.sol/ILidoMockEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/LidoMock.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/LidoMock.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/contracts/test/mocks/integrations/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/integrations-v2/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IClosePathResolver__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IClosePathResolver__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/IDepositorOptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/IDepositorOptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/IDepositor__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/IDepositor__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IDepositor.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IGasPricer__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IGasPricer__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/ILPWorkerOptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/ILPWorkerOptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/ILPWorker__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/ILPWorker__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ILPWorker.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IPathResolver__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IPathResolver__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IRouterComponent__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IRouterComponent__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IRouter__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IRouter__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ISwapAggregator__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ISwapAggregator__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ISwapper__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/ISwapper__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/IWithdrawerOptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/IWithdrawerOptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/IWithdrawer__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/IWithdrawer__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IWithdrawer.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IWrapper__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/IWrapper__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/contracts/interfaces/index.js +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@gearbox-protocol/router/index.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/index.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC20/index.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/ERC721/index.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/token/index.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/utils/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/utils/index.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/contracts/utils/introspection/index.js +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/@openzeppelin/index.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/IGas__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/IGas__factory.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/IGnosisSafeSignatureValidator__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/IGnosisSafeSignatureValidator__factory.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/ITokenDistributor.sol/ITokenDistributorEvents__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/ITokenDistributor.sol/ITokenDistributorEvents__factory.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/ITokenDistributor.sol/ITokenDistributorExceptions__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/ITokenDistributor.sol/ITokenDistributorExceptions__factory.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/ITokenDistributor.sol/ITokenDistributor__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/ITokenDistributor.sol/ITokenDistributor__factory.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/ITokenDistributor.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/ITokenDistributor.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/index.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/support/IOffchainOracle__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/support/IOffchainOracle__factory.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/support/MultiCall.sol/Multicall2__factory.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/support/MultiCall.sol/Multicall2__factory.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/support/MultiCall.sol/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/support/MultiCall.sol/index.js +0 -0
- /package/lib/{src/types → types}/factories/contracts/support/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/contracts/support/index.js +0 -0
- /package/lib/{src/types → types}/factories/index.d.ts +0 -0
- /package/lib/{src/types → types}/factories/index.js +0 -0
- /package/lib/{src/types → types}/index.d.ts +0 -0
- /package/lib/{src/types → types}/index.js +0 -0
- /package/lib/{src/utils → utils}/errors.d.ts +0 -0
- /package/lib/{src/utils → utils}/errors.js +0 -0
- /package/lib/{src/utils → utils}/extracter.d.ts +0 -0
- /package/lib/{src/utils → utils}/extracter.js +0 -0
- /package/lib/{src/utils → utils}/formatter.d.ts +0 -0
- /package/lib/{src/utils → utils}/formatter.js +0 -0
- /package/lib/{src/utils → utils}/loading.d.ts +0 -0
- /package/lib/{src/utils → utils}/loading.js +0 -0
- /package/lib/{src/utils → utils}/mappers.d.ts +0 -0
- /package/lib/{src/utils → utils}/mappers.js +0 -0
- /package/lib/{src/utils → utils}/math.d.ts +0 -0
- /package/lib/{src/utils → utils}/math.js +0 -0
- /package/lib/{src/utils → utils}/multicall.d.ts +0 -0
- /package/lib/{src/utils → utils}/multicall.js +0 -0
- /package/lib/{src/utils → utils}/price.d.ts +0 -0
- /package/lib/{src/utils → utils}/price.js +0 -0
- /package/lib/{src/utils → utils}/repeater.d.ts +0 -0
- /package/lib/{src/utils → utils}/repeater.js +0 -0
- /package/lib/{src/utils → utils}/types.d.ts +0 -0
- /package/lib/{src/utils → utils}/types.js +0 -0
- /package/lib/{src/utils → utils}/validate.d.ts +0 -0
- /package/lib/{src/utils → utils}/validate.js +0 -0
- /package/lib/{src/watchers → watchers}/creditAccountWatcher.d.ts +0 -0
- /package/lib/{src/watchers → watchers}/creditAccountWatcher.js +0 -0
- /package/lib/{src/watchers → watchers}/creditAccountWatcher.spec.d.ts +0 -0
- /package/lib/{src/watchers → watchers}/creditAccountWatcher.spec.js +0 -0
- /package/lib/{src/watchers → watchers}/creditManagerWatcher.d.ts +0 -0
- /package/lib/{src/watchers → watchers}/creditManagerWatcher.js +0 -0
- /package/lib/{src/watchers → watchers}/creditManagerWatcher.spec.d.ts +0 -0
- /package/lib/{src/watchers → watchers}/creditManagerWatcher.spec.js +0 -0
|
@@ -1,762 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.priceFeedsByNetwork = exports.GAS_PRICE_FEED = void 0;
|
|
4
|
-
const constants_1 = require("../core/constants");
|
|
5
|
-
const oracles_1 = require("./oracles");
|
|
6
|
-
exports.GAS_PRICE_FEED = "0x169e633a2d1e6c10dd91238ba11c4a708dfef37c";
|
|
7
|
-
exports.priceFeedsByNetwork = {
|
|
8
|
-
"1INCH": {
|
|
9
|
-
priceFeedETH: {
|
|
10
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
11
|
-
address: {
|
|
12
|
-
Mainnet: "0x72AFAECF99C9d9C8215fF44C77B94B99C28741e8",
|
|
13
|
-
Arbitrum: "0x64BE27a921A70410dd08feE527A99a3787fba141",
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
priceFeedUSD: {
|
|
17
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
18
|
-
address: {
|
|
19
|
-
Mainnet: "0xc929ad75B72593967DE83E7F7Cda0493458261D9",
|
|
20
|
-
Arbitrum: "0x4813419C6783c36d10F97f08552310bf483fBD97",
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
},
|
|
24
|
-
AAVE: {
|
|
25
|
-
priceFeedETH: {
|
|
26
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
27
|
-
address: {
|
|
28
|
-
Mainnet: "0x6Df09E975c830ECae5bd4eD9d90f3A95a4f88012",
|
|
29
|
-
Arbitrum: "0x1a3B84888c0AA2a71ef1862cd83D00794Ba04661",
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
priceFeedUSD: {
|
|
33
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
34
|
-
address: {
|
|
35
|
-
Mainnet: "0x547a514d5e3769680Ce22B2361c10Ea13619e8a9",
|
|
36
|
-
Arbitrum: "0xEB24b7c2fB6497f28c937942439B4EAAE9535525",
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
},
|
|
40
|
-
COMP: {
|
|
41
|
-
priceFeedETH: {
|
|
42
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
43
|
-
address: {
|
|
44
|
-
Mainnet: "0x1B39Ee86Ec5979ba5C322b826B3ECb8C79991699",
|
|
45
|
-
Arbitrum: "0x492e6EE8B119Ba55c2BEdEDE3182501Bce19895b",
|
|
46
|
-
},
|
|
47
|
-
},
|
|
48
|
-
priceFeedUSD: {
|
|
49
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
50
|
-
address: {
|
|
51
|
-
Mainnet: "0xdbd020CAeF83eFd542f4De03e3cF0C28A4428bd5",
|
|
52
|
-
Arbitrum: "0xd31C7E8aa6871Fb09D5E01f17C54895F8237fB60",
|
|
53
|
-
},
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
CRV: {
|
|
57
|
-
priceFeedETH: {
|
|
58
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
59
|
-
address: {
|
|
60
|
-
Mainnet: "0x8a12Be339B0cD1829b91Adc01977caa5E9ac121e",
|
|
61
|
-
Arbitrum: "0x8ae7063D03213d4d90103c16f048b3F64de2d4D0",
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
priceFeedUSD: {
|
|
65
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
66
|
-
address: {
|
|
67
|
-
Mainnet: "0xCd627aA160A6fA45Eb793D19Ef54f5062F20f33f",
|
|
68
|
-
Arbitrum: "0x7f93084ECf52D4361A3E3E25F9Dafe005830C98C",
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
},
|
|
72
|
-
DAI: {
|
|
73
|
-
priceFeedETH: {
|
|
74
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
75
|
-
address: {
|
|
76
|
-
Mainnet: "0x773616E4d11A78F511299002da57A0a94577F1f4",
|
|
77
|
-
Arbitrum: "0x47f63253c8a3C25983A797d0f773ffBDdfB1BD8C",
|
|
78
|
-
},
|
|
79
|
-
},
|
|
80
|
-
priceFeedUSD: {
|
|
81
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
82
|
-
address: {
|
|
83
|
-
Mainnet: "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9",
|
|
84
|
-
Arbitrum: "0x1d34dd6780cC0B78aAfc8bC168e99ABEA147E85d",
|
|
85
|
-
},
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
|
-
DPI: {
|
|
89
|
-
priceFeedETH: {
|
|
90
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
91
|
-
address: {
|
|
92
|
-
Mainnet: "0x029849bbc0b1d93b85a8b6190e979fd38F5760E2",
|
|
93
|
-
Arbitrum: "0x465179d419d30E949bEc61d195f21E8AD3bC21E5",
|
|
94
|
-
},
|
|
95
|
-
},
|
|
96
|
-
priceFeedUSD: {
|
|
97
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
98
|
-
address: {
|
|
99
|
-
Mainnet: "0xD2A593BF7594aCE1faD597adb697b5645d5edDB2",
|
|
100
|
-
Arbitrum: "0xEA89a0168b9940b825B28CbF172B12c486a0FDf7",
|
|
101
|
-
},
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
|
-
FEI: {
|
|
105
|
-
priceFeedETH: {
|
|
106
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
107
|
-
address: {
|
|
108
|
-
Mainnet: "0x7f0d2c2838c6ac24443d13e23d99490017bde370",
|
|
109
|
-
Arbitrum: "0xFE51fd034723b74E1795dDEA69a2B5456F420B24",
|
|
110
|
-
},
|
|
111
|
-
},
|
|
112
|
-
priceFeedUSD: {
|
|
113
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
114
|
-
address: {
|
|
115
|
-
Mainnet: "0x31e0a88fecB6eC0a411DBe0e9E76391498296EE9",
|
|
116
|
-
Arbitrum: "0xAF884aF60E28214233039c243F5DF98a52355CFB",
|
|
117
|
-
},
|
|
118
|
-
},
|
|
119
|
-
},
|
|
120
|
-
GUSD: {
|
|
121
|
-
priceFeedUSD: {
|
|
122
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
123
|
-
address: {
|
|
124
|
-
Mainnet: "0xa89f5d2365ce98B3cD68012b6f503ab1416245Fc",
|
|
125
|
-
Arbitrum: "0x2C799CE9f858c9Fe0825D87ddd68F4dB46A485BE",
|
|
126
|
-
},
|
|
127
|
-
},
|
|
128
|
-
},
|
|
129
|
-
LINK: {
|
|
130
|
-
priceFeedETH: {
|
|
131
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
132
|
-
address: {
|
|
133
|
-
Mainnet: "0xDC530D9457755926550b59e8ECcdaE7624181557",
|
|
134
|
-
Arbitrum: "0x2cAb9Ce8583Bb9ec3FFd8B7D0eCC09aa7b107bcc",
|
|
135
|
-
},
|
|
136
|
-
},
|
|
137
|
-
priceFeedUSD: {
|
|
138
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
139
|
-
address: {
|
|
140
|
-
Mainnet: "0x2c1d072e956AFFC0D435Cb7AC38EF18d24d9127c",
|
|
141
|
-
Arbitrum: "0xa6fD8da40eCC3fd22cA8c13eF90B95cDf1346bEC",
|
|
142
|
-
},
|
|
143
|
-
},
|
|
144
|
-
},
|
|
145
|
-
SNX: {
|
|
146
|
-
priceFeedETH: {
|
|
147
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
148
|
-
address: {
|
|
149
|
-
Mainnet: "0x79291A9d692Df95334B1a0B3B4AE6bC606782f8c",
|
|
150
|
-
Arbitrum: "0x6057e7eB76eAdA21c6Cbfe3B3ec3263A0292c40a",
|
|
151
|
-
},
|
|
152
|
-
},
|
|
153
|
-
priceFeedUSD: {
|
|
154
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
155
|
-
address: {
|
|
156
|
-
Mainnet: "0xDC3EA94CD0AC27d9A86C180091e7f78C683d3699",
|
|
157
|
-
Arbitrum: "0xe19591bD0a702D0E46407a512885d2ce81fc63C8",
|
|
158
|
-
},
|
|
159
|
-
},
|
|
160
|
-
},
|
|
161
|
-
UNI: {
|
|
162
|
-
priceFeedETH: {
|
|
163
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
164
|
-
address: {
|
|
165
|
-
Mainnet: "0xD6aA3D25116d8dA79Ea0246c4826EB951872e02e",
|
|
166
|
-
Arbitrum: "0x8416Af95675c4818A57fD103Cf30bbBda4ffF4f8",
|
|
167
|
-
},
|
|
168
|
-
},
|
|
169
|
-
priceFeedUSD: {
|
|
170
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
171
|
-
address: {
|
|
172
|
-
Mainnet: "0x553303d460EE0afB37EdFf9bE42922D8FF63220e",
|
|
173
|
-
Arbitrum: "0x9d5A93659c281dEBc71ADB719f19999BfdCD4177",
|
|
174
|
-
},
|
|
175
|
-
},
|
|
176
|
-
},
|
|
177
|
-
USDC: {
|
|
178
|
-
priceFeedETH: {
|
|
179
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
180
|
-
address: {
|
|
181
|
-
Mainnet: "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4",
|
|
182
|
-
Arbitrum: "0x4587DE4a046fda765289b946b2151D91C3994820",
|
|
183
|
-
},
|
|
184
|
-
},
|
|
185
|
-
priceFeedUSD: {
|
|
186
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
187
|
-
address: {
|
|
188
|
-
Mainnet: "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6",
|
|
189
|
-
Arbitrum: "0xC24EC8bD3441da32f06BfEd3A4778133ad48a665",
|
|
190
|
-
},
|
|
191
|
-
},
|
|
192
|
-
},
|
|
193
|
-
USDT: {
|
|
194
|
-
priceFeedETH: {
|
|
195
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
196
|
-
address: {
|
|
197
|
-
Mainnet: "0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46",
|
|
198
|
-
Arbitrum: "0x0D931b776100cD832d301e18cbb927dB67a62Ff3",
|
|
199
|
-
},
|
|
200
|
-
},
|
|
201
|
-
priceFeedUSD: {
|
|
202
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
203
|
-
address: {
|
|
204
|
-
Mainnet: "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D",
|
|
205
|
-
Arbitrum: "0x45a963a68848a850262Cb5aa1F5Be7dC4a6f0Abd",
|
|
206
|
-
},
|
|
207
|
-
},
|
|
208
|
-
},
|
|
209
|
-
WBTC: {
|
|
210
|
-
priceFeedETH: {
|
|
211
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
212
|
-
address: {
|
|
213
|
-
Mainnet: "0xdeb288F737066589598e9214E782fa5A8eD689e8",
|
|
214
|
-
Arbitrum: "0x5Eb94586361483c9E01cbD6B25bCeE207B7857Ca",
|
|
215
|
-
},
|
|
216
|
-
},
|
|
217
|
-
priceFeedUSD: {
|
|
218
|
-
type: oracles_1.OracleType.COMPOSITE_ORACLE,
|
|
219
|
-
targetToBasePriceFeed: {
|
|
220
|
-
Mainnet: "0xfdfd9c85ad200c506cf9e21f1fd8dd01932fbb23",
|
|
221
|
-
Arbitrum: "",
|
|
222
|
-
},
|
|
223
|
-
baseToUsdPriceFeed: {
|
|
224
|
-
Mainnet: "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c",
|
|
225
|
-
Arbitrum: "0x048F634279BE1CC4De3F17fD4c31101bAD0826c8",
|
|
226
|
-
},
|
|
227
|
-
},
|
|
228
|
-
},
|
|
229
|
-
WETH: {
|
|
230
|
-
priceFeedUSD: {
|
|
231
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
232
|
-
address: {
|
|
233
|
-
Mainnet: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
|
|
234
|
-
Arbitrum: "0x491741d9F426130d1bC27Aee82f8b4Bd4E6E5f5D",
|
|
235
|
-
},
|
|
236
|
-
},
|
|
237
|
-
},
|
|
238
|
-
YFI: {
|
|
239
|
-
priceFeedETH: {
|
|
240
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
241
|
-
address: {
|
|
242
|
-
Mainnet: "0x7c5d4F8345e66f68099581Db340cd65B078C41f4",
|
|
243
|
-
Arbitrum: "0x979A1C99604e1CFbb09cD9411e5d77A269f0aA14",
|
|
244
|
-
},
|
|
245
|
-
},
|
|
246
|
-
priceFeedUSD: {
|
|
247
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
248
|
-
address: {
|
|
249
|
-
Mainnet: "0xA027702dbb89fbd58938e4324ac03B58d812b0E1",
|
|
250
|
-
Arbitrum: "0x2d764833c4985A90Beb7DB43d4FFAD5Bb9675B9e",
|
|
251
|
-
},
|
|
252
|
-
},
|
|
253
|
-
},
|
|
254
|
-
/// UPDATE
|
|
255
|
-
STETH: {
|
|
256
|
-
priceFeedETH: {
|
|
257
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
258
|
-
address: {
|
|
259
|
-
Mainnet: "0x86392dC19c0b719886221c78AB11eb8Cf5c52812",
|
|
260
|
-
Arbitrum: "0x78622A939324C5dC1B646D113358f54f0BA4353B",
|
|
261
|
-
},
|
|
262
|
-
},
|
|
263
|
-
priceFeedUSD: {
|
|
264
|
-
type: oracles_1.OracleType.COMPOSITE_ORACLE,
|
|
265
|
-
targetToBasePriceFeed: {
|
|
266
|
-
Mainnet: "0x86392dC19c0b719886221c78AB11eb8Cf5c52812",
|
|
267
|
-
Arbitrum: "0x78622A939324C5dC1B646D113358f54f0BA4353B",
|
|
268
|
-
},
|
|
269
|
-
baseToUsdPriceFeed: {
|
|
270
|
-
Mainnet: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
|
|
271
|
-
Arbitrum: "0x491741d9F426130d1bC27Aee82f8b4Bd4E6E5f5D",
|
|
272
|
-
},
|
|
273
|
-
},
|
|
274
|
-
},
|
|
275
|
-
wstETH: {
|
|
276
|
-
priceFeedUSD: {
|
|
277
|
-
type: oracles_1.OracleType.WSTETH_ORACLE,
|
|
278
|
-
token: "STETH",
|
|
279
|
-
},
|
|
280
|
-
},
|
|
281
|
-
CVX: {
|
|
282
|
-
priceFeedUSD: {
|
|
283
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
284
|
-
address: {
|
|
285
|
-
Mainnet: "0xd962fC30A72A84cE50161031391756Bf2876Af5D",
|
|
286
|
-
Arbitrum: "0xF958760fd9c0E019e355f31c3D69f0E5239597D0",
|
|
287
|
-
},
|
|
288
|
-
},
|
|
289
|
-
},
|
|
290
|
-
FRAX: {
|
|
291
|
-
priceFeedUSD: {
|
|
292
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
293
|
-
address: {
|
|
294
|
-
Mainnet: "0xB9E1E3A9feFf48998E45Fa90847ed4D467E8BcfD",
|
|
295
|
-
Arbitrum: "0xC095CEa800dBAdcCc742124b68399Ac6ADF5d8eC",
|
|
296
|
-
},
|
|
297
|
-
},
|
|
298
|
-
},
|
|
299
|
-
LUSD: {
|
|
300
|
-
priceFeedUSD: {
|
|
301
|
-
type: oracles_1.OracleType.BOUNDED_ORACLE,
|
|
302
|
-
targetPriceFeed: {
|
|
303
|
-
Mainnet: "0x3D7aE7E594f2f2091Ad8798313450130d0Aba3a0",
|
|
304
|
-
Arbitrum: "0xd6852347062aB885B6Fb9F7220BedCc5A39CE862",
|
|
305
|
-
},
|
|
306
|
-
upperBound: (BigInt(1e8) * 11n) / 10n,
|
|
307
|
-
},
|
|
308
|
-
},
|
|
309
|
-
sUSD: {
|
|
310
|
-
priceFeedUSD: {
|
|
311
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
312
|
-
address: {
|
|
313
|
-
Mainnet: "0xad35Bd71b9aFE6e4bDc266B345c198eaDEf9Ad94",
|
|
314
|
-
Arbitrum: "0x725F188BF87DaF7A7c3de39276ad78a2b8559793",
|
|
315
|
-
},
|
|
316
|
-
},
|
|
317
|
-
},
|
|
318
|
-
FXS: {
|
|
319
|
-
priceFeedUSD: {
|
|
320
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
321
|
-
address: {
|
|
322
|
-
Mainnet: "0x6Ebc52C8C1089be9eB3945C4350B68B8E4C2233f",
|
|
323
|
-
Arbitrum: "0x2E49F1FbBdA0000E89376D3332A1d42dBeF3D205",
|
|
324
|
-
},
|
|
325
|
-
},
|
|
326
|
-
},
|
|
327
|
-
LDO: {
|
|
328
|
-
priceFeedETH: {
|
|
329
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
330
|
-
address: {
|
|
331
|
-
Mainnet: "0x4e844125952d32acdf339be976c98e22f6f318db",
|
|
332
|
-
Arbitrum: "0x6569bae7114121aE82303F42f42b64012DcCbD7d",
|
|
333
|
-
},
|
|
334
|
-
},
|
|
335
|
-
priceFeedUSD: {
|
|
336
|
-
type: oracles_1.OracleType.COMPOSITE_ORACLE,
|
|
337
|
-
targetToBasePriceFeed: {
|
|
338
|
-
Mainnet: "0x4e844125952d32acdf339be976c98e22f6f318db",
|
|
339
|
-
Arbitrum: "0x6569bae7114121aE82303F42f42b64012DcCbD7d",
|
|
340
|
-
},
|
|
341
|
-
baseToUsdPriceFeed: {
|
|
342
|
-
Mainnet: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
|
|
343
|
-
Arbitrum: "0x491741d9F426130d1bC27Aee82f8b4Bd4E6E5f5D",
|
|
344
|
-
},
|
|
345
|
-
},
|
|
346
|
-
// ADD ETH-> DAI Oracle!
|
|
347
|
-
},
|
|
348
|
-
LQTY: {
|
|
349
|
-
priceFeedUSD: {
|
|
350
|
-
type: oracles_1.OracleType.ZERO_ORACLE,
|
|
351
|
-
},
|
|
352
|
-
},
|
|
353
|
-
OHM: {
|
|
354
|
-
priceFeedETH: {
|
|
355
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
356
|
-
address: {
|
|
357
|
-
Mainnet: "0x9a72298ae3886221820b1c878d12d872087d3a23",
|
|
358
|
-
Arbitrum: constants_1.NOT_DEPLOYED,
|
|
359
|
-
},
|
|
360
|
-
},
|
|
361
|
-
priceFeedUSD: {
|
|
362
|
-
type: oracles_1.OracleType.COMPOSITE_ORACLE,
|
|
363
|
-
targetToBasePriceFeed: {
|
|
364
|
-
Mainnet: "0x9a72298ae3886221820b1c878d12d872087d3a23",
|
|
365
|
-
Arbitrum: constants_1.NOT_DEPLOYED,
|
|
366
|
-
},
|
|
367
|
-
baseToUsdPriceFeed: {
|
|
368
|
-
Mainnet: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
|
|
369
|
-
Arbitrum: "0x491741d9F426130d1bC27Aee82f8b4Bd4E6E5f5D",
|
|
370
|
-
},
|
|
371
|
-
},
|
|
372
|
-
},
|
|
373
|
-
MIM: {
|
|
374
|
-
priceFeedUSD: {
|
|
375
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
376
|
-
address: {
|
|
377
|
-
Mainnet: "0x7A364e8770418566e3eb2001A96116E6138Eb32F",
|
|
378
|
-
Arbitrum: constants_1.NOT_DEPLOYED,
|
|
379
|
-
},
|
|
380
|
-
},
|
|
381
|
-
},
|
|
382
|
-
SPELL: {
|
|
383
|
-
priceFeedUSD: {
|
|
384
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
385
|
-
address: {
|
|
386
|
-
Mainnet: "0x8c110b94c5f1d347facf5e1e938ab2db60e3c9a8",
|
|
387
|
-
Arbitrum: constants_1.NOT_DEPLOYED,
|
|
388
|
-
},
|
|
389
|
-
},
|
|
390
|
-
},
|
|
391
|
-
yvDAI: {
|
|
392
|
-
priceFeedETH: {
|
|
393
|
-
type: oracles_1.OracleType.YEARN_TOKEN_ORACLE,
|
|
394
|
-
token: "DAI",
|
|
395
|
-
},
|
|
396
|
-
priceFeedUSD: {
|
|
397
|
-
type: oracles_1.OracleType.YEARN_TOKEN_ORACLE,
|
|
398
|
-
token: "DAI",
|
|
399
|
-
},
|
|
400
|
-
},
|
|
401
|
-
yvUSDC: {
|
|
402
|
-
priceFeedETH: {
|
|
403
|
-
type: oracles_1.OracleType.YEARN_TOKEN_ORACLE,
|
|
404
|
-
token: "USDC",
|
|
405
|
-
},
|
|
406
|
-
priceFeedUSD: {
|
|
407
|
-
type: oracles_1.OracleType.YEARN_TOKEN_ORACLE,
|
|
408
|
-
token: "USDC",
|
|
409
|
-
},
|
|
410
|
-
},
|
|
411
|
-
yvWETH: {
|
|
412
|
-
priceFeedUSD: {
|
|
413
|
-
type: oracles_1.OracleType.YEARN_TOKEN_ORACLE,
|
|
414
|
-
token: "WETH",
|
|
415
|
-
},
|
|
416
|
-
},
|
|
417
|
-
yvWBTC: {
|
|
418
|
-
priceFeedUSD: {
|
|
419
|
-
type: oracles_1.OracleType.YEARN_TOKEN_ORACLE,
|
|
420
|
-
token: "WBTC",
|
|
421
|
-
},
|
|
422
|
-
},
|
|
423
|
-
// CURVE LP TOKENS
|
|
424
|
-
"3Crv": {
|
|
425
|
-
priceFeedUSD: {
|
|
426
|
-
type: oracles_1.OracleType.CURVE_LP_TOKEN_ORACLE,
|
|
427
|
-
assets: ["DAI", "USDC", "USDT"],
|
|
428
|
-
},
|
|
429
|
-
},
|
|
430
|
-
crvFRAX: {
|
|
431
|
-
priceFeedUSD: {
|
|
432
|
-
type: oracles_1.OracleType.CURVE_LP_TOKEN_ORACLE,
|
|
433
|
-
assets: ["FRAX", "USDC"],
|
|
434
|
-
},
|
|
435
|
-
},
|
|
436
|
-
steCRV: {
|
|
437
|
-
priceFeedUSD: {
|
|
438
|
-
type: oracles_1.OracleType.CURVE_LP_TOKEN_ORACLE,
|
|
439
|
-
assets: ["STETH", "WETH"],
|
|
440
|
-
},
|
|
441
|
-
},
|
|
442
|
-
FRAX3CRV: {
|
|
443
|
-
priceFeedUSD: {
|
|
444
|
-
type: oracles_1.OracleType.CURVE_LP_TOKEN_ORACLE,
|
|
445
|
-
assets: ["FRAX", "DAI", "USDC", "USDT"],
|
|
446
|
-
},
|
|
447
|
-
},
|
|
448
|
-
LUSD3CRV: {
|
|
449
|
-
priceFeedUSD: {
|
|
450
|
-
type: oracles_1.OracleType.CURVE_LP_TOKEN_ORACLE,
|
|
451
|
-
assets: ["LUSD", "DAI", "USDC", "USDT"],
|
|
452
|
-
},
|
|
453
|
-
},
|
|
454
|
-
crvPlain3andSUSD: {
|
|
455
|
-
priceFeedUSD: {
|
|
456
|
-
type: oracles_1.OracleType.CURVE_LP_TOKEN_ORACLE,
|
|
457
|
-
assets: ["DAI", "USDC", "USDT", "sUSD"],
|
|
458
|
-
},
|
|
459
|
-
},
|
|
460
|
-
gusd3CRV: {
|
|
461
|
-
priceFeedUSD: {
|
|
462
|
-
type: oracles_1.OracleType.CURVE_LP_TOKEN_ORACLE,
|
|
463
|
-
assets: ["GUSD", "DAI", "USDC", "USDT"],
|
|
464
|
-
},
|
|
465
|
-
},
|
|
466
|
-
MIM_3LP3CRV: {
|
|
467
|
-
priceFeedUSD: {
|
|
468
|
-
type: oracles_1.OracleType.CURVE_LP_TOKEN_ORACLE,
|
|
469
|
-
assets: ["MIM", "DAI", "USDC", "USDT"],
|
|
470
|
-
},
|
|
471
|
-
},
|
|
472
|
-
OHMFRAXBP: {
|
|
473
|
-
priceFeedUSD: {
|
|
474
|
-
type: oracles_1.OracleType.CURVE_CRYPTO_ORACLE,
|
|
475
|
-
assets: ["OHM", "crvFRAX"],
|
|
476
|
-
},
|
|
477
|
-
},
|
|
478
|
-
crvCRVETH: {
|
|
479
|
-
priceFeedUSD: {
|
|
480
|
-
type: oracles_1.OracleType.CURVE_CRYPTO_ORACLE,
|
|
481
|
-
assets: ["WETH", "CRV"],
|
|
482
|
-
},
|
|
483
|
-
},
|
|
484
|
-
crvCVXETH: {
|
|
485
|
-
priceFeedUSD: {
|
|
486
|
-
type: oracles_1.OracleType.CURVE_CRYPTO_ORACLE,
|
|
487
|
-
assets: ["WETH", "CVX"],
|
|
488
|
-
},
|
|
489
|
-
},
|
|
490
|
-
crvUSDTWBTCWETH: {
|
|
491
|
-
priceFeedUSD: {
|
|
492
|
-
type: oracles_1.OracleType.CURVE_CRYPTO_ORACLE,
|
|
493
|
-
assets: ["USDT", "WBTC", "WETH"],
|
|
494
|
-
},
|
|
495
|
-
},
|
|
496
|
-
LDOETH: {
|
|
497
|
-
priceFeedUSD: {
|
|
498
|
-
type: oracles_1.OracleType.CURVE_CRYPTO_ORACLE,
|
|
499
|
-
assets: ["LDO", "WETH"],
|
|
500
|
-
},
|
|
501
|
-
},
|
|
502
|
-
// YEARN- CURVE TOKENS
|
|
503
|
-
yvCurve_stETH: {
|
|
504
|
-
priceFeedUSD: {
|
|
505
|
-
type: oracles_1.OracleType.YEARN_CURVE_LP_TOKEN_ORACLE,
|
|
506
|
-
curveSymbol: "steCRV",
|
|
507
|
-
},
|
|
508
|
-
},
|
|
509
|
-
yvCurve_FRAX: {
|
|
510
|
-
priceFeedUSD: {
|
|
511
|
-
type: oracles_1.OracleType.YEARN_CURVE_LP_TOKEN_ORACLE,
|
|
512
|
-
curveSymbol: "FRAX3CRV",
|
|
513
|
-
},
|
|
514
|
-
},
|
|
515
|
-
// CVX tokens
|
|
516
|
-
cvx3Crv: {
|
|
517
|
-
priceFeedUSD: {
|
|
518
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
519
|
-
curveSymbol: "3Crv",
|
|
520
|
-
},
|
|
521
|
-
},
|
|
522
|
-
cvxcrvFRAX: {
|
|
523
|
-
priceFeedUSD: {
|
|
524
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
525
|
-
curveSymbol: "crvFRAX",
|
|
526
|
-
},
|
|
527
|
-
},
|
|
528
|
-
cvxsteCRV: {
|
|
529
|
-
priceFeedUSD: {
|
|
530
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
531
|
-
curveSymbol: "steCRV",
|
|
532
|
-
},
|
|
533
|
-
},
|
|
534
|
-
cvxFRAX3CRV: {
|
|
535
|
-
priceFeedUSD: {
|
|
536
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
537
|
-
curveSymbol: "FRAX3CRV",
|
|
538
|
-
},
|
|
539
|
-
},
|
|
540
|
-
cvxLUSD3CRV: {
|
|
541
|
-
priceFeedUSD: {
|
|
542
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
543
|
-
curveSymbol: "LUSD3CRV",
|
|
544
|
-
},
|
|
545
|
-
},
|
|
546
|
-
cvxcrvPlain3andSUSD: {
|
|
547
|
-
priceFeedUSD: {
|
|
548
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
549
|
-
curveSymbol: "crvPlain3andSUSD",
|
|
550
|
-
},
|
|
551
|
-
},
|
|
552
|
-
cvxgusd3CRV: {
|
|
553
|
-
priceFeedUSD: {
|
|
554
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
555
|
-
curveSymbol: "gusd3CRV",
|
|
556
|
-
},
|
|
557
|
-
},
|
|
558
|
-
cvxOHMFRAXBP: {
|
|
559
|
-
priceFeedUSD: {
|
|
560
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
561
|
-
curveSymbol: "OHMFRAXBP",
|
|
562
|
-
},
|
|
563
|
-
},
|
|
564
|
-
cvxMIM_3LP3CRV: {
|
|
565
|
-
priceFeedUSD: {
|
|
566
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
567
|
-
curveSymbol: "MIM_3LP3CRV",
|
|
568
|
-
},
|
|
569
|
-
},
|
|
570
|
-
cvxcrvCRVETH: {
|
|
571
|
-
priceFeedUSD: {
|
|
572
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
573
|
-
curveSymbol: "crvCRVETH",
|
|
574
|
-
},
|
|
575
|
-
},
|
|
576
|
-
cvxcrvCVXETH: {
|
|
577
|
-
priceFeedUSD: {
|
|
578
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
579
|
-
curveSymbol: "crvCVXETH",
|
|
580
|
-
},
|
|
581
|
-
},
|
|
582
|
-
cvxcrvUSDTWBTCWETH: {
|
|
583
|
-
priceFeedUSD: {
|
|
584
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
585
|
-
curveSymbol: "crvUSDTWBTCWETH",
|
|
586
|
-
},
|
|
587
|
-
},
|
|
588
|
-
cvxLDOETH: {
|
|
589
|
-
priceFeedUSD: {
|
|
590
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
591
|
-
curveSymbol: "LDOETH",
|
|
592
|
-
},
|
|
593
|
-
},
|
|
594
|
-
// CVX tokens
|
|
595
|
-
stkcvx3Crv: {
|
|
596
|
-
priceFeedUSD: {
|
|
597
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
598
|
-
curveSymbol: "3Crv",
|
|
599
|
-
},
|
|
600
|
-
},
|
|
601
|
-
stkcvxcrvFRAX: {
|
|
602
|
-
priceFeedUSD: {
|
|
603
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
604
|
-
curveSymbol: "crvFRAX",
|
|
605
|
-
},
|
|
606
|
-
},
|
|
607
|
-
stkcvxsteCRV: {
|
|
608
|
-
priceFeedUSD: {
|
|
609
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
610
|
-
curveSymbol: "steCRV",
|
|
611
|
-
},
|
|
612
|
-
},
|
|
613
|
-
stkcvxFRAX3CRV: {
|
|
614
|
-
priceFeedUSD: {
|
|
615
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
616
|
-
curveSymbol: "FRAX3CRV",
|
|
617
|
-
},
|
|
618
|
-
},
|
|
619
|
-
stkcvxLUSD3CRV: {
|
|
620
|
-
priceFeedUSD: {
|
|
621
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
622
|
-
curveSymbol: "LUSD3CRV",
|
|
623
|
-
},
|
|
624
|
-
},
|
|
625
|
-
stkcvxcrvPlain3andSUSD: {
|
|
626
|
-
priceFeedUSD: {
|
|
627
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
628
|
-
curveSymbol: "crvPlain3andSUSD",
|
|
629
|
-
},
|
|
630
|
-
},
|
|
631
|
-
stkcvxgusd3CRV: {
|
|
632
|
-
priceFeedUSD: {
|
|
633
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
634
|
-
curveSymbol: "gusd3CRV",
|
|
635
|
-
},
|
|
636
|
-
},
|
|
637
|
-
stkcvxOHMFRAXBP: {
|
|
638
|
-
priceFeedUSD: {
|
|
639
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
640
|
-
curveSymbol: "OHMFRAXBP",
|
|
641
|
-
},
|
|
642
|
-
},
|
|
643
|
-
stkcvxMIM_3LP3CRV: {
|
|
644
|
-
priceFeedUSD: {
|
|
645
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
646
|
-
curveSymbol: "MIM_3LP3CRV",
|
|
647
|
-
},
|
|
648
|
-
},
|
|
649
|
-
stkcvxcrvCRVETH: {
|
|
650
|
-
priceFeedUSD: {
|
|
651
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
652
|
-
curveSymbol: "crvCRVETH",
|
|
653
|
-
},
|
|
654
|
-
},
|
|
655
|
-
stkcvxcrvCVXETH: {
|
|
656
|
-
priceFeedUSD: {
|
|
657
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
658
|
-
curveSymbol: "crvCVXETH",
|
|
659
|
-
},
|
|
660
|
-
},
|
|
661
|
-
stkcvxcrvUSDTWBTCWETH: {
|
|
662
|
-
priceFeedUSD: {
|
|
663
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
664
|
-
curveSymbol: "crvUSDTWBTCWETH",
|
|
665
|
-
},
|
|
666
|
-
},
|
|
667
|
-
stkcvxLDOETH: {
|
|
668
|
-
priceFeedUSD: {
|
|
669
|
-
type: oracles_1.OracleType.LIKE_CURVE_LP_TOKEN_ORACLE,
|
|
670
|
-
curveSymbol: "LDOETH",
|
|
671
|
-
},
|
|
672
|
-
},
|
|
673
|
-
// GEARBOX
|
|
674
|
-
dDAI: {
|
|
675
|
-
priceFeedETH: {
|
|
676
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
677
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
678
|
-
},
|
|
679
|
-
priceFeedUSD: {
|
|
680
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
681
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
682
|
-
},
|
|
683
|
-
},
|
|
684
|
-
dUSDC: {
|
|
685
|
-
priceFeedETH: {
|
|
686
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
687
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
688
|
-
},
|
|
689
|
-
priceFeedUSD: {
|
|
690
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
691
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
692
|
-
},
|
|
693
|
-
},
|
|
694
|
-
dWBTC: {
|
|
695
|
-
priceFeedETH: {
|
|
696
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
697
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
698
|
-
},
|
|
699
|
-
priceFeedUSD: {
|
|
700
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
701
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
702
|
-
},
|
|
703
|
-
},
|
|
704
|
-
dWETH: {
|
|
705
|
-
priceFeedETH: {
|
|
706
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
707
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
708
|
-
},
|
|
709
|
-
priceFeedUSD: {
|
|
710
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
711
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
712
|
-
},
|
|
713
|
-
},
|
|
714
|
-
dwstETH: {
|
|
715
|
-
priceFeedETH: {
|
|
716
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
717
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
718
|
-
},
|
|
719
|
-
priceFeedUSD: {
|
|
720
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
721
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
722
|
-
},
|
|
723
|
-
},
|
|
724
|
-
dFRAX: {
|
|
725
|
-
priceFeedETH: {
|
|
726
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
727
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
728
|
-
},
|
|
729
|
-
priceFeedUSD: {
|
|
730
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
731
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
732
|
-
},
|
|
733
|
-
},
|
|
734
|
-
GEAR: {
|
|
735
|
-
priceFeedETH: {
|
|
736
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
737
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
738
|
-
},
|
|
739
|
-
priceFeedUSD: {
|
|
740
|
-
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
741
|
-
address: { Mainnet: "", Arbitrum: "" },
|
|
742
|
-
},
|
|
743
|
-
},
|
|
744
|
-
"50OHM_50DAI": {
|
|
745
|
-
priceFeedUSD: {
|
|
746
|
-
type: oracles_1.OracleType.BALANCER_WEIGHTED_LP_ORACLE,
|
|
747
|
-
assets: ["OHM", "DAI"],
|
|
748
|
-
},
|
|
749
|
-
},
|
|
750
|
-
"50OHM_50WETH": {
|
|
751
|
-
priceFeedUSD: {
|
|
752
|
-
type: oracles_1.OracleType.BALANCER_WEIGHTED_LP_ORACLE,
|
|
753
|
-
assets: ["OHM", "WETH"],
|
|
754
|
-
},
|
|
755
|
-
},
|
|
756
|
-
OHM_wstETH: {
|
|
757
|
-
priceFeedUSD: {
|
|
758
|
-
type: oracles_1.OracleType.BALANCER_WEIGHTED_LP_ORACLE,
|
|
759
|
-
assets: ["OHM", "wstETH"],
|
|
760
|
-
},
|
|
761
|
-
},
|
|
762
|
-
};
|