From f6597ae2b0bdabb785621b285cd29e82a98e2489 Mon Sep 17 00:00:00 2001 From: DiscRiskandBisque Date: Tue, 20 Feb 2018 16:36:35 -0500 Subject: [PATCH] Readme additions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.