get rid of the template

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-05-29 14:02:26 -05:00
parent 12836f53e8
commit 0be18390f1
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<%- className %>Abi = <%- abi %>; <%- className %>Abi = <%- abi %>;
<%- className %> = new web3.eth.Contract(<%- className %>Abi); <%- className %> = new web3.eth.Contract(<%- className %>Abi);
<%- className %>.options.address = '<%- contract.deployedAddress %>'; <%- className %>.options.address = '<%- contract.deployedAddress %>';
<%- className %>.abi = <%- abi %>;
<%- className %>.address = '<%- contract.deployedAddress %>'; <%- className %>.address = '<%- contract.deployedAddress %>';
<%- className %>.options.from = web3.eth.defaultAccount; <%- className %>.options.from = web3.eth.defaultAccount;
<% if (gasLimit != false) { %> <% if (gasLimit != false) { %>