Skip to content

Commit

Permalink
chore(gas): reserve 0.50 usdc (dydxprotocol#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Jun 13, 2024
1 parent 18a5ad1 commit 3b51ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export type Hdkey = {
publicKey: Uint8Array | null;
};

export const AMOUNT_RESERVED_FOR_GAS_USDC = 0.1;
export const AMOUNT_RESERVED_FOR_GAS_USDC = 0.5;

/**
* @description The number of parentSubaccounts: 0 - 127, 128 is the first childSubaccount
Expand Down

0 comments on commit 3b51ec6

Please sign in to comment.