-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdfx.json
160 lines (160 loc) · 4.84 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
{
"__ref_dfx": "dfx.json reference: https://internetcomputer.org/docs/current/references/dfx-json-reference/",
"canisters": {
"cmc": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/ee52ab3056cf5f39b09b08de70bdd20485c8b2dc/rs/nns/cmc/cmc.did",
"wasm": "https://download.dfinity.systems/ic/ee52ab3056cf5f39b09b08de70bdd20485c8b2dc/canisters/cycles-minting-canister.wasm.gz",
"remote": {
"id": {
"ic": "rkp4c-7iaaa-aaaaa-aaaca-cai"
}
}
},
"icp_ledger": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/d87954601e4b22972899e9957e800406a0a6b929/rs/rosetta-api/icp_ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/d87954601e4b22972899e9957e800406a0a6b929/canisters/ledger-canister.wasm.gz",
"remote": {
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
},
"declarations": {
"output": "apps/wallet/src/generated/icp_ledger",
"node_compatibility": true
}
},
"icp_index": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/d87954601e4b22972899e9957e800406a0a6b929/rs/rosetta-api/icp_ledger/index/index.did",
"wasm": "https://download.dfinity.systems/ic/d87954601e4b22972899e9957e800406a0a6b929/canisters/ic-icp-index-canister.wasm.gz",
"remote": {
"id": {
"ic": "qhbym-qaaaa-aaaaa-aaafq-cai"
}
},
"declarations": {
"output": "apps/wallet/src/generated/icp_index",
"node_compatibility": true
}
},
"internet_identity": {
"type": "custom",
"candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did",
"wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz",
"remote": {
"id": {
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai"
}
},
"declarations": {
"output": "./apps/wallet/src/generated/internet-identity",
"node_compatibility": true
}
},
"control_panel": {
"type": "custom",
"candid": "core/control-panel/api/spec.did",
"declarations": {
"output": "apps/wallet/src/generated/control-panel",
"node_compatibility": true
},
"build": "./scripts/generate-wasm.sh control-panel",
"wasm": "./wasms/control_panel.wasm.gz"
},
"station": {
"type": "custom",
"candid": "core/station/api/spec.did",
"declarations": {
"output": "apps/wallet/src/generated/station",
"node_compatibility": true
},
"build": "./scripts/generate-wasm.sh station",
"wasm": "./wasms/station.wasm.gz"
},
"app_wallet": {
"type": "assets",
"source": [
"apps/wallet/dist/"
],
"build": "pnpm --filter 'wallet-dapp' build"
},
"icrc1_index_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/d87954601e4b22972899e9957e800406a0a6b929/rs/rosetta-api/icrc1/index-ng/index-ng.did",
"wasm": "https://download.dfinity.systems/ic/d87954601e4b22972899e9957e800406a0a6b929/canisters/ic-icrc1-index-ng.wasm.gz",
"declarations": {
"output": "apps/wallet/src/generated/icrc1_index",
"node_compatibility": true
}
},
"icrc1_ledger_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/d87954601e4b22972899e9957e800406a0a6b929/rs/rosetta-api/icrc1/ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/d87954601e4b22972899e9957e800406a0a6b929/canisters/ic-icrc1-ledger.wasm.gz",
"declarations": {
"output": "apps/wallet/src/generated/icrc1_ledger",
"node_compatibility": true
}
},
"wasm_chunk_store": {
"type": "assets",
"source": [],
"build": ""
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"networks": {
"production": {
"providers": [
"https://icp0.io"
],
"type": "persistent",
"replica": {
"subnet_type": "application"
}
},
"staging": {
"providers": [
"https://icp0.io"
],
"type": "persistent",
"replica": {
"subnet_type": "application"
}
},
"playground": {
"providers": [
"https://icp0.io"
],
"type": "persistent",
"replica": {
"subnet_type": "application"
}
},
"testing": {
"providers": [
"https://icp0.io"
],
"type": "persistent",
"replica": {
"subnet_type": "application"
}
},
"local": {
"bind": "127.0.0.1:4943",
"type": "ephemeral",
"replica": {
"subnet_type": "application"
}
}
},
"dfx": "0.24.3",
"version": 1
}