Skip to content

Commit

Permalink
Add canister Id
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Mar 29, 2022
1 parent 1f7f0ae commit 6a99a60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions canister_ids.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hack": {
"ic": "6xfnb-cqaaa-aaaag-qafqq-cai"
}
}
6 changes: 6 additions & 0 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"local": {
"bind": "127.0.0.1:8000",
"type": "ephemeral"
},
"ic": {
"providers": [
"https://ic0.app/"
],
"type": "persistent"
}
}
}

0 comments on commit 6a99a60

Please sign in to comment.