Skip to content

Commit

Permalink
add note about not requiring off-chain quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
edkim committed Aug 21, 2024
1 parent 7b4605b commit 0440755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/exchangeIssuance/FlashMintDex.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ import { DEXAdapterV2 } from "./DEXAdapterV2.sol";
* @title FlashMintDex
* @author Index Cooperative
* @notice Part of a family of contracts that allows users to issue and redeem SetTokens with a single input/output token (ETH/ERC20).
* This contract supports SetTokens whose components have liquidity against WETH on the exchanges found in the DEXAdapterV2 library.
* This contract supports SetTokens whose components have liquidity against WETH on the exchanges found in the DEXAdapterV2 library, and
* does not depend on the use of off-chain APIs for swap quotes.
* The FlashMint SDK (https://github.com/IndexCoop/flash-mint-sdk) provides a unified interface for this and other FlashMint contracts.
*/
contract FlashMintDex is Ownable, ReentrancyGuard {
Expand Down

0 comments on commit 0440755

Please sign in to comment.