File tree 1 file changed +8
-8
lines changed
docs/src/routes/docs/[...4]wallets/[...36]finoaconnect 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ npm install @web3-onboard/core @web3-onboard/finoaconnect
27
27
28
28
Optional initialization object
29
29
``` typescript
30
- /** Optional object provided to the initiation of the wallet connector.
31
- * When not included, the wallet connector service connects to FinoaConnect production systems.
32
- * @field {url} URL of the FinoaConnect backend systems to be used
33
- * @field {labelSuffix} arbitrary string label to denote the context of the URL field */
34
- export interface FinoaWalletOption {
35
- url? : string
36
- labelSuffix? : string
37
- }
30
+ /** Optional object provided to the initiation of the wallet connector.
31
+ * When not included, the wallet connector service connects to FinoaConnect production systems.
32
+ * @field {url} URL of the FinoaConnect backend systems to be used
33
+ * @field {labelSuffix} arbitrary string label to denote the context of the URL field */
34
+ export interface FinoaWalletOption {
35
+ url? : string
36
+ labelSuffix? : string
37
+ }
38
38
```
39
39
40
40
``` typescript
You can’t perform that action at this time.
0 commit comments