Skip to content

Commit

Permalink
chore: update frontend canister
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason I committed Oct 18, 2023
1 parent a391fb7 commit 6c52b6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Updated Motoko to [0.10.1](https://github.com/dfinity/motoko/releases/tag/0.10.1

### Frontend canister

- Module hash: d967cc70d033a5cafb7c18e2e94a6bd28c7544b07e8e351eb5c773a68fa8577a
- Module hash: 517d5117bb43236e1673627aacec3955a68072dcd95f0b0218e6155f75a4bb54
- https://github.com/dfinity/sdk/pull/3421

# 0.15.1
Expand Down Expand Up @@ -3135,4 +3135,4 @@ FLAGS:
## Agents
## Canister Development Kit (CDK)
## Canister Development Kit (CDK)
4 changes: 2 additions & 2 deletions src/distributed/assetstorage.did
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ service: {

authorize: (principal) -> ();
deauthorize: (principal) -> ();
list_authorized: () -> (vec principal) query;
list_authorized: () -> (vec principal);
grant_permission: (GrantPermission) -> ();
revoke_permission: (RevokePermission) -> ();
list_permitted: (ListPermitted) -> (vec principal) query;
list_permitted: (ListPermitted) -> (vec principal);
take_ownership: () -> ();

get_asset_properties : (key: Key) -> (record {
Expand Down
Binary file modified src/distributed/assetstorage.wasm.gz
Binary file not shown.

0 comments on commit 6c52b6d

Please sign in to comment.