Skip to content

Conversation

@TaprootFreak
Copy link
Collaborator

  • refactor(e2e): remove all env fallbacks and hardcoded values
  • Remove all || and ?? fallbacks from env variables in E2E tests
  • Remove hardcoded seed phrases (now use TEST_SEED from env)
  • Remove hardcoded wallet addresses (now derived dynamically from seeds)
  • Remove DEV_BASE_URL variable (use REACT_APP_PUBLIC_URL instead)
  • Update .env.sample with all required variables and documentation

Tests now fail immediately with clear error if env variable is missing, instead of silently running with wrong fallback values.

  • ci: only report critical vulnerabilities in PR review bot

* refactor(e2e): remove all env fallbacks and hardcoded values

- Remove all || and ?? fallbacks from env variables in E2E tests
- Remove hardcoded seed phrases (now use TEST_SEED from env)
- Remove hardcoded wallet addresses (now derived dynamically from seeds)
- Remove DEV_BASE_URL variable (use REACT_APP_PUBLIC_URL instead)
- Update .env.sample with all required variables and documentation

Tests now fail immediately with clear error if env variable is missing,
instead of silently running with wrong fallback values.

* ci: only report critical vulnerabilities in PR review bot
- EUR now exclusively uses VIBAN (handled by API)
- Personal IBAN promotion text only shown for non-EUR currencies
* feat(support): add EUR IBAN technical issue notice

* Add DE, FR, IT translations for EUR IBAN support notice

* fix(test): add KycRequired to expected errors in buy-api test
@TaprootFreak TaprootFreak merged commit c7f8680 into main Jan 20, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants