From 9ddd45e2c687280041cc0bb4cd7cb3c1a2c22767 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 23 Nov 2018 15:22:16 +0100 Subject: Rename contract-templates to abi-gen-templates --- packages/abi-gen-templates/partials/params.handlebars | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/abi-gen-templates/partials/params.handlebars (limited to 'packages/abi-gen-templates/partials/params.handlebars') diff --git a/packages/abi-gen-templates/partials/params.handlebars b/packages/abi-gen-templates/partials/params.handlebars new file mode 100644 index 000000000..2d9bb8ed9 --- /dev/null +++ b/packages/abi-gen-templates/partials/params.handlebars @@ -0,0 +1,3 @@ +{{#each inputs}} +{{name}}{{#if @last}}{{else}},{{/if}} +{{/each}} -- cgit v1.2.3