Skip to content

Commit

Permalink
Merge pull request #37 from Agoric/bundle-install-gas-adjustment
Browse files Browse the repository at this point in the history
fix: ensure agd tx swingset install-bundle uses gas-adjustment 1.2
  • Loading branch information
0xpatrickdev authored Jan 4, 2024
2 parents 2754328 + a66382f commit 802c6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contract/scripts/install-bundles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd /workspace/contract
install_bundle() {
ls -sh "$1"
agd tx swingset install-bundle --compress "@$1" \
--from user1 --keyring-backend=test --gas=auto \
--from user1 --keyring-backend=test --gas=auto --gas-adjustment=1.2 \
--chain-id=agoriclocal -bblock --yes -o json
}

Expand All @@ -25,4 +25,4 @@ make balance-q # do we have enough IST?
for b in $(cat bundles/bundle-list); do
echo installing $b
install_bundle $b
done
done

0 comments on commit 802c6ee

Please sign in to comment.