Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Bump versions used in the update test #142

Merged
merged 5 commits into from
Feb 23, 2023
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/site/src/features/update-snap/Update.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { Result, Snap } from '../../components';
import { useGetSnapsQuery, useInstallSnapMutation } from '../../api';

const UPDATE_SNAP_ID = 'npm:@metamask/test-snap-bip32';
const UPDATE_SNAP_OLD_VERSION = '4.6.3';
const UPDATE_SNAP_NEW_VERSION = '4.6.4';
const UPDATE_SNAP_OLD_VERSION = '5.0.0';
const UPDATE_SNAP_NEW_VERSION = '5.1.0';
hmalik88 marked this conversation as resolved.
Show resolved Hide resolved

export const Update: FunctionComponent = () => {
const [installSnap, { isLoading }] = useInstallSnapMutation();
Expand Down