Skip to content

Commit

Permalink
ref(gas-limit): set DEFAULT_GAS_LIMIT to 5_000_000_000
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Sep 12, 2024
1 parent 8adb00f commit cca23e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/dev-tools/src/lib/services/dr/create-dr-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {

const DEFAULT_VERSION = "0.0.1";
const DEFAULT_REPLICATION_FACTOR = 1;
const DEFAULT_GAS_LIMIT = 300_000;
const DEFAULT_GAS_LIMIT = 5_000_000_000;
const DEFAULT_GAS_PRICE = 1;
const DEFAULT_MEMO = new Uint8Array([]);

Expand Down

0 comments on commit cca23e5

Please sign in to comment.