Modal & Inline Embed
Modal — SwapperModal / openSwapperModal
Quick open
import { openSwapperModal } from "@swapper-finance/deposit-sdk";
const modal = openSwapperModal({
integratorId: "your-id",
dstChainId: "8453",
dstTokenAddr: "0x833…913",
depositWalletAddress: "0x2A0…28A",
onClose: () => console.log("Modal closed"),
});
// close programmatically
modal.close();The class API
modalStyle
Field
Default
Description
Flexible height
Preloading the modal
Inline embed — SwapperEmbed
Which one?
Last updated