-
Notifications
You must be signed in to change notification settings - Fork 3
/
dfx.json
143 lines (143 loc) · 4.71 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"canisters": {
"ic_message": {
"candid": "src/ic_message/ic_message.did",
"declarations": {
"node_compatibility": true
},
"package": "ic_message",
"optimize": "cycles",
"gzip": true,
"type": "rust"
},
"ic_message_channel": {
"candid": "src/ic_message_channel/ic_message_channel.did",
"declarations": {
"node_compatibility": true
},
"package": "ic_message_channel",
"optimize": "cycles",
"gzip": true,
"type": "rust"
},
"ic_message_profile": {
"candid": "src/ic_message_profile/ic_message_profile.did",
"declarations": {
"node_compatibility": true
},
"package": "ic_message_profile",
"optimize": "cycles",
"gzip": true,
"type": "rust"
},
"ic_panda_luckypool": {
"candid": "src/ic_panda_luckypool/ic_panda_luckypool.did",
"declarations": {
"node_compatibility": true
},
"package": "ic_panda_luckypool",
"optimize": "cycles",
"gzip": true,
"type": "rust"
},
"ic_panda_infra": {
"candid": "src/ic_panda_infra/ic_panda_infra.did",
"declarations": {
"node_compatibility": true
},
"package": "ic_panda_infra",
"optimize": "cycles",
"gzip": true,
"type": "rust"
},
"ic_panda_ai": {
"candid": "src/ic_panda_ai/ic_panda_ai.did",
"declarations": {
"node_compatibility": true
},
"package": "ic_panda_ai",
"optimize": "cycles",
"gzip": true,
"type": "rust"
},
"ic_panda_frontend": {
"dependencies": [],
"source": [
"src/ic_panda_frontend/dist"
],
"type": "assets",
"workspace": "ic_panda_frontend"
},
"ic_message_frontend": {
"dependencies": [],
"source": [
"src/ic_message_frontend/dist"
],
"type": "assets",
"workspace": "ic_message_frontend"
},
"ic_message_channel_02": {
"candid": "https://github.com/ldclabs/ic-panda/releases/download/v2.0.0/ic_message_channel.did",
"type": "custom",
"wasm": "https://github.com/ldclabs/ic-panda/releases/download/v2.0.0/ic_message_channel.wasm.gz"
},
"ic_message_channel_03": {
"candid": "https://github.com/ldclabs/ic-panda/releases/download/v2.0.0/ic_message_channel.did",
"type": "custom",
"wasm": "https://github.com/ldclabs/ic-panda/releases/download/v2.0.0/ic_message_channel.wasm.gz"
},
"ic_cose_canister": {
"candid": "https://github.com/ldclabs/ic-cose/releases/download/v0.3.2/ic_cose_canister.did",
"type": "custom",
"wasm": "https://github.com/ldclabs/ic-cose/releases/download/v0.3.2/ic_cose_canister.wasm.gz"
},
"ic_oss_cluster": {
"candid": "https://github.com/ldclabs/ic-oss/releases/download/v0.9.7/ic_oss_cluster.did",
"type": "custom",
"wasm": "https://github.com/ldclabs/ic-oss/releases/download/v0.9.7/ic_oss_cluster.wasm.gz"
},
"ic_oss_bucket": {
"candid": "https://github.com/ldclabs/ic-oss/releases/download/v0.9.7/ic_oss_bucket.did",
"type": "custom",
"wasm": "https://github.com/ldclabs/ic-oss/releases/download/v0.9.7/ic_oss_bucket.wasm.gz"
},
"ic_oss_bucket_02": {
"candid": "https://github.com/ldclabs/ic-oss/releases/download/v0.9.7/ic_oss_bucket.did",
"type": "custom",
"wasm": "https://github.com/ldclabs/ic-oss/releases/download/v0.9.7/ic_oss_bucket.wasm.gz"
},
"internet_identity": {
"candid": "https://github.com/dfinity/internet-identity/releases/download/release-2024-06-07/internet_identity.did",
"remote": {
"id": {
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai"
}
},
"type": "custom",
"wasm": "https://github.com/dfinity/internet-identity/releases/download/release-2024-06-07/internet_identity_dev.wasm.gz"
},
"icp_ledger_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/246d0ce0784d9990c06904809722ce5c2c816269/rs/rosetta-api/icp_ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/246d0ce0784d9990c06904809722ce5c2c816269/canisters/ledger-canister.wasm.gz",
"remote": {
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
}
},
"icrc1_ledger_canister": {
"candid": "https://raw.githubusercontent.com/dfinity/ic/246d0ce0784d9990c06904809722ce5c2c816269/rs/rosetta-api/icrc1/ledger/ledger.did",
"type": "custom",
"wasm": "https://download.dfinity.systems/ic/246d0ce0784d9990c06904809722ce5c2c816269/canisters/ic-icrc1-ledger.wasm.gz"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}