-
Notifications
You must be signed in to change notification settings - Fork 0
/
dfx.json
31 lines (31 loc) · 799 Bytes
/
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
{
"version": 1,
"canisters": {
"evm_util": {
"type": "custom",
"candid": "third_party/evm_utils/candid/utils.did",
"wasm": "third_party/evm_utils/gen/wasm32-unknown-unknown/release/evm_utils_opt.wasm",
"build": "bash -c 'test -f third_party/evm_utils/gen/wasm32-unknown-unknown/release/evm_utils_opt.wasm || ./setup_third_party.sh'",
"remote": {
"candid": "third_party/evm_utils/candid/utils.did",
"id": {
"ic": "ubgoy-tiaaa-aaaah-qc7qq-cai"
}
}
},
"no_key_wallet": {
"type": "motoko",
"main": "src/examples/NoKeyWallet.mo",
"dependencies": [
"evm_util"
]
}
},
"dfx": "0.13.1",
"defaults": {
"build": {
"packtool": "vessel sources",
"args": ""
}
}
}