Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Dec 15, 2023
1 parent 4b8425c commit 597f794
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subnet/deployment-generator/script/gen_compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ function genSubnetNodes(machine_id, num, start_num=1) {
volume='./xdcchain'+i.toString()+':/work/xdcchain'
var config_path='${SUBNET_CONFIG_PATH}/subnet'+i.toString()+'.env'
compose_profile='machine'+machine_id.toString()
port = 20303+i-1
rpcport = 8545+i-1
wsport= 9555+i-1
port = 20302+i
rpcport = 8544+i
wsport= 9554+i
subnet_nodes[node_name] = {
'image': `xinfinorg/xdcsubnets:${config.version.subnet}`,
'volumes': [volume, '${SUBNET_CONFIG_PATH}/genesis.json:/work/genesis.json'],
Expand Down

0 comments on commit 597f794

Please sign in to comment.