File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -174,15 +174,15 @@ The wallet select modules are functions that return a wallet object. The followi
174
174
175
175
- ` metamask `
176
176
- ` dapper `
177
- - ` walletConnect `
177
+ - ` walletConnect ` (requires initialization)
178
178
- ` portis ` (requires initialization)
179
179
- ` fortmatic ` (requires initialization)
180
180
181
181
#### Mobile Wallets
182
182
183
183
- ` trust `
184
184
- ` coinbase `
185
- - ` walletConnect `
185
+ - ` walletConnect ` (requires initialization)
186
186
- ` portis ` (requires initialization)
187
187
- ` fortmatic ` (requires initialization)
188
188
@@ -216,6 +216,14 @@ fortmatic({
216
216
})
217
217
```
218
218
219
+ ` walletConnect ` Initialization:
220
+
221
+ ``` javascript
222
+ fortmatic ({
223
+ infuraKey: String
224
+ })
225
+ ```
226
+
219
227
#### Example
220
228
221
229
``` javascript
You can’t perform that action at this time.
0 commit comments