Skip to content

Commit

Permalink
chore: use auto gas calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoLi committed Aug 16, 2024
1 parent 0cc775b commit e686c02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/scripts/seed-internal-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,9 @@ COMMITTEE_PROP_TEMPLATE=$(
END_HEREDOC
)
committeeProposalFileName="$(date +%s)-committee-proposal.json"
touch $committeeProposalFileName
echo "$COMMITTEE_PROP_TEMPLATE" >$committeeProposalFileName

# committee 4 is the hard token committee
kava tx committee submit-proposal 4 "$committeeProposalFileName" --gas 2000000 --gas-prices 0.01ukava --from god -y
tokenCommitteeId=4
kava tx committee submit-proposal "$tokenCommitteeId" "$committeeProposalFileName" --gas auto --gas-adjustment 1.5 --gas-prices 0.01ukava --from god -y

# if adding more cosmos coins -> er20s, ensure that the deployment order below remains the same.
# convert 1 HARD to an erc20. doing this ensures the contract is deployed.
Expand Down

0 comments on commit e686c02

Please sign in to comment.