File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,10 @@ const config = {
2626 relayer : process . env . VERSION_RELAYER || "v0.3.1" ,
2727 stats : process . env . VERSION_STATS || "v0.1.11" ,
2828 frontend : process . env . VERSION_FRONTEND || "v0.1.12" ,
29- // csc: process.env.VERSION_CSC || "v0.3.0",
30- csc : process . env . VERSION_CSC || "feature-v0.3.0" ,
31- // zero: process.env.VERSION_ZERO || "v0.3.0",
32- zero : process . env . VERSION_ZERO || "feature-v0.3.0" ,
29+ csc : process . env . VERSION_CSC || "v0.3.0" ,
30+ zero : process . env . VERSION_ZERO || "v0.3.0" ,
3331 subswap_frontend :
34- process . env . VERSION_SUBSWAP_FRONTEND || "feature-dockerize " ,
32+ process . env . VERSION_SUBSWAP_FRONTEND || "v0.1.0 " ,
3533 explorer : process . env . VERSION_EXPLORER || "v0.1.0" ,
3634 } ,
3735 parentnet : {
Original file line number Diff line number Diff line change 11#! /bin/bash
2- version=" generator-v1.1 .0"
2+ version=" v2.0 .0"
33current_dir=" $( cd " $( dirname " $0 " ) " && pwd) "
44network_name=" docker_net"
55
You can’t perform that action at this time.
0 commit comments