-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathic.json
37 lines (37 loc) · 1.78 KB
/
ic.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
{
"replica": {
"commit": "a62848817cec7ae50618a87a526c85d020283fd9",
"repo": "https://github.com/dfinity/ic/tree/master/rs/replica",
"url": "https://download.dfinity.systems/ic/{commit}/binaries/x86_64-linux/replica.gz"
},
"ic-starter": {
"commit": "a62848817cec7ae50618a87a526c85d020283fd9",
"repo": "https://github.com/dfinity/ic/tree/master/rs/starter",
"url": "https://download.dfinity.systems/ic/{commit}/binaries/x86_64-linux/ic-starter.gz"
},
"canister_sandbox": {
"commit": "a62848817cec7ae50618a87a526c85d020283fd9",
"repo": "https://github.com/dfinity/ic/tree/master/rs/canister_sandbox",
"url": "https://download.dfinity.systems/ic/{commit}/binaries/x86_64-linux/canister_sandbox.gz"
},
"compiler_sandbox": {
"commit": "a62848817cec7ae50618a87a526c85d020283fd9",
"repo": "https://github.com/dfinity/ic/tree/master/rs/canister_sandbox",
"url": "https://download.dfinity.systems/ic/{commit}/binaries/x86_64-linux/compiler_sandbox.gz"
},
"sandbox_launcher": {
"commit": "a62848817cec7ae50618a87a526c85d020283fd9",
"repo": "https://github.com/dfinity/ic/tree/master/rs/canister_sandbox",
"url": "https://download.dfinity.systems/ic/{commit}/binaries/x86_64-linux/sandbox_launcher.gz"
},
"icx-proxy": {
"commit": "044cfd5147fc97d7e5a214966941b6580c325d72",
"repo": "https://github.com/dfinity/ic/tree/master/rs/boundary_node/icx_proxy",
"url": "https://download.dfinity.systems/ic/{commit}/binaries/x86_64-linux/icx-proxy-dev.gz"
},
"ic-https-outcalls-adapter": {
"commit": "a62848817cec7ae50618a87a526c85d020283fd9",
"repo": "https://github.com/dfinity/ic/tree/master/rs/https_outcalls/adapter",
"url": "https://download.dfinity.systems/ic/{commit}/binaries/x86_64-linux/ic-https-outcalls-adapter.gz"
}
}