Compare commits

...

2 Commits

Author SHA1 Message Date
Matthew Russell
a688041b4c
chore: upgrade to 1.0.1 2024-02-09 12:20:30 -08:00
Matthew Russell
50e6052427
chore: update snap to 1.0.0 2024-02-09 12:19:17 -08:00

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 = '0.3.1';
export const DEFAULT_SNAP_VERSION = '1.0.1';
type GetSnapsResponse = Record<string, Snap>;