Skip to content

Commit

Permalink
Merge pull request #186 from White-Whale-Defi-Platform/update-statesy…
Browse files Browse the repository at this point in the history
…nc-mac

fix statesync
  • Loading branch information
faddat authored Jun 9, 2023
2 parents ec9e67c + 15f2495 commit f572f8b
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 f572f8b

Please sign in to comment.