axelarnetwork / axelarate-community

Tools to join the axelar network
GNU General Public License v3.0
44 stars 57 forks source link

fix: add seeds to config.toml #370

Closed kalidax closed 2 years ago

kalidax commented 2 years ago

PR to fix setup-node.sh for genesis sync : https://docs.axelar.dev/node/join-genesis

if the binary version is inferior to 0.17, config.toml file will be used and seeds will be found. If it superior, seeds.toml (current behaviour) will be used. Comparing the versions before injecting the line should not be required.