forked from garudaidr/icp-subaccount-indexer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dfx.json
47 lines (47 loc) · 1.1 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
{
"canisters": {
"icp_ledger_canister": {
"type": "custom",
"candid": "https://raw.githubusercontent.com/dfinity/ic/fff20526e154f8b8d24373efd9b50f588d147e91/rs/rosetta-api/icp_ledger/ledger.did",
"wasm": "https://download.dfinity.systems/ic/fff20526e154f8b8d24373efd9b50f588d147e91/canisters/ledger-canister.wasm.gz",
"remote": {
"id": {
"ic": "ryjl3-tyaaa-aaaaa-aaaba-cai"
}
}
},
"icp_prototype_backend": {
"candid": "src/icp_prototype_backend/icp_prototype_backend.did",
"package": "icp_prototype_backend",
"type": "rust"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"networks": {
"ic": {
"providers": ["https://mainnet.dfinity.network"],
"type": "persistent"
}
},
"environments": {
"local": {
"canisters": {
"icp_prototype_backend": {
"dependencies": ["icp_ledger_canister"]
}
}
},
"ic": {
"canisters": {
"icp_prototype_backend": {}
}
}
},
"output_env_file": ".env",
"version": 1
}