-
Notifications
You must be signed in to change notification settings - Fork 54
/
dfx.json
226 lines (226 loc) · 7.25 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"dfx": "0.23.0",
"canisters": {
"user_index": {
"type": "custom",
"candid": "backend/canisters/user_index/api/can.did",
"wasm": "wasms/user_index.wasm.gz",
"build": "./scripts/generate-wasm.sh user_index"
},
"group_index": {
"type": "custom",
"candid": "backend/canisters/group_index/api/can.did",
"wasm": "wasms/group_index.wasm.gz",
"build": "./scripts/generate-wasm.sh group_index"
},
"identity": {
"type": "custom",
"candid": "backend/canisters/identity/api/can.did",
"wasm": "wasms/identity.wasm.gz",
"build": "./scripts/generate-wasm.sh identity"
},
"local_user_index": {
"type": "custom",
"candid": "backend/canisters/local_user_index/api/can.did",
"wasm": "wasms/local_user_index.wasm.gz",
"build": "./scripts/generate-wasm.sh local_user_index"
},
"local_group_index": {
"type": "custom",
"candid": "backend/canisters/local_group_index/api/can.did",
"wasm": "wasms/local_group_index.wasm.gz",
"build": "./scripts/generate-wasm.sh local_user_group"
},
"neuron_controller": {
"type": "custom",
"candid": "backend/canisters/neuron_controller/api/can.did",
"wasm": "wasms/neuron_controller.wasm.gz",
"build": "./scripts/generate-wasm.sh neuron_controller"
},
"notifications_index": {
"type": "custom",
"candid": "backend/canisters/notifications_index/api/can.did",
"wasm": "wasms/notifications_index.wasm.gz",
"build": "./scripts/generate-wasm.sh notifications_index"
},
"notifications": {
"type": "custom",
"candid": "backend/canisters/notifications/api/can.did",
"wasm": "wasms/notifications.wasm.gz",
"build": "./scripts/generate-wasm.sh notifications"
},
"online_users": {
"type": "custom",
"candid": "backend/canisters/online_users/api/can.did",
"wasm": "wasms/online_users.wasm.gz",
"build": "./scripts/generate-wasm.sh online_users"
},
"proposal_validation": {
"type": "custom",
"candid": "backend/canisters/proposal_validation/api/can.did",
"wasm": "wasms/proposal_validation.wasm.gz",
"build": "./scripts/generate-wasm.sh proposal_validation"
},
"proposals_bot": {
"type": "custom",
"candid": "backend/canisters/proposals_bot/api/can.did",
"wasm": "wasms/proposals_bot.wasm.gz",
"build": "./scripts/generate-wasm.sh proposals_bot"
},
"airdrop_bot": {
"type": "custom",
"candid": "backend/canisters/airdrop_bot/api/can.did",
"wasm": "wasms/airdrop_bot.wasm.gz",
"build": "./scripts/generate-wasm.sh airdrop_bot"
},
"user": {
"type": "custom",
"candid": "backend/canisters/user/api/can.did",
"wasm": "wasms/user.wasm.gz",
"build": "./scripts/generate-wasm.sh user"
},
"group": {
"type": "custom",
"candid": "backend/canisters/group/api/can.did",
"wasm": "wasms/group.wasm.gz",
"build": "./scripts/generate-wasm.sh group"
},
"bot_api_gateway": {
"type": "custom",
"candid": "backend/canisters/bot_api_gateway/api/can.did",
"wasm": "wasms/bot_api_gateway.wasm.gz",
"build": "./scripts/generate-wasm.sh bot_api_gateway"
},
"storage_index": {
"type": "custom",
"candid": "backend/canisters/storage_index/api/can.did",
"wasm": "wasms/storage_index.wasm.gz",
"build": "./scripts/generate-wasm.sh storage_index"
},
"cycles_dispenser": {
"type": "custom",
"candid": "backend/canisters/cycles_dispenser/api/can.did",
"wasm": "wasms/cycles_dispenser.wasm.gz",
"build": "./scripts/generate-wasm.sh cycles_dispenser"
},
"registry": {
"type": "custom",
"candid": "backend/canisters/registry/api/can.did",
"wasm": "wasms/registry.wasm.gz",
"build": "./scripts/generate-wasm.sh registry"
},
"market_maker": {
"type": "custom",
"candid": "backend/canisters/market_maker/api/can.did",
"wasm": "wasms/market_maker.wasm.gz",
"build": "./scripts/generate-wasm.sh market_maker"
},
"escrow": {
"type": "custom",
"candid": "backend/canisters/escrow/api/can.did",
"wasm": "wasms/escrow.wasm.gz",
"build": "./scripts/generate-wasm.sh escrow"
},
"translations": {
"type": "custom",
"candid": "backend/canisters/translations/api/can.did",
"wasm": "wasms/translations.wasm.gz",
"build": "./scripts/generate-wasm.sh translations"
},
"event_relay": {
"type": "custom",
"candid": "backend/canisters/event_relay/api/can.did",
"wasm": "wasms/event_relay.wasm.gz",
"build": "./scripts/generate-wasm.sh event_relay"
},
"event_store": {
"type": "custom",
"candid": "https://github.com/open-chat-labs/event-store/releases/download/v0.5.0/can.did",
"wasm": "https://github.com/open-chat-labs/event-store/releases/download/v0.5.0/event_store.wasm.gz"
},
"sign_in_with_email": {
"type": "custom",
"candid": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.13.0/can.did",
"wasm": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.13.0/sign_in_with_email.wasm.gz"
},
"sign_in_with_ethereum": {
"type": "custom",
"candid": "https://github.com/kristoferlund/ic-siwe/releases/download/v0.0.6/ic_siwe_provider.did",
"wasm": "https://github.com/kristoferlund/ic-siwe/releases/download/v0.0.6/ic_siwe_provider.wasm.gz"
},
"sign_in_with_solana": {
"type": "custom",
"candid": "https://github.com/kristoferlund/ic-siws/releases/download/v0.0.1/ic_siws_provider.did",
"wasm": "https://github.com/kristoferlund/ic-siws/releases/download/v0.0.1/ic_siws_provider.wasm.gz"
},
"website": {
"build": "",
"source": ["frontend/app/build", "frontend/app/public"],
"type": "assets"
},
"sns_governance": {
"build": "",
"candid": "sns/candid/sns_governance.did",
"type": "custom",
"wasm": ""
},
"sns_index": {
"build": "",
"candid": "sns/candid/sns_index.did",
"type": "custom",
"wasm": ""
},
"sns_ledger": {
"build": "",
"candid": "sns/candid/sns_ledger.did",
"type": "custom",
"wasm": ""
},
"sns_root": {
"build": "",
"candid": "sns/candid/sns_root.did",
"type": "custom",
"wasm": ""
},
"sns_swap": {
"build": "",
"candid": "sns/candid/sns_swap.did",
"type": "custom",
"wasm": ""
},
"test_ledger": {
"build": "",
"candid": "",
"type": "custom",
"wasm": "./wasms/icrc_ledger.wasm.gz"
},
"bot_api_gateway": {
"build": "",
"candid": "",
"type": "custom",
"wasm": "wasms/bot_api_gateway.wasm.gz"
}
},
"networks": {
"local": {
"bind": "127.0.0.1:8080",
"type": "ephemeral",
"replica": {
"subnet_type": "system"
}
},
"ic": {
"providers": ["https://ic0.app/"],
"type": "persistent"
},
"ic_test": {
"providers": ["https://ic0.app/"],
"type": "persistent"
},
"web_test": {
"providers": ["https://ic0.app/"],
"type": "persistent"
}
},
"version": 1
}