diff --git a/scripts/default_proposal_template.json b/scripts/default_proposal_template.json index af529aa5ebd..563696e964e 100644 --- a/scripts/default_proposal_template.json +++ b/scripts/default_proposal_template.json @@ -14,6 +14,5 @@ "voting_start_epoch": 0, "voting_end_epoch": 0, "activation_epoch": 0 - }, - "data": [] -} \ No newline at end of file + } +} diff --git a/scripts/default_proposal_template_with_wasm.json b/scripts/default_proposal_template_with_wasm.json new file mode 100644 index 00000000000..af529aa5ebd --- /dev/null +++ b/scripts/default_proposal_template_with_wasm.json @@ -0,0 +1,19 @@ +{ + "proposal": { + "content": { + "title": "XXX", + "authors": "XXX, XXX", + "discussions-to": "XXX@YYY.ZZZ", + "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": [] +} \ No newline at end of file