Skip to content

Commit

Permalink
Merge pull request #18 from compolabs/test-gas
Browse files Browse the repository at this point in the history
test increased gas
  • Loading branch information
nadiia-balaian authored Jun 14, 2024
2 parents 2ef3f1d + d902713 commit 2504237
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 2504237

Please sign in to comment.