diff --git a/i.py b/i.py index 76f00c8..fc92338 100644 --- a/i.py +++ b/i.py @@ -18,9 +18,8 @@ INSTALL_CHOICES = ['node', 'client', 'localosmosis'] PRUNING_CHOICES = ['default', 'nothing', 'everything'] - MAINNET_VERSION = "25.2.0" -TESTNET_VERSION = "25.1.3" +TESTNET_VERSION = "25.2.0" # CLI arguments parser = argparse.ArgumentParser(description="Osmosis Installer")