-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules.json
107 lines (107 loc) · 3.71 KB
/
modules.json
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"internet_identity": {
"commit": "14cbf0f3c15eaa476d2b42e8754188328448b5f5",
"repo": "https://github.com/dfinity/internet-identity",
"url": "https://github.com/dfinity/internet-identity/releases/download/release-2024-10-18/internet_identity_dev.wasm.gz",
"candid": [
{
"url": "https://github.com/dfinity/internet-identity/releases/download/release-2024-10-18/internet_identity.did"
}
]
},
"satellite": {
"commit": "cc0b8665b32d05e56b01f88e45149f4cbb34753c",
"repo": "https://github.com/junobuild/juno",
"url": "https://cdn.juno.build/releases/satellite-v0.0.21.wasm.gz",
"candid": [
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.37/satellite.did"
},
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.37/satellite_extension.did"
}
]
},
"mission_control": {
"commit": "b59b6d5b4d4671ae6c07ca0ba58a3c1ba22f717b",
"repo": "https://github.com/junobuild/juno",
"url": "https://cdn.juno.build/releases/mission_control-v0.0.14.wasm.gz",
"candid": [
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.40/mission_control.did"
}
]
},
"orbiter": {
"commit": "96de091ab2ee9b5e317d1be61f30e2d07b018beb",
"repo": "https://github.com/junobuild/juno",
"url": "https://cdn.juno.build/releases/orbiter-v0.0.8.wasm.gz",
"candid": [
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.34/orbiter.did"
}
]
},
"console": {
"commit": "cc0b8665b32d05e56b01f88e45149f4cbb34753c",
"repo": "https://github.com/junobuild/juno",
"url": "https://github.com/junobuild/juno/releases/download/v0.0.37/console-v0.0.14.wasm.gz",
"candid": [
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.37/console.did"
}
]
},
"observatory": {
"commit": "d6182a379d3f9dd600f7a64306fa6857a0198e56",
"repo": "https://github.com/junobuild/juno",
"url": "https://github.com/junobuild/juno/releases/download/v0.0.41/observatory-v0.0.9.wasm.gz",
"candid": [
{
"url": "https://github.com/junobuild/juno/releases/download/v0.0.41/observatory.did"
}
]
},
"icp_ledger": {
"commit": "6dcfafb491092704d374317d9a72a7ad2475d7c9",
"repo": "https://github.com/dfinity/ic",
"url": "https://download.dfinity.systems/ic/{commit}/canisters/ledger-canister.wasm.gz",
"candid": [
{
"url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/ledger_suite/icp/ledger.did",
"filename": "icp_ledger.did"
}
]
},
"icp_index": {
"commit": "6dcfafb491092704d374317d9a72a7ad2475d7c9",
"repo": "https://github.com/dfinity/ic",
"url": "https://download.dfinity.systems/ic/{commit}/canisters/ic-icp-index-canister.wasm.gz",
"candid": [
{
"url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/ledger_suite/icp/index/index.did",
"filename": "icp_index.did"
}
]
},
"cmc": {
"commit": "ca8847547d327ce8a3bd81d25a590e01da1a3af5",
"repo": "https://github.com/dfinity/ic",
"url": "https://download.dfinity.systems/ic/{commit}/canisters/cycles-minting-canister.wasm.gz",
"candid": [
{
"url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/nns/cmc/cmc.did"
}
]
},
"governance": {
"commit": "4bed17bfc82cddc5691743db6228992cdc2740f4",
"repo": "https://github.com/dfinity/ic",
"url": "https://download.dfinity.systems/ic/{commit}/canisters/governance-canister.wasm.gz",
"candid": [
{
"url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/nns/governance/canister/governance.did"
}
]
}
}