Skip to content

Commit

Permalink
test increased gas
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiia-balaian committed Jun 14, 2024
1 parent 2ef3f1d commit d902713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { OrderbookContracts } from "src/interface";
export const DEFAULT_DECIMALS = 9;

export const DEFAULT_GAS_PRICE = "1";
export const DEFAULT_GAS_LIMIT_MULTIPLIER = "2";
export const DEFAULT_GAS_LIMIT_MULTIPLIER = "3";

export const BETA_CONTRACT_ADDRESSES: OrderbookContracts = {
spotMarket:
Expand Down

0 comments on commit d902713

Please sign in to comment.