Skip to content

Commit

Permalink
fix: update withdraw amount
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Jul 23, 2024
1 parent ef88035 commit e2ebb34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const StealthActionsExample = () => {
const SCHEME_ID = VALID_SCHEME_ID.SCHEME_ID_1;
const MESSAGE_TO_SIGN = `Generate Stealth Meta-Address on ${CHAIN.id} chain`;
const SEND_AMOUNT = '0.01';
const WITHDRAW_AMOUNT = '0.005';
const WITHDRAW_AMOUNT = '0.009'; // Withdrawal amount is slightly less than the send amount to account for gas costs

const walletClient = createWalletClient({
chain: CHAIN,
Expand Down

0 comments on commit e2ebb34

Please sign in to comment.