Skip to content

Commit f9291d8

Browse files
committed
Update readme
1 parent 029ffc5 commit f9291d8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ The wallet select modules are functions that return a wallet object. The followi
174174

175175
- `metamask`
176176
- `dapper`
177-
- `walletConnect`
177+
- `walletConnect` (requires initialization)
178178
- `portis` (requires initialization)
179179
- `fortmatic` (requires initialization)
180180

181181
#### Mobile Wallets
182182

183183
- `trust`
184184
- `coinbase`
185-
- `walletConnect`
185+
- `walletConnect` (requires initialization)
186186
- `portis` (requires initialization)
187187
- `fortmatic` (requires initialization)
188188

@@ -216,6 +216,14 @@ fortmatic({
216216
})
217217
```
218218

219+
`walletConnect` Initialization:
220+
221+
```javascript
222+
fortmatic({
223+
infuraKey: String
224+
})
225+
```
226+
219227
#### Example
220228

221229
```javascript

0 commit comments

Comments
 (0)