From 6b7131b3bd964b98be17d9fef892de6a2d5a2cf8 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Fri, 17 Jan 2025 11:37:04 +0100 Subject: [PATCH] change env status. update gitignore for env --- .env => .env.local | 2 +- .gitignore | 1 + apps/walletconnect/webpack.config.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename .env => .env.local (65%) diff --git a/.env b/.env.local similarity index 65% rename from .env rename to .env.local index 1a2b47f98f..fb35ddc973 100644 --- a/.env +++ b/.env.local @@ -2,4 +2,4 @@ gist_token= account_passphrase= account_password= NODE_OPTIONS=--max-old-space-size=2048 -# WALLET_CONNECT_PROJECT_ID= +WALLET_CONNECT_PROJECT_ID= diff --git a/.gitignore b/.gitignore index 7955bf6455..ab74544426 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ soljson.js *_group*.ts stats.json release +.env # compiled output diff --git a/apps/walletconnect/webpack.config.js b/apps/walletconnect/webpack.config.js index c1ae621262..8da8a91246 100644 --- a/apps/walletconnect/webpack.config.js +++ b/apps/walletconnect/webpack.config.js @@ -46,7 +46,7 @@ module.exports = composePlugins(withNx(), (config) => { process: 'process/browser' }) ) - + console.log(process.env.WALLET_CONNECT_PROJECT_ID) // set the define plugin to load the WALLET_CONNECT_PROJECT_ID config.plugins.push( new webpack.DefinePlugin({