Skip to content

Commit

Permalink
Set azero-wallet snap version to 0.3.5 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
youPickItUp authored Mar 13, 2024
2 parents bdaac66 + 8d6d018 commit fbad413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-signer/src/snap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export const connectSnap = async (onStatusChange?: (status: ActionStatus) => voi
}

const snapId = snap.getSnapId();
const version = '0.3.3';
// We pin a specific version of the snap to avoid breaking changes
const version = '0.3.6';
const installed = await snap.isInstalled(snapId, version);

if (!installed) {
Expand Down

0 comments on commit fbad413

Please sign in to comment.