From 124635a8927a11de7423a4f428776b8c84e2960e Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Thu, 8 Jan 2026 12:02:14 +0100 Subject: [PATCH] feat: update Console and Observatory as released in Juno v0.0.63 --- modules.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules.json b/modules.json index 7d26432..195dc2f 100644 --- a/modules.json +++ b/modules.json @@ -43,22 +43,22 @@ ] }, "console": { - "commit": "18815c897bb53e373b4000008ae1e546b887e747", + "commit": "39bfd2d180dd0b281353805294265485754eedd6", "repo": "https://github.com/junobuild/juno", - "url": "https://github.com/junobuild/juno/releases/download/v0.0.63-beta.1/console-v0.3.0.wasm.gz", + "url": "https://github.com/junobuild/juno/releases/download/v0.0.63/console-v0.3.0.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.63-beta.1/console.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.63/console.did" } ] }, "observatory": { - "commit": "18815c897bb53e373b4000008ae1e546b887e747", + "commit": "39bfd2d180dd0b281353805294265485754eedd6", "repo": "https://github.com/junobuild/juno", - "url": "https://github.com/junobuild/juno/releases/download/v0.0.63-beta.1/observatory-v0.2.1.wasm.gz", + "url": "https://github.com/junobuild/juno/releases/download/v0.0.63/observatory-v0.3.0.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.63-beta.1/observatory.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.63/observatory.did" } ] },