Skip to content

Commit

Permalink
feat(unionvisor): initialize testnet 9 genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Nov 25, 2024
1 parent edb1b05 commit 0a0e7f5
Show file tree
Hide file tree
Showing 5 changed files with 1,606 additions and 9 deletions.
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.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@
url = "github:unionlabs/union/release-v0.24.0";
flake = false;
};
v0_25_0 = {
url = "github:unionlabs/union/release/uniond/v0.25.0";
flake = false;
};
};
outputs =
inputs@{
Expand Down Expand Up @@ -290,7 +294,7 @@
versions = builtins.fromJSON (builtins.readFile ./versions/versions.json);

uniondBundleVersions = rec {
complete = versions.union-testnet-8.versions;
complete = versions.union-testnet-9.versions;
first = pkgs.lib.lists.head complete;
last = pkgs.lib.lists.last complete;
};
Expand Down
Loading

0 comments on commit 0a0e7f5

Please sign in to comment.