-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdfx.json
39 lines (39 loc) · 1000 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
32
33
34
35
36
37
38
39
{
"canisters": {
"evm_rpc": {
"type": "custom",
"candid": "/home/bahamin/Dorder/src/declarations/evm_rpc/evm_rpc.did",
"wasm": "https://github.com/internet-computer-protocol/evm-rpc-canister/releases/latest/download/evm_rpc_dev.wasm.gz",
"remote": {
"id": {
"ic": "be2us-64aaa-aaaaa-qaabq-cai"
}
}
},
"cketh": {
"type": "custom",
"candid": "/home/bahamin/Dorder/src/declarations/cketh/cketh.did",
"wasm": "https://download.dfinity.systems/ic/d87954601e4b22972899e9957e800406a0a6b929/canisters/ic-icrc1-ledger.wasm.gz",
"remote": {
"id": {
"ic": "bd3sg-teaaa-aaaaa-qaaba-cai"
}
}
},
"OrderEase": {
"dependencies": [
"evm_rpc",
"cketh"
],
"type": "motoko",
"main": "OrderEase/main.mo"
}
},
"defaults": {
"build": {
"packtool": "npm run --silent sources"
}
},
"output_env_file": ".env",
"version": 1
}