chore: upgrade to 1.0.1

This commit is contained in:
Matthew Russell 2024-02-09 12:20:30 -08:00
parent 50e6052427
commit a688041b4c
No known key found for this signature in database

View File

@ -41,7 +41,7 @@ const ethereumRequest = <T>(args: RequestArguments): Promise<T> => {
export const LOCAL_SNAP_ID = 'local:http://localhost:8080';
export const DEFAULT_SNAP_ID = 'npm:@vegaprotocol/snap';
export const DEFAULT_SNAP_VERSION = '1.0.0';
export const DEFAULT_SNAP_VERSION = '1.0.1';
type GetSnapsResponse = Record<string, Snap>;