Skip to content

Commit

Permalink
add back gas fees
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Apr 26, 2024
1 parent 54fcfb2 commit f99390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/scripts/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cargo build --quiet --release --bin pd
echo "Generating testnet config..."
EPOCH_DURATION="${EPOCH_DURATION:-50}"
UNBONDING_DELAY="${UNBONDING_DELAY:-50}"
cargo run --quiet --release --bin pd -- testnet generate --unbonding-delay "$UNBONDING_DELAY" --epoch-duration "$EPOCH_DURATION" --timeout-commit 500ms --gas-price-simple 0
cargo run --quiet --release --bin pd -- testnet generate --unbonding-delay "$UNBONDING_DELAY" --epoch-duration "$EPOCH_DURATION" --timeout-commit 500ms --gas-price-simple 5

echo "Starting CometBFT..."
cometbft start --log_level=error --home "${HOME}/.penumbra/testnet_data/node0/cometbft" > "${SMOKE_LOG_DIR}/comet.log" &
Expand Down

0 comments on commit f99390c

Please sign in to comment.