From bba43306dfc9086a662b8f47695a9c3bc75a2a4b Mon Sep 17 00:00:00 2001 From: Daniel Zarifpour Date: Wed, 24 Jan 2024 00:27:41 +0100 Subject: [PATCH] Update README.md (#78) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1775fa9..6b8ef30 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ The first step is to generate the utils const testingUtils = generateTestingUtils({ providerType: "MetaMask" }); ``` -The argument is only the provider type, the three choices for now are `"MetaMask"`, `Coinbase`, `"WalletConnect"` or `"default"`. +The argument is only the provider type, the four choices for now are `"MetaMask"`, `Coinbase`, `"WalletConnect"` or `"default"`. The provider will then need to be injected in the application, this mechanism depends on the implementation details of the application. As an example for MetaMask, provider is injected in the `window` object so as an example, using `jest` hooks one may inject the mock provider as