Skip to content

Commit

Permalink
✨ feat: Upgrade MetaMask to version 11.6.0 (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Nov 27, 2023
1 parent f1d6529 commit ed74ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/prepareExtension.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { downloadFile, ensureCacheDirExists, unzipArchive } from '.'

export const DEFAULT_METAMASK_VERSION = '11.5.1'
export const DEFAULT_METAMASK_VERSION = '11.6.0'
export const EXTENSION_DOWNLOAD_URL = `https://github.com/MetaMask/metamask-extension/releases/download/v${DEFAULT_METAMASK_VERSION}/metamask-chrome-${DEFAULT_METAMASK_VERSION}.zip`

// NOTE: This function is copied from `wallets/metamask/src/prepareExtension.ts` only TEMPORARILY!
Expand Down
2 changes: 1 addition & 1 deletion wallets/metamask/src/prepareExtension.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { downloadFile, ensureCacheDirExists, unzipArchive } from 'core'

export const DEFAULT_METAMASK_VERSION = '11.5.1'
export const DEFAULT_METAMASK_VERSION = '11.6.0'
export const EXTENSION_DOWNLOAD_URL = `https://github.com/MetaMask/metamask-extension/releases/download/v${DEFAULT_METAMASK_VERSION}/metamask-chrome-${DEFAULT_METAMASK_VERSION}.zip`

export async function prepareExtension() {
Expand Down

0 comments on commit ed74ac1

Please sign in to comment.