Skip to content

Commit

Permalink
Use Webpack plugin example Snap for testing updates (#3186)
Browse files Browse the repository at this point in the history
Bumping the BIP-32 example in #3185 caused issues in the MetaMask
extension E2E tests. We don't update the Webpack plugin example so
often, and it's not on the `test-snaps` page directly, so less likely to
cause issues in the future.
  • Loading branch information
Mrtenz authored Mar 3, 2025
1 parent 2aadca0 commit 73956c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/test-snaps/src/features/snaps/updates/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const UPDATES_SNAP_ID = 'npm:@metamask/bip32-example-snap';
export const UPDATES_SNAP_OLD_VERSION = '0.35.0-flask.1';
export const UPDATES_SNAP_NEW_VERSION = '0.35.2-flask.1';
export const UPDATES_SNAP_ID = 'npm:@metamask/webpack-plugin-example-snap';
export const UPDATES_SNAP_OLD_VERSION = '2.0.0';
export const UPDATES_SNAP_NEW_VERSION = '2.1.3';

0 comments on commit 73956c4

Please sign in to comment.