Skip to content

Commit

Permalink
incr gas price for görli
Browse files Browse the repository at this point in the history
  • Loading branch information
elmariachi111 committed Aug 12, 2020
1 parent e4a4843 commit 37898f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IpfsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const IpfsPage: React.FC = () => {
const promiEvent = contract.methods.addDocument(bytes).send({
from: account,
gasPrice: 21 * 1e5,
gas: 30 * 1e5,
});

promiEvent.on("transactionHash", console.log);
Expand Down

0 comments on commit 37898f8

Please sign in to comment.