Skip to content

Commit

Permalink
statesync
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jun 9, 2023
1 parent ec9e67c commit 15f2495
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/statesync.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ else
fi


# Set minimum gas price.
# ADD SPACE IF RUN ON MAC
sed -i'' 's/minimum-gas-prices = ""/minimum-gas-prices = "0.0025uwhale"/' "$HOME/.migalood/config/app.toml"

# Get "trust_hash" and "trust_height".
INTERVAL=1000
Expand All @@ -60,4 +57,4 @@ export MIGALOOD_P2P_SEEDS


# Start chain.
migalood start --x-crisis-skip-assert-invariants --minimum-gas-prices 0.00001uwhale
migalood start --x-crisis-skip-assert-invariants --minimum-gas-prices 0.00001uwhale

0 comments on commit 15f2495

Please sign in to comment.