Skip to content

Commit

Permalink
Add isDrop flag in simple-token-drop
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago committed Mar 5, 2024
1 parent 97a24f0 commit 8191e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-token-drop/src/app/Minter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Minter() {
receiverId: PROXY_CONTRACT,
actions: [CLIENT_MINT_ARGS],
});
router.push(`${WALLET_DEEP_LINK}[${txArgs}]`);
router.push(`${WALLET_DEEP_LINK}[${txArgs}]&isDrop=true`);
};
if (txLoading) return <Loading />;

Expand Down

0 comments on commit 8191e0a

Please sign in to comment.