Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
canlopes committed Nov 12, 2024
1 parent fa81906 commit c024d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (fs.existsSync(envPath)) {

const commonConfig = {
isProdTesting: process.env.ARGENT_X_ENVIRONMENT === "prod" ? true : false || "",
password: "MyP@ss3!" || "",
password: "MyP@ss3!",
//accounts used for setup
senderAddrs: process.env.E2E_SENDER_ADDRESSES?.split(",") || "",
senderKeys: process.env.E2E_SENDER_PRIVATEKEYS?.split(",") || "",
Expand Down

0 comments on commit c024d15

Please sign in to comment.