Skip to content

Commit

Permalink
chore: update config for webwallet
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Dec 6, 2024
1 parent ded08a9 commit bc249ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions e2e/src/webwallet/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ const config = {
emailPassword: process.env.EMAIL_PASSWORD!,
acc_destination: commonConfig.destinationAddress! || "",
vw_acc_addr: process.env.VW_ACC_ADDR! || "",
url: commonConfig.isProdTesting
? "https://web.argent.xyz"
: "https://web-v2.hydrogen.argent47.net",
url:
process.env.ARGENT_X_ENVIRONMENT === "prod"
? "https://web.argent.xyz"
: "https://web-v2.hydrogen.argent47.net",
...commonConfig,
}

Expand Down

0 comments on commit bc249ae

Please sign in to comment.