Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Aug 10, 2024
1 parent 10d6fd0 commit 94842c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/src/gen_other.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function genCommands() {
commands += "\n1. Deploy XDC-Zero\n"
commands += ` docker pull xinfinorg/xdc-zero:${config.version.zero}\n`
commands += ` docker run --env-file contract_deploy.env --network generated_docker_net xinfinorg/xdc-zero:${config.version.zero} endpointandregisterchain\n`
commands += " \n(Optional) Deploy Subswap and Register Application to XDC-Zero\n"
commands += " \n (Optional) Deploy Subswap and Register Application to XDC-Zero\n"
commands += " - copy SUBNET_ZERO_CONTRACT and PARENTNET_ZERO_CONTRACT to contract_deploy.env\n"
commands += " docker run --env-file contract_deploy.env --network generated_docker_net xinfinorg/xdc-zero:v0.1.0 subswap\n"
commands += " - copy SUBNET_APP and PARENTNET_APP to contract_deploy.env\n"
Expand Down

0 comments on commit 94842c3

Please sign in to comment.