Skip to content

Commit

Permalink
Generator v1.0.1 (#164)
Browse files Browse the repository at this point in the history
* update XDC-Zero version

* bump xdc-zero and frontend version
  • Loading branch information
wanwiset25 authored Nov 12, 2024
1 parent b8d4600 commit 786001d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/scripts/generate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION_GENERATOR="v1.0.0"
VERSION_GENERATOR="v1.0.1"
VERSION_GENESIS="v0.3.1"

current_dir="$(cd "$(dirname "$0")" && pwd)"
Expand Down
4 changes: 2 additions & 2 deletions subnet/deployment-generator/src/config_gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const config = {
bootnode: process.env.VERSION_BOOTNODE || "v0.3.1",
relayer: process.env.VERSION_RELAYER || "v0.3.1",
stats: process.env.VERSION_STATS || "v0.1.11",
frontend: process.env.VERSION_FRONTEND || "v0.1.11",
frontend: process.env.VERSION_FRONTEND || "v0.1.12",
csc: process.env.VERSION_CSC || "v0.2.1",
zero: process.env.VERSION_ZERO || "v0.1.0",
zero: process.env.VERSION_ZERO || "v0.2.1",
},
parentnet: {
network: process.env.PARENTNET || "testnet",
Expand Down

0 comments on commit 786001d

Please sign in to comment.