Skip to content

Commit

Permalink
bump testing version
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Aug 7, 2024
1 parent 3561445 commit 1ea182b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subnet/deployment-generator/src/config_gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ const config = {
operating_system: process.env.OS || "linux",
version: {
subnet: (process.env.VERSION_SUBNET || 'feature-v1-release'),
bootnode: (process.env.VERSION_BOOTNODE || 'v0.2.2'),
bootnode: (process.env.VERSION_BOOTNODE || 'feature-v1-release'),
// observer: (process.env.VERSION_OBSERVER || 'latest'),
relayer: process.env.VERSION_RELAYER || "v0.2.2",
stats: process.env.VERSION_STATS || "v0.1.8",
frontend: process.env.VERSION_FRONTEND || "v0.1.9",
relayer: process.env.VERSION_RELAYER || "feature-v1-release",
stats: process.env.VERSION_STATS || "reature-v1-release",
frontend: process.env.VERSION_FRONTEND || "feature-v1-release",
// csc: process.env.VERSION_CSC || "v0.2.0",
csc: process.env.VERSION_CSC || "feature-v0.2.1",
zero: (process.env.VERSION_ZERO || 'v0.1.1')
Expand Down

0 comments on commit 1ea182b

Please sign in to comment.