Skip to content

Commit

Permalink
fix: add missing environment for post subgraph deployment with Ormi (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo authored Jan 29, 2025
1 parent ae949ec commit 8a9511b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/subgraph/scripts/post-deploy-on-ormi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ program
.choices([
"testing_amoy",
"testing_sepolia",
"testing_base",
"staging_amoy",
"staging_sepolia",
"staging_base",
"production_polygon",
"production_ethereum"
"production_ethereum",
"production_base"
])
)
.parse(process.argv);
Expand Down

0 comments on commit 8a9511b

Please sign in to comment.