From f3d294ad50ad25a59a5d518b795fca09113aebef Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Mon, 28 Aug 2023 13:01:03 -0500 Subject: [PATCH] chore: added v6 upgrade info --- upgrades/v6.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upgrades/v6.json diff --git a/upgrades/v6.json b/upgrades/v6.json new file mode 100644 index 0000000..bf4f272 --- /dev/null +++ b/upgrades/v6.json @@ -0,0 +1,5 @@ +{ + "binaries": { + "linux/amd64": "https://github.com/desmos-labs/desmos/releases/download/v6.0.0/desmos-6.0.0-linux-amd64?checksum=sha256:b9e15391847f4ecb3a8bc413943a9ac9e326ee217d659cacccd1bd41e14e7df9" + } +}