Skip to content

Commit

Permalink
1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Oct 17, 2024
1 parent e2188c9 commit c0b5ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4-client-js/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const BROADCAST_TIMEOUT_MS: number = 8_000;
export const API_TIMEOUT_DEFAULT_MS: number = 5_000;

// Gas
export const GAS_MULTIPLIER: number = 1.5;
export const GAS_MULTIPLIER: number = 1.6;

export const ZERO_FEE: StdFee = {
amount: [],
Expand Down

0 comments on commit c0b5ef2

Please sign in to comment.