Skip to content

Commit

Permalink
feat(agoric-cli): Add agoric wallet send gas limit options
Browse files Browse the repository at this point in the history
...defaulting to `--gas=auto --gas-adjustment=1.2`.
  • Loading branch information
gibson042 committed Nov 12, 2024
1 parent d54ba21 commit 6adae43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agoric-cli/src/lib/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const execSwingsetTransaction = (swingsetArgs, opts) => {
const {
from,
fees,
gas = ['auto', '1.2'],
gas = ['auto', 1.2],
dryRun = false,
verbose = true,
keyring = undefined,
Expand Down

0 comments on commit 6adae43

Please sign in to comment.