Skip to content

Commit

Permalink
demo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0calypse644 committed Dec 17, 2024
1 parent d27c1d5 commit 80e2634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module privgov

go 1.22.7

toolchain go1.23.4
toolchain go1.22.10

replace (
cosmossdk.io/api => github.com/FairBlock/cosmossdk-api v0.7.5
Expand Down
3 changes: 1 addition & 2 deletions priv_gov_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ sed -i "/^\s*voting_period: .*/voting_period: ${new_voting_period}/" $dir_path/p

# Start fairyringd with logging
cd "$dir_path/fairyring"
fairyring_log_file="$logs_dir/fairyringd_$timestamp.log"
# nohup ignite chain serve --reset-once -v --config ./ignite_configs/priv_gov.yml &> "$fairyring_log_file" &
echo "$(pwd)/scripts/devnet"
make devnet-up

# Start privgovd with logging
Expand Down

0 comments on commit 80e2634

Please sign in to comment.