Skip to content

Commit

Permalink
chore: bump masca version in enableMasca to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Jul 25, 2023
1 parent 8eab880 commit 5cb7968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/connector/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function enableMasca(
): Promise<Result<Masca>> {
const {
snapId = defaultSnapOrigin,
version = '0.3.2',
version = '0.4.0',
supportedMethods = ['did:ethr'],
} = snapInstallationParams;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const CheckMetaMaskCompatibility = () => {
const enableMascaHandler = async () => {
const enableResult = await enableMasca(address, {
snapId,
version: '0.3.2',
version: '0.4.0',
});
if (isError(enableResult)) {
// FIXME: This error is shown as [Object object]
Expand Down

0 comments on commit 5cb7968

Please sign in to comment.