Skip to content

Commit

Permalink
add another template file
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Aug 31, 2024
1 parent b877eb2 commit bcee781
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/default_proposal_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
"voting_start_epoch": 0,
"voting_end_epoch": 0,
"activation_epoch": 0
},
"data": []
}
}
}
19 changes: 19 additions & 0 deletions scripts/default_proposal_template_with_wasm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"proposal": {
"content": {
"title": "XXX",
"authors": "XXX, XXX",
"discussions-to": "[email protected]",
"created": "YYYY-MM-DDTHH:MM:SSZ",
"abstract": "XXX",
"motivation": "XXX",
"details": "XXX",
"requires": "0"
},
"author": "tnamXXX",
"voting_start_epoch": 0,
"voting_end_epoch": 0,
"activation_epoch": 0
},
"data": []
}

0 comments on commit bcee781

Please sign in to comment.