-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdfx.json
34 lines (34 loc) · 1007 Bytes
/
dfx.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
{
"canisters": {
"context_contract": {
"type": "custom",
"candid": "./context-config/calimero_context_config_icp.did",
"wasm": "./context-config/calimero_context_config_icp.wasm"
},
"ledger": {
"type": "custom",
"wasm": "https://download.dfinity.systems/ic/aba60ffbc46acfc8990bf4d5685c1360bd7026b9/canisters/ledger-canister.wasm.gz",
"candid": "https://raw.githubusercontent.com/dfinity/ic/aba60ffbc46acfc8990bf4d5685c1360bd7026b9/rs/ledger_suite/icp/ledger.did"
},
"mock_external": {
"type": "custom",
"package": "calimero-mock-external",
"candid": "./context-proxy/mock/external/calimero_mock_external_icp.did",
"wasm": "./context-proxy/mock/external/calimero_mock_external_icp.wasm"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"networks": {
"local": {
"bind": "127.0.0.1:4943",
"type": "persistent"
}
},
"output_env_file": ".env",
"version": 1
}