chore(trading, governance, explorer): update snap to 1.0.1 (#5768)

This commit is contained in:
Matthew Russell 2024-02-12 13:38:31 -05:00 committed by GitHub
parent 0d3bcf05a1
commit db5e5ee782
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>;