Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Changed deployment example to gasPrice:100
Browse files Browse the repository at this point in the history
  • Loading branch information
edison0xyz authored and iantanwx committed Dec 6, 2018
1 parent 6029772 commit 02539b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -138,7 +138,7 @@ end`;
// instance of class Contract
const contract = zilliqa.contracts.new(code, init);

const hello = await contract.deploy(new BN(1), Long.fromNumber(5000));
const hello = await contract.deploy(new BN(100), Long.fromNumber(5000));
const callTx = await hello.call('setHello', [
{
vname: 'msg',
Expand Down

0 comments on commit 02539b3

Please sign in to comment.