Add support for contract tx call options #34

Merged
bumi merged 1 commits from feature/support-contract-call-options into master 2018-04-20 10:59:08 +00:00
bumi commented 2018-04-20 00:12:30 +00:00 (Migrated from github.com)

This allows to provide options like gas price/limit settings for the
state changing contract calls.
These options are simply passed to the ethers contract instance.

We need to provide the gas limit when using the jsonrpc provider.
(ganache failed with revert if not enought gas was provider)

This allows to provide options like gas price/limit settings for the state changing contract calls. These options are simply passed to the ethers contract instance. We need to provide the gas limit when using the jsonrpc provider. (ganache failed with revert if not enought gas was provider)
fsmanuel (Migrated from github.com) approved these changes 2018-04-20 10:02:58 +00:00
fsmanuel (Migrated from github.com) left a comment

👍

👍
Sign in to join this conversation.
No description provided.