Skip to content

Commit

Permalink
bump relayer version for gas fee change (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Oct 25, 2023
1 parent 4b1ce29 commit 3d11195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/script/gen_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var config = {
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'),
relayer: (process.env.VERSION_RELAYER || 'v0.1.5'),
stats: (process.env.VERSION_STATS || 'v0.1.7'),
frontend: (process.env.VERSION_FRONTEND || 'v0.1.7')
},
Expand Down

0 comments on commit 3d11195

Please sign in to comment.