From db5e5ee78254f3434417915c07874e24445e96e1 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Mon, 12 Feb 2024 13:38:31 -0500 Subject: [PATCH] chore(trading, governance, explorer): update snap to 1.0.1 (#5768) --- libs/wallet/src/connectors/snap-connector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/wallet/src/connectors/snap-connector.ts b/libs/wallet/src/connectors/snap-connector.ts index 0ec823c1a..e1a476d3e 100644 --- a/libs/wallet/src/connectors/snap-connector.ts +++ b/libs/wallet/src/connectors/snap-connector.ts @@ -41,7 +41,7 @@ const ethereumRequest = (args: RequestArguments): Promise => { 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;