Skip to content

Commit

Permalink
Node-Rewards canister front end App (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodimarco-dfinity authored Aug 23, 2024
1 parent 851240b commit 71ce153
Show file tree
Hide file tree
Showing 36 changed files with 16,502 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rs/dre-canisters/trustworthy-node-metrics/args-rewards.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(record {
from_ts = 0;
to_ts = 1723507199978493357;
})
4 changes: 4 additions & 0 deletions rs/dre-canisters/trustworthy-node-metrics/args.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(record {
subnet_id = opt principal "tfiqy-cbhk2-fkeq5-5p5r5-kk7eg-kctmo-tfaor-jogn2-ouxpw-un4kh-kqe";
ts = opt 0;
})
3 changes: 3 additions & 0 deletions rs/dre-canisters/trustworthy-node-metrics/canister_ids.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"trustworthy-node-metrics": {
"ic": "oqi72-gaaaa-aaaam-ac2pq-cai"
},
"trustworthy-node-metrics-frontend": {
"ic": "hucfy-dyaaa-aaaam-ac37a-cai"
}
}
10 changes: 10 additions & 0 deletions rs/dre-canisters/trustworthy-node-metrics/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"candid": "src/trustworthy-node-metrics/trustworthy-node-metrics.did",
"package": "trustworthy-node-metrics",
"type": "rust"
},
"trustworthy-node-metrics-frontend": {
"dependencies": [
"trustworthy-node-metrics"
],
"source": [
"src/trustworthy-node-metrics-frontend/dist"
],
"type": "assets",
"workspace": "trustworthy-node-metrics-frontend"
}
},
"defaults": {
Expand Down
Loading

0 comments on commit 71ce153

Please sign in to comment.