forked from MetaMask/metamask-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.metamaskrc.dist
30 lines (24 loc) · 888 Bytes
/
.metamaskrc.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
; Extra environment variables
; Defaults are set in builds.yml
; This variable is required
INFURA_PROJECT_ID=00000000000
;PASSWORD=METAMASK PASSWORD
;SEGMENT_WRITE_KEY=
;SWAPS_USE_DEV_APIS=
;PORTFOLIO_URL=
;TRANSACTION_SECURITY_PROVIDER=
; Set this to test changes to the phishing warning page.
;PHISHING_WARNING_PAGE_URL=
BLOCKAID_FILE_CDN=
BLOCKAID_PUBLIC_KEY=
; Change this to override built-in intercepting https proxy for e2e tests
; SELENIUM_HTTPS_PROXY='http://127.0.0.1:8000'
; Set this to 1 to make e2e tests run browser in headless mode
; SELENIUM_HEADLESS=
; Set this to 1 to make chrome e2e tests disable DoH/DoT and use system DNS
; SELENIUM_USE_SYSTEM_DNS=
; Set this to true to enable the snap path for the Firefox WebDriver (Linux)
; FIREFOX_SNAP=
ENABLE_CONFIRMATION_REDESIGN=
; Enables the Settings Page - Developer Options
; ENABLE_SETTINGS_PAGE_DEV_OPTIONS=true