generated from veeso-dev/rust-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dfx.json
85 lines (85 loc) · 2.22 KB
/
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
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
{
"canisters": {
"deferred": {
"candid": "src/deferred/deferred.did",
"package": "deferred",
"type": "rust"
},
"ekoke-erc20-swap": {
"candid": "src/ekoke_erc20_swap/ekoke-erc20-swap.did",
"package": "ekoke_erc20_swap",
"type": "rust"
},
"ekoke-erc20-swap-frontend": {
"dependencies": ["ekoke-erc20-swap"],
"frontend": {
"entrypoint": "src/ekoke_erc20_swap_frontend/src/index.html"
},
"source": ["src/ekoke_erc20_swap_frontend/dist"],
"type": "assets"
},
"ekoke-icrc-index": {
"candid": "docs/did/icrc1-index.did",
"type": "custom",
"wasm": "./assets/wasm/ekoke-icrc-index.wasm.gz"
},
"ekoke-icrc-ledger": {
"candid": "docs/did/icrc1-ledger.did",
"type": "custom",
"wasm": "./assets/wasm/ekoke-icrc-ledger.wasm.gz"
},
"ekoke-liquidity-pool": {
"candid": "src/ekoke_liquidity_pool/ekoke-liquidity-pool.did",
"package": "ekoke_liquidity_pool",
"type": "rust"
},
"ekoke-reward-pool": {
"candid": "src/ekoke_reward_pool/ekoke-reward-pool.did",
"package": "ekoke_reward_pool",
"type": "rust"
},
"marketplace": {
"candid": "src/marketplace/marketplace.did",
"package": "marketplace",
"type": "rust"
},
"sns_governance": {
"build": "",
"candid": "candid/sns_governance.did",
"type": "custom",
"wasm": "./assets/wasm/sns-governance-canister.wasm"
},
"sns_index": {
"build": "",
"candid": "candid/sns_index.did",
"type": "custom",
"wasm": "./assets/wasm/ic-icrc1-index-ng.wasm"
},
"sns_ledger": {
"build": "",
"candid": "candid/sns_ledger.did",
"type": "custom",
"wasm": "./assets/wasm/ic-icrc1-ledger.wasm"
},
"sns_root": {
"build": "",
"candid": "candid/sns_root.did",
"type": "custom",
"wasm": "./assets/wasm/sns-root-canister.wasm"
},
"sns_swap": {
"build": "",
"candid": "candid/sns_swap.did",
"type": "custom",
"wasm": "./assets/wasm/sns-swap-canister.wasm"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}