forked from mfactory-lab/ic-solana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dfx.json
35 lines (35 loc) · 927 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
35
{
"dfx": "0.20.0",
"canisters": {
"ic-solana-provider": {
"type": "rust",
"package": "ic-solana-provider",
"candid": "src/ic-solana-provider/ic-solana-provider.did",
"gzip": true
},
"test_canister": {
"type": "rust",
"package": "test_canister",
"candid": "src/test_canister/test_canister.did",
"gzip": true
},
"schnorr_canister": {
"type": "custom",
"candid": "https://github.com/domwoe/schnorr_canister/releases/latest/download/schnorr_canister.did",
"wasm": "https://github.com/domwoe/schnorr_canister/releases/latest/download/schnorr_canister.wasm.gz",
"remote": {
"id": {
"ic": "6fwhw-fyaaa-aaaap-qb7ua-cai",
"playground": "6fwhw-fyaaa-aaaap-qb7ua-cai"
}
}
}
},
"networks": {
"local": {
"bind": "localhost:4943",
"type": "ephemeral"
}
},
"version": 1
}