Skip to content

Commit 73956c4

Browse files
authored
Use Webpack plugin example Snap for testing updates (#3186)
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.
1 parent 2aadca0 commit 73956c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const UPDATES_SNAP_ID = 'npm:@metamask/bip32-example-snap';
2-
export const UPDATES_SNAP_OLD_VERSION = '0.35.0-flask.1';
3-
export const UPDATES_SNAP_NEW_VERSION = '0.35.2-flask.1';
1+
export const UPDATES_SNAP_ID = 'npm:@metamask/webpack-plugin-example-snap';
2+
export const UPDATES_SNAP_OLD_VERSION = '2.0.0';
3+
export const UPDATES_SNAP_NEW_VERSION = '2.1.3';

0 commit comments

Comments
 (0)