File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
subnet/deployment-generator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION_GENERATOR=" v1.0.0 "
2+ VERSION_GENERATOR=" v1.0.1 "
33VERSION_GENESIS=" v0.3.1"
44
55current_dir=" $( cd " $( dirname " $0 " ) " && pwd) "
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ const config = {
2626 bootnode : process . env . VERSION_BOOTNODE || "v0.3.1" ,
2727 relayer : process . env . VERSION_RELAYER || "v0.3.1" ,
2828 stats : process . env . VERSION_STATS || "v0.1.11" ,
29- frontend : process . env . VERSION_FRONTEND || "v0.1.11 " ,
29+ frontend : process . env . VERSION_FRONTEND || "v0.1.12 " ,
3030 csc : process . env . VERSION_CSC || "v0.2.1" ,
31- zero : process . env . VERSION_ZERO || "v0.1.0 " ,
31+ zero : process . env . VERSION_ZERO || "v0.2.1 " ,
3232 } ,
3333 parentnet : {
3434 network : process . env . PARENTNET || "testnet" ,
You can’t perform that action at this time.
0 commit comments