Skip to content

Commit

Permalink
chore: update min cctp amount (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam authored Jul 19, 2024
1 parent 05fabf6 commit 0d884b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/numbers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ export enum NumberSign {

// Deposit/Withdraw
export const MAX_CCTP_TRANSFER_AMOUNT = 1_000_000;
export const MIN_CCTP_TRANSFER_AMOUNT = 10;
export const MIN_CCTP_TRANSFER_AMOUNT = 11;
export const MAX_PRICE_IMPACT = 0.02; // 2%
export const DEFAULT_GAS_LIMIT = 160000;

0 comments on commit 0d884b3

Please sign in to comment.