Skip to content

Commit 73585bb

Browse files
authored
Update docs/src/routes/docs/[...4]wallets/[...36]finoaconnect/+page.md
1 parent 054e8c6 commit 73585bb

File tree

1 file changed

+8
-8
lines changed
  • docs/src/routes/docs/[...4]wallets/[...36]finoaconnect

1 file changed

+8
-8
lines changed

docs/src/routes/docs/[...4]wallets/[...36]finoaconnect/+page.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ npm install @web3-onboard/core @web3-onboard/finoaconnect
2727

2828
Optional initialization object
2929
```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+
}
3838
```
3939

4040
```typescript

0 commit comments

Comments
 (0)