Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmininger committed Dec 17, 2021
1 parent 232324a commit f66958f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Chainweaver Changelog

## 2.2.1 (2021-12-17)
* k: account support
* Copy buttons for accounts and keys
* New default gas prices
* Warnings when using legacy accounts

## 2.2.0 (2021-09-13)

* Obelisk bump to v0.9.1.0 with reflex-platform 0.7.0.0
Expand Down
8 changes: 4 additions & 4 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ let
pkgs = obelisk.reflex-platform.nixpkgs;
# All the versions that the user cares about are here so that they can
# be changed in one place
chainweaverVersion = "2.2.0";
chainweaverVersion = "2.2.1";
appName = "Kadena Chainweaver";
macReleaseNumber = "2";
linuxReleaseNumber = "2";
ovaReleaseNumber = "2";
macReleaseNumber = "0";
linuxReleaseNumber = "0";
ovaReleaseNumber = "0";

obApp = import ./obApp.nix { inherit obelisk; };
pactServerModule = import ./pact-server/service.nix;
Expand Down

0 comments on commit f66958f

Please sign in to comment.