-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodules.json
More file actions
55 lines (55 loc) · 1.79 KB
/
modules.json
File metadata and controls
55 lines (55 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"satellite": {
"commit": "5c6e174044b8c5fbb950765d341f5b22892b7853",
"repo": "https://github.com/junobuild/juno",
"url": "https://cdn.juno.build/releases/satellite-v0.2.1.wasm.gz",
"candid": [
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.72/satellite.did"
},
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.72/satellite_extension.did"
}
]
},
"mission_control": {
"commit": "2b01c3a7de22c691f102ec43bbd1c72d31bfcd67",
"repo": "https://github.com/junobuild/juno",
"url": "https://cdn.juno.build/releases/mission_control-v0.1.2.wasm.gz",
"candid": [
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.61/mission_control.did"
}
]
},
"orbiter": {
"commit": "2b01c3a7de22c691f102ec43bbd1c72d31bfcd67",
"repo": "https://github.com/junobuild/juno",
"url": "https://cdn.juno.build/releases/orbiter-v0.2.3.wasm.gz",
"candid": [
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.61/orbiter.did"
}
]
},
"console": {
"commit": "5c6e174044b8c5fbb950765d341f5b22892b7853",
"repo": "https://github.com/junobuild/juno",
"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.72/console.did"
}
]
},
"observatory": {
"commit": "4f31b80665d96bfa4f2bfe2929da2c7ec2fc7643",
"repo": "https://github.com/junobuild/juno",
"url": "https://github.com/junobuild/juno/releases/download/v0.0.69/observatory-v0.5.1.wasm.gz",
"candid": [
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.69/observatory.did"
}
]
}
}