Skip to content

Commit 9ddaf4a

Browse files
feat: include Satellite and Console as released in Juno v72 (#267)
1 parent 97d4d8c commit 9ddaf4a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

modules.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"satellite": {
3-
"commit": "4f31b80665d96bfa4f2bfe2929da2c7ec2fc7643",
3+
"commit": "5c6e174044b8c5fbb950765d341f5b22892b7853",
44
"repo": "https://github.com/junobuild/juno",
5-
"url": "https://cdn.juno.build/releases/satellite-v0.2.0.wasm.gz",
5+
"url": "https://cdn.juno.build/releases/satellite-v0.2.1.wasm.gz",
66
"candid": [
77
{
8-
"url": "https://github.com/junobuild/juno/releases/download/v0.0.69/satellite.did"
8+
"url": "https://github.com/junobuild/juno/releases/download/v0.0.72/satellite.did"
99
},
1010
{
11-
"url": "https://github.com/junobuild/juno/releases/download/v0.0.69/satellite_extension.did"
11+
"url": "https://github.com/junobuild/juno/releases/download/v0.0.72/satellite_extension.did"
1212
}
1313
]
1414
},
@@ -33,12 +33,12 @@
3333
]
3434
},
3535
"console": {
36-
"commit": "4f31b80665d96bfa4f2bfe2929da2c7ec2fc7643",
36+
"commit": "5c6e174044b8c5fbb950765d341f5b22892b7853",
3737
"repo": "https://github.com/junobuild/juno",
38-
"url": "https://github.com/junobuild/juno/releases/download/v0.0.69/console-v0.4.1.wasm.gz",
38+
"url": "https://github.com/junobuild/juno/releases/download/v0.0.72/console-v0.4.2.wasm.gz",
3939
"candid": [
4040
{
41-
"url": "https://github.com/junobuild/juno/releases/download/v0.0.69/console.did"
41+
"url": "https://github.com/junobuild/juno/releases/download/v0.0.72/console.did"
4242
}
4343
]
4444
},

0 commit comments

Comments
 (0)