-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdfx.json
More file actions
39 lines (39 loc) · 1.03 KB
/
dfx.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"canisters": {
"evm_rpc": {
"type": "custom",
"candid": "https://github.com/internet-computer-protocol/evm-rpc-canister/releases/latest/download/evm_rpc.did",
"wasm": "https://github.com/internet-computer-protocol/evm-rpc-canister/releases/latest/download/evm_rpc.wasm.gz",
"remote": {
"id": {
"ic": "7hfb6-caaaa-aaaar-qadga-cai"
}
},
"specified_id": "7hfb6-caaaa-aaaar-qadga-cai",
"init_arg": "(record { nodesInSubnet = 28 })"
},
"cketh_tutorial_backend": {
"candid": "src/cketh_tutorial_backend/cketh_tutorial_backend.did",
"package": "cketh_tutorial_backend",
"type": "rust"
},
"cketh_tutorial_frontend": {
"dependencies": [
"cketh_tutorial_backend"
],
"source": [
"src/cketh_tutorial_frontend/dist"
],
"type": "assets",
"workspace": "cketh_tutorial_frontend"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}