get rid of the template
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
12836f53e8
commit
0be18390f1
|
@ -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) { %>
|
||||||
|
|
Loading…
Reference in New Issue