Skip to content

Commit

Permalink
add garden
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Sep 15, 2023
1 parent 7209ed2 commit c6076c0
Show file tree
Hide file tree
Showing 6 changed files with 942 additions and 663 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "power-equalizer"]
path = power-equalizer
url = https://github.com/flowerpowerdao/power-equalizer.git
[submodule "garden"]
path = garden
url = https://github.com/flowerpowerdao/garden.git
10 changes: 10 additions & 0 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
"ic": "4ggk4-mqaaa-aaaae-qad6q-cai"
}
}
},
"garden": {
"type": "custom",
"wasm": "garden/.dfx/local/canisters/main/main.wasm",
"candid": "garden/.dfx/local/canisters/main/main.did",
"remote": {
"id": {
"ic": "22cl3-kqaaa-aaaaf-add7q-cai"
}
}
}
},
"defaults": {
Expand Down
1 change: 1 addition & 0 deletions garden
Submodule garden added at 779992
Loading

0 comments on commit c6076c0

Please sign in to comment.