Skip to content

Commit

Permalink
final bump before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Sep 11, 2023
1 parent 9b8a44d commit dde4f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions subnet/deployment-generator/script/gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ function genCommands(num_machines, network_name, network_id, num_subnet, keys){

commands+=`\nmachine1: deploy checkpoint smart contract\n` //
commands+=` cd ..\n`
commands+=` docker run --env-file generated/common.env \\
-v $(pwd)/generated/:/app/generated/ \\
commands+=` docker run --env-file generated/common.env \\
-v $(pwd)/generated/:/app/generated/ \\
--entrypoint 'bash' ${config.docker_image_name} ./deploy_csc.sh \n`
// commands+=` make an edit to ./config/common.env to include values for CHECKPOINT_CONTRACT \n`
commands+=` cd generated\n`
Expand Down
8 changes: 4 additions & 4 deletions subnet/deployment-generator/script/gen_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ var config = {
relayer_mode: (process.env.RELAYER_MODE || 'full'), //full or lite
docker_image_name: (process.env.IMAGE_NAME || 'xinfinorg/subnet-generator:latest'),
version: {
subnet: (process.env.VERSION_SUBNET || 'v0.1.5'),
bootnode: (process.env.VERSION_BOOTNODE || 'v0.1.4'),
subnet: (process.env.VERSION_SUBNET || 'v0.1.6'),
bootnode: (process.env.VERSION_BOOTNODE || 'v0.1.6'),
observer: (process.env.VERSION_OBSERVER || 'latest'),
relayer: (process.env.VERSION_RELAYER || 'v0.1.4'),
stats: (process.env.VERSION_STATS || 'v0.1.4'),
frontend: (process.env.VERSION_FRONTEND || 'v0.1.4')
stats: (process.env.VERSION_STATS || 'v0.1.5'),
frontend: (process.env.VERSION_FRONTEND || 'v0.1.5')
},
parentchain:{
network: (process.env.PARENTCHAIN || 'devnet'),
Expand Down

0 comments on commit dde4f7b

Please sign in to comment.