Skip to content

Commit

Permalink
Update testnet installer to 23.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
niccoloraspa committed Feb 21, 2024
1 parent a64d4b6 commit b6c7a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
PRUNING_CHOICES = ['default', 'nothing', 'everything']

MAINNET_VERSION = "23.0.0"
TESTNET_VERSION = "23.0.0-rc0"
TESTNET_VERSION = "23.0.0-rc1"

# CLI arguments
parser = argparse.ArgumentParser(description="Osmosis Installer")
Expand Down

0 comments on commit b6c7a0c

Please sign in to comment.