Skip to content

Commit

Permalink
Update README.md (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarifpour authored Jan 23, 2024
1 parent ec15165 commit bba4330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bba4330

Please sign in to comment.