Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Add CycleOps credit
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Woerner <dominic.woerner@dfinity.org>
  • Loading branch information
domwoe committed Feb 4, 2024
1 parent 2793a47 commit 98f2b95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ Once the job completes, your application will be available at `http://localhost:

## Deployment on the Internet Computer

The canister is deployed to `htvbm-vaaaa-aaaap-qb5kq-cai`. You can check the Canid UI at [`https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=htvbm-vaaaa-aaaap-qb5kq-cai`](https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=htvbm-vaaaa-aaaap-qb5kq-cai).
The canister is deployed to `htvbm-vaaaa-aaaap-qb5kq-cai`.

You can check the Canid UI at [`https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=htvbm-vaaaa-aaaap-qb5kq-cai`](https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=htvbm-vaaaa-aaaap-qb5kq-cai).

You can also see how many signatures have been generated at [https://htvbm-vaaaa-aaaap-qb5kq-cai.raw.icp0.io/](https://htvbm-vaaaa-aaaap-qb5kq-cai.raw.icp0.io/).


## Credits

This canister is monitored by [CycleOps](https://cycleops.dev)



2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,7 @@ fn sign_with_schnorr(arg: SignWithSchnorr) -> SignWithSchnorrReply {
fn http_request(_req: HttpRequest) -> HttpResponse {

let sig_count = STATE.with(|s| s.borrow().sig_count.get().clone());

let balance = ic_cdk::api::canister_balance128();

let metrics = Metrics { balance, sig_count };

HttpResponse {
Expand Down

0 comments on commit 98f2b95

Please sign in to comment.