Skip to content

Commit

Permalink
fix: ledger canisters as dependencies for backend canister
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Jun 13, 2024
1 parent f8fb79e commit ef27772
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dfx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"canisters": {
"fortune-wheel-booth-backend": {
"dependencies": [
"icp_ledger",
"ckbtc_ledger",
"cketh_ledger",
"ckusdc_ledger"
],
"main": "src/fortune-wheel-booth-backend/main.mo",
"type": "motoko"
},
Expand Down

0 comments on commit ef27772

Please sign in to comment.