UNPKG

@coinbase/onchaintestkit

Version:

End-to-end testing toolkit for blockchain applications, powered by Playwright

9 lines (8 loc) 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EXTENSION_URL = exports.EXTENSION_FILENAME = exports.EXTENSION_ID = void 0; exports.EXTENSION_ID = "nkbihfbeogaeaoehlefnkodbefgpgknn"; // Extension configuration const METAMASK_VERSION = "12.8.1"; exports.EXTENSION_FILENAME = `metamask-${METAMASK_VERSION}.zip`; exports.EXTENSION_URL = `https://github.com/MetaMask/metamask-extension/releases/download/v${METAMASK_VERSION}/metamask-chrome-${METAMASK_VERSION}.zip`;