From bcee7811817db3e85ea7fd957c6622828bfee06f Mon Sep 17 00:00:00 2001 From: brentstone Date: Fri, 30 Aug 2024 18:16:54 -0600 Subject: [PATCH] add another template file --- scripts/default_proposal_template.json | 5 ++--- .../default_proposal_template_with_wasm.json | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 scripts/default_proposal_template_with_wasm.json 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