diff --git a/package.json b/package.json index e0cdbfe3..d7fe810e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "@vitejs/plugin-react": "^2.2.0", "@walletconnect/types": "2.11.0", "autoprefixer": "^10.4.14", - "dotenv": "16.3.1", "esbuild": "^0.18.17", "eslint": "^8.29.0", "eslint-config-prettier": "^8.5.0", diff --git a/playwright.config.ts b/playwright.config.ts index 9ed18b56..680898a3 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,10 +1,5 @@ import { defineConfig, devices } from '@playwright/test' -/** - * Read environment variables from file. - * https://github.com/motdotla/dotenv - */ - const baseURL = 'http://localhost:5173' /** diff --git a/yarn.lock b/yarn.lock index b9a6c7b4..52a311ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4446,11 +4446,6 @@ domain-browser@^4.22.0: resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-4.23.0.tgz#427ebb91efcb070f05cffdfb8a4e9a6c25f8c94b" integrity sha512-ArzcM/II1wCCujdCNyQjXrAFwS4mrLh4C7DZWlaI8mdh7h3BfKdNd3bKXITfl2PT9FtfQqaGvhi1vPRQPimjGA== -dotenv@16.3.1: - version "16.3.1" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" - integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== - duplexify@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-4.1.2.tgz#18b4f8d28289132fa0b9573c898d9f903f81c7b0"