Skip to content

Commit

Permalink
Update i.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niccoloraspa authored Jun 21, 2024
1 parent 9b9236a commit 42acce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
INSTALL_CHOICES = ['node', 'client', 'localosmosis']
PRUNING_CHOICES = ['default', 'nothing', 'everything']

MAINNET_VERSION = "25.0.0"
TESTNET_VERSION = "25.1.1"
MAINNET_VERSION = "25.1.2"
TESTNET_VERSION = "25.1.2"

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

0 comments on commit 42acce7

Please sign in to comment.