Skip to content

Commit

Permalink
feat(unionvisor): add v0.24.0 to verisons (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored Jun 10, 2024
2 parents 6fcc890 + b4322a8 commit 4d3bf1c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
18 changes: 18 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
url = "github:unionlabs/union/release-v0.23.0";
flake = false;
};
v0_24_0 = {
url = "github:unionlabs/union/release-v0.24.0";
flake = false;
};
};
outputs =
inputs@{ self
Expand Down
2 changes: 1 addition & 1 deletion versions/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"seeds": ""
},
"union-testnet-8": {
"versions": ["v0.21.0", "v0.22.0", "v0.23.0"],
"versions": ["v0.21.0", "v0.22.0", "v0.23.0", "v0.24.0"],
"current": "v0.22.0",
"seeds": "c2bf0d5b2ad3a1df0f4e9cc32debffa239c0af90@testnet.seed.poisonphang.com:26656"
}
Expand Down

0 comments on commit 4d3bf1c

Please sign in to comment.