From 9a5045977b21f0739ffb2fb1a2a3438ee9c9b28e Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 3 Apr 2026 18:11:37 +0200 Subject: [PATCH] feat: include Satellite and Console as released in Juno v72 --- modules.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules.json b/modules.json index 6fb6262..54db10f 100644 --- a/modules.json +++ b/modules.json @@ -1,14 +1,14 @@ { "satellite": { - "commit": "4f31b80665d96bfa4f2bfe2929da2c7ec2fc7643", + "commit": "5c6e174044b8c5fbb950765d341f5b22892b7853", "repo": "https://github.com/junobuild/juno", - "url": "https://cdn.juno.build/releases/satellite-v0.2.0.wasm.gz", + "url": "https://cdn.juno.build/releases/satellite-v0.2.1.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.69/satellite.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.72/satellite.did" }, { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.69/satellite_extension.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.72/satellite_extension.did" } ] }, @@ -33,12 +33,12 @@ ] }, "console": { - "commit": "4f31b80665d96bfa4f2bfe2929da2c7ec2fc7643", + "commit": "5c6e174044b8c5fbb950765d341f5b22892b7853", "repo": "https://github.com/junobuild/juno", - "url": "https://github.com/junobuild/juno/releases/download/v0.0.69/console-v0.4.1.wasm.gz", + "url": "https://github.com/junobuild/juno/releases/download/v0.0.72/console-v0.4.2.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.69/console.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.72/console.did" } ] },