Skip to content

Commit

Permalink
webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed May 10, 2024
1 parent db71c3b commit e62d933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/extension/.env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ PRAX_CHAIN_ID=penumbra-testnet-deimos-7
PRAX_IDB_VERSION=39
PRAX_MINIFRONT_URL=https://app.testnet.penumbra.zone
PRAX=lkpmkhpnhknhmibgnmmhdhgdilepfghe
PRAX_EXTERNAL='true'
2 changes: 1 addition & 1 deletion apps/extension/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import webpack from 'webpack';
// TODO: add `.env.mainnet` when ready.
// const envPath = process.env['NODE_ENV'] === 'mainnet' ? '.env.mainnet' : '.env.testnet';
// dotenv.config({ path: envPath });
dotenv.config({ path: '.env.testnet' });
dotenv.config({ path: ['.env.local', '.env.testnet'] });

const keysPackage = path.dirname(url.fileURLToPath(import.meta.resolve('@penumbra-zone/keys')));

Expand Down

0 comments on commit e62d933

Please sign in to comment.