chore: Deploy script should include non-whitelisted tokens and unpaired CW20s #24

Closed
opened 2026-03-16 03:13:31 +00:00 by Brouie · 4 comments
Brouie commented 2026-03-16 03:13:31 +00:00 (Migrated from gitlab.com)

Request

Deploy script should create additional test tokens for QA:

  1. Non-whitelisted CW20 tokens — tokens with code IDs not in the factory whitelist, needed for testing Create Pair validation (7.1.6)
  2. Unpaired CW20 tokens — tokens that exist but have no pairs or only 1-2 pairs, needed for testing pair creation flow (7.1.9)

Context

From dev comment on #18 — these test cases cannot be executed without the appropriate test data in the local environment.

## Request Deploy script should create additional test tokens for QA: 1. **Non-whitelisted CW20 tokens** — tokens with code IDs not in the factory whitelist, needed for testing Create Pair validation (7.1.6) 2. **Unpaired CW20 tokens** — tokens that exist but have no pairs or only 1-2 pairs, needed for testing pair creation flow (7.1.9) ## Context From dev comment on #18 — these test cases cannot be executed without the appropriate test data in the local environment.
PlasticDigits commented 2026-03-16 07:22:19 +00:00 (Migrated from gitlab.com)

mentioned in commit 66aba31e17

mentioned in commit 66aba31e17207b6f5849100aa726465a126707a0
PlasticDigits commented 2026-03-16 07:22:39 +00:00 (Migrated from gitlab.com)

Implemented in commit 66aba31 (pushed to main). Deploy script now creates 2 non-whitelisted tokens (ROGUE, BOGUS) and 3 unpaired/minimally-paired tokens (ZINC: 0 pairs, IRON: 1 pair, NEON: 2 pairs). Env vars added to .env.local for Playwright/QA use.

@Brouie — please redeploy locally and retest QA items 7.1.6 and 7.1.9. Close this issue if both pass, otherwise comment with any issues found.

Implemented in commit 66aba31 (pushed to main). Deploy script now creates 2 non-whitelisted tokens (ROGUE, BOGUS) and 3 unpaired/minimally-paired tokens (ZINC: 0 pairs, IRON: 1 pair, NEON: 2 pairs). Env vars added to .env.local for Playwright/QA use. @Brouie — please redeploy locally and retest QA items 7.1.6 and 7.1.9. Close this issue if both pass, otherwise comment with any issues found.
Brouie (Migrated from gitlab.com) closed this issue 2026-03-17 02:57:06 +00:00
Brouie commented 2026-03-17 02:57:08 +00:00 (Migrated from gitlab.com)

Implemented by dev in latest deploy script update. Now creates ROGUE/BOGUS (non-whitelisted code ID) and ZINC (0 pairs), IRON (1 pair), NEON (2 pairs) for testing 7.1.6 and 7.1.9.

Implemented by dev in latest deploy script update. Now creates ROGUE/BOGUS (non-whitelisted code ID) and ZINC (0 pairs), IRON (1 pair), NEON (2 pairs) for testing 7.1.6 and 7.1.9.
Brouie commented 2026-03-17 04:38:59 +00:00 (Migrated from gitlab.com)

mentioned in issue #18

mentioned in issue #18
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
code/cl8y-dex-terraclassic#24
No description provided.