Skip to content

Commit 8a9511b

Browse files
fix: add missing environment for post subgraph deployment with Ormi (#893)
1 parent ae949ec commit 8a9511b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/subgraph/scripts/post-deploy-on-ormi.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ program
1111
.choices([
1212
"testing_amoy",
1313
"testing_sepolia",
14+
"testing_base",
1415
"staging_amoy",
1516
"staging_sepolia",
17+
"staging_base",
1618
"production_polygon",
17-
"production_ethereum"
19+
"production_ethereum",
20+
"production_base"
1821
])
1922
)
2023
.parse(process.argv);

0 commit comments

Comments
 (0)