Skip to content

Commit

Permalink
fix: 🐛 Add forgotten MONAD_XYZ_KEY to init:tests
Browse files Browse the repository at this point in the history
So the CI/CD e2e tests don't fail
  • Loading branch information
TheDivic committed Jan 30, 2025
1 parent 45398ca commit af8518f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/init:tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const main = async () => {
"QUICKNODE_BLAST_KEY",
"GOLD_KEY",
"XLAYER_KEY",
"CONDUIT_KEY"
"CONDUIT_KEY",
"MONAD_XYZ_KEY"
]

for (const varName of envVars) {
Expand Down

0 comments on commit af8518f

Please sign in to comment.