Skip to content

Commit

Permalink
disable seed mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Dec 4, 2024
1 parent bb1e29d commit 6b8fbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gaia-devnet-fresh-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
pip install toml-cli
/home/sysadmin/env/bin/toml set --toml-path /home/sysadmin/.gaia/config/app.toml api.enable true
/home/sysadmin/env/bin/toml set --toml-path /home/sysadmin/.gaia/config/app.toml api.swagger true
/home/sysadmin/env/bin/toml set --toml-path /home/sysadmin/.gaia/config/config.toml p2p.seed_mode true
/home/sysadmin/env/bin/toml set --toml-path /home/sysadmin/.gaia/config/config.toml p2p.seed_mode false
- name: Start Chain
env:
NODE_HOME: /home/sysadmin/.gaia
Expand Down

0 comments on commit 6b8fbb8

Please sign in to comment.