-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdfx.json
57 lines (57 loc) · 1.65 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
{
"canisters": {
"internet_identity": {
"type": "custom",
"candid": "https://github.com/dfinity/internet-identity/releases/download/release-2024-10-01/internet_identity.did",
"declarations": {
"output": "src/internet_identity/declarations"
},
"remote": {
"id": {
"ic": "rdmx6-jaaaa-aaaaa-aaadq-cai"
}
},
"frontend": {},
"specified_id": "rdmx6-jaaaa-aaaaa-aaadq-cai",
"wasm": "https://github.com/dfinity/internet-identity/releases/download/release-2024-10-01/internet_identity_dev.wasm.gz"
},
"evm_rpc": {
"candid": "https://github.com/internet-computer-protocol/evm-rpc-canister/releases/latest/download/evm_rpc.did",
"declarations": {
"output": "src/evm_rpc/declarations"
},
"init_arg": "(record { nodesInSubnet = 28 })",
"remote": {
"candid": "packages/evm_rpc/declarations/evm_rpc.did",
"id": {
"ic": "7hfb6-caaaa-aaaar-qadga-cai"
}
},
"specified_id": "7hfb6-caaaa-aaaar-qadga-cai",
"type": "custom",
"wasm": "https://github.com/internet-computer-protocol/evm-rpc-canister/releases/latest/download/evm_rpc.wasm.gz"
},
"backend": {
"candid": "src/backend/backend.did",
"declarations": {
"output": "src/backend/declarations"
},
"package": "backend",
"type": "rust"
},
"frontend": {
"declarations": {
"output": "src/frontend/declarations"
},
"source": [
"dist"
],
"type": "assets",
"build": [
"pnpm run build"
]
}
},
"output_env_file": ".env",
"version": 1
}