Skip to content

Commit

Permalink
trig
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Sep 19, 2023
1 parent 708b202 commit a097f20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subnet/deployment-generator/script/gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Object.freeze(config)
// console.log(config)




const num_machines = config.num_machines
const num_subnet = config.num_subnet
const ip_1 = config.ip_1
Expand All @@ -21,6 +23,8 @@ const secret_string = config.secret_string
const output_path = `${__dirname}/../generated/`




keys = genSubnetKeys()

num_per_machine = Array(num_machines)
Expand Down

0 comments on commit a097f20

Please sign in to comment.