Skip to content

Commit

Permalink
fix: use v2.5 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Oct 23, 2023
1 parent a36d4f2 commit a552e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/templates/script.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ contract CreateProposal is EthereumScript {
.join('\n')}
// create proposal
GovV3Helpers.createProposal(payloads, GovV3Helpers.ipfsHashFile(vm, 'src/${folderName}/${
GovV3Helpers.createProposal2_5(payloads, GovV3Helpers.ipfsHashFile(vm, 'src/${folderName}/${
options.shortName
}.md'));
}
Expand Down

0 comments on commit a552e16

Please sign in to comment.