diff --git a/README.md b/README.md index 4e90084..84c6fb8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This components wraps your entire app (but within the DrizzleProvider) and will `method` (string, required) Method of the contract to call. -`methodArgs` (array) Arguments for the contract method call. EX: The address for an ERC20 balanceOf() function. +`methodArgs` (array) Arguments for the contract method call. EX: The address for an ERC20 balanceOf() function. The last argument can optionally be an options object with the typical from, gas and gasPrice keys. `hideIndicator` (boolean) If true, hides the loading indicator during contract state updates. Useful for things like ERC20 token symbols which do not change.