@airdao/swap-router-contracts
Version:
Smart contracts for swapping on Astra Classic and CL
139 lines (137 loc) • 9.65 kB
text/typescript
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
export type { IAstraCLSwapCallback } from "./IAstraCLSwapCallback";
export type { IAstraCLPool } from "./IAstraCLPool";
export type { IAstraCLPoolActions } from "./IAstraCLPoolActions";
export type { IAstraCLPoolDerivedState } from "./IAstraCLPoolDerivedState";
export type { IAstraCLPoolEvents } from "./IAstraCLPoolEvents";
export type { IAstraCLPoolImmutables } from "./IAstraCLPoolImmutables";
export type { IAstraCLPoolOwnerActions } from "./IAstraCLPoolOwnerActions";
export type { IAstraCLPoolState } from "./IAstraCLPoolState";
export type { Multicall } from "./Multicall";
export type { PeripheryImmutableState } from "./PeripheryImmutableState";
export type { PeripheryPayments } from "./PeripheryPayments";
export type { PeripheryPaymentsWithFee } from "./PeripheryPaymentsWithFee";
export type { SelfPermit } from "./SelfPermit";
export type { IERC20PermitAllowed } from "./IERC20PermitAllowed";
export type { ISAMB } from "./ISAMB";
export type { IERC721Permit } from "./IERC721Permit";
export type { IMulticall } from "./IMulticall";
export type { INonfungiblePositionManager } from "./INonfungiblePositionManager";
export type { IPeripheryImmutableState } from "./IPeripheryImmutableState";
export type { IPeripheryPayments } from "./IPeripheryPayments";
export type { IPeripheryPaymentsWithFee } from "./IPeripheryPaymentsWithFee";
export type { IPoolInitializer } from "./IPoolInitializer";
export type { ISelfPermit } from "./ISelfPermit";
export type { IAstraCallee } from "./IAstraCallee";
export type { IAstraPair } from "./IAstraPair";
export type { ERC20Permit } from "./ERC20Permit";
export type { IERC20Permit } from "./IERC20Permit";
export type { IERC165 } from "./IERC165";
export type { ERC20 } from "./ERC20";
export type { IERC20 } from "./IERC20";
export type { IERC721 } from "./IERC721";
export type { IERC721Enumerable } from "./IERC721Enumerable";
export type { IERC721Metadata } from "./IERC721Metadata";
export type { ApproveAndCall } from "./ApproveAndCall";
export type { ImmutableState } from "./ImmutableState";
export type { MulticallExtended } from "./MulticallExtended";
export type { OracleSlippage } from "./OracleSlippage";
export type { PeripheryPaymentsExtended } from "./PeripheryPaymentsExtended";
export type { PeripheryPaymentsWithFeeExtended } from "./PeripheryPaymentsWithFeeExtended";
export type { ClassicSwapRouter } from "./ClassicSwapRouter";
export type { CLSwapRouter } from "./CLSwapRouter";
export type { IApproveAndCall } from "./IApproveAndCall";
export type { IClassicSwapRouter } from "./IClassicSwapRouter";
export type { ICLSwapRouter } from "./ICLSwapRouter";
export type { IImmutableState } from "./IImmutableState";
export type { IMixedRouteQuoterV1 } from "./IMixedRouteQuoterV1";
export type { IMulticallExtended } from "./IMulticallExtended";
export type { IOracleSlippage } from "./IOracleSlippage";
export type { IPeripheryPaymentsExtended } from "./IPeripheryPaymentsExtended";
export type { IPeripheryPaymentsWithFeeExtended } from "./IPeripheryPaymentsWithFeeExtended";
export type { IQuoter } from "./IQuoter";
export type { IQuoterV2 } from "./IQuoterV2";
export type { ISwapRouter02 } from "./ISwapRouter02";
export type { ITokenValidator } from "./ITokenValidator";
export type { MixedRouteQuoterV1 } from "./MixedRouteQuoterV1";
export type { Quoter } from "./Quoter";
export type { QuoterV2 } from "./QuoterV2";
export type { TokenValidator } from "./TokenValidator";
export type { SwapRouter02 } from "./SwapRouter02";
export type { ImmutableStateTest } from "./ImmutableStateTest";
export type { MockObservations } from "./MockObservations";
export type { MockTimeSwapRouter02 } from "./MockTimeSwapRouter02";
export type { OracleSlippageTest } from "./OracleSlippageTest";
export type { PoolTicksCounterTest } from "./PoolTicksCounterTest";
export type { TestAstraCLCallee } from "./TestAstraCLCallee";
export type { TestERC20 } from "./TestERC20";
export type { TestMulticallExtended } from "./TestMulticallExtended";
export { IAstraCLSwapCallback__factory } from "./factories/IAstraCLSwapCallback__factory";
export { IAstraCLPool__factory } from "./factories/IAstraCLPool__factory";
export { IAstraCLPoolActions__factory } from "./factories/IAstraCLPoolActions__factory";
export { IAstraCLPoolDerivedState__factory } from "./factories/IAstraCLPoolDerivedState__factory";
export { IAstraCLPoolEvents__factory } from "./factories/IAstraCLPoolEvents__factory";
export { IAstraCLPoolImmutables__factory } from "./factories/IAstraCLPoolImmutables__factory";
export { IAstraCLPoolOwnerActions__factory } from "./factories/IAstraCLPoolOwnerActions__factory";
export { IAstraCLPoolState__factory } from "./factories/IAstraCLPoolState__factory";
export { Multicall__factory } from "./factories/Multicall__factory";
export { PeripheryImmutableState__factory } from "./factories/PeripheryImmutableState__factory";
export { PeripheryPayments__factory } from "./factories/PeripheryPayments__factory";
export { PeripheryPaymentsWithFee__factory } from "./factories/PeripheryPaymentsWithFee__factory";
export { SelfPermit__factory } from "./factories/SelfPermit__factory";
export { IERC20PermitAllowed__factory } from "./factories/IERC20PermitAllowed__factory";
export { ISAMB__factory } from "./factories/ISAMB__factory";
export { IERC721Permit__factory } from "./factories/IERC721Permit__factory";
export { IMulticall__factory } from "./factories/IMulticall__factory";
export { INonfungiblePositionManager__factory } from "./factories/INonfungiblePositionManager__factory";
export { IPeripheryImmutableState__factory } from "./factories/IPeripheryImmutableState__factory";
export { IPeripheryPayments__factory } from "./factories/IPeripheryPayments__factory";
export { IPeripheryPaymentsWithFee__factory } from "./factories/IPeripheryPaymentsWithFee__factory";
export { IPoolInitializer__factory } from "./factories/IPoolInitializer__factory";
export { ISelfPermit__factory } from "./factories/ISelfPermit__factory";
export { IAstraCallee__factory } from "./factories/IAstraCallee__factory";
export { IAstraPair__factory } from "./factories/IAstraPair__factory";
export { ERC20Permit__factory } from "./factories/ERC20Permit__factory";
export { IERC20Permit__factory } from "./factories/IERC20Permit__factory";
export { IERC165__factory } from "./factories/IERC165__factory";
export { ERC20__factory } from "./factories/ERC20__factory";
export { IERC20__factory } from "./factories/IERC20__factory";
export { IERC721__factory } from "./factories/IERC721__factory";
export { IERC721Enumerable__factory } from "./factories/IERC721Enumerable__factory";
export { IERC721Metadata__factory } from "./factories/IERC721Metadata__factory";
export { ApproveAndCall__factory } from "./factories/ApproveAndCall__factory";
export { ImmutableState__factory } from "./factories/ImmutableState__factory";
export { MulticallExtended__factory } from "./factories/MulticallExtended__factory";
export { OracleSlippage__factory } from "./factories/OracleSlippage__factory";
export { PeripheryPaymentsExtended__factory } from "./factories/PeripheryPaymentsExtended__factory";
export { PeripheryPaymentsWithFeeExtended__factory } from "./factories/PeripheryPaymentsWithFeeExtended__factory";
export { ClassicSwapRouter__factory } from "./factories/ClassicSwapRouter__factory";
export { CLSwapRouter__factory } from "./factories/CLSwapRouter__factory";
export { IApproveAndCall__factory } from "./factories/IApproveAndCall__factory";
export { IClassicSwapRouter__factory } from "./factories/IClassicSwapRouter__factory";
export { ICLSwapRouter__factory } from "./factories/ICLSwapRouter__factory";
export { IImmutableState__factory } from "./factories/IImmutableState__factory";
export { IMixedRouteQuoterV1__factory } from "./factories/IMixedRouteQuoterV1__factory";
export { IMulticallExtended__factory } from "./factories/IMulticallExtended__factory";
export { IOracleSlippage__factory } from "./factories/IOracleSlippage__factory";
export { IPeripheryPaymentsExtended__factory } from "./factories/IPeripheryPaymentsExtended__factory";
export { IPeripheryPaymentsWithFeeExtended__factory } from "./factories/IPeripheryPaymentsWithFeeExtended__factory";
export { IQuoter__factory } from "./factories/IQuoter__factory";
export { IQuoterV2__factory } from "./factories/IQuoterV2__factory";
export { ISwapRouter02__factory } from "./factories/ISwapRouter02__factory";
export { ITokenValidator__factory } from "./factories/ITokenValidator__factory";
export { MixedRouteQuoterV1__factory } from "./factories/MixedRouteQuoterV1__factory";
export { Quoter__factory } from "./factories/Quoter__factory";
export { QuoterV2__factory } from "./factories/QuoterV2__factory";
export { TokenValidator__factory } from "./factories/TokenValidator__factory";
export { SwapRouter02__factory } from "./factories/SwapRouter02__factory";
export { ImmutableStateTest__factory } from "./factories/ImmutableStateTest__factory";
export { MockObservations__factory } from "./factories/MockObservations__factory";
export { MockTimeSwapRouter02__factory } from "./factories/MockTimeSwapRouter02__factory";
export { OracleSlippageTest__factory } from "./factories/OracleSlippageTest__factory";
export { PoolTicksCounterTest__factory } from "./factories/PoolTicksCounterTest__factory";
export { TestAstraCLCallee__factory } from "./factories/TestAstraCLCallee__factory";
export { TestERC20__factory } from "./factories/TestERC20__factory";
export { TestMulticallExtended__factory } from "./factories/TestMulticallExtended__factory";