Skip to content

Commit

Permalink
feat: update to latest masca version
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun committed May 31, 2024
1 parent 8998fba commit b422d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amd/src/ui_driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ define(["mod_eductx/main",
const address = await w3d.getAddressInUse();
const enableResult = await connector.enableMasca(address, {
snapId: "npm:@blockchain-lab-um/masca",
version: "v1.1.0",
version: "v1.2.2",
supportedMethods: ["did:key"]
});
if (connector.isError(enableResult)) {
Expand Down
2 changes: 1 addition & 1 deletion js/connector.min.js

Large diffs are not rendered by default.

0 comments on commit b422d93

Please sign in to comment.