Skip to content

Commit

Permalink
GITBOOK-71: refactor: Update the content to the latest version of tco…
Browse files Browse the repository at this point in the history
…nnect.io/modal
  • Loading branch information
f.schoenknecht authored and gitbook-bot committed Dec 19, 2024
1 parent 10cacc6 commit a404243
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions about/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Install the Tezos Beacon Provider
npm install @tconnect.io/tezos-beacon-provider
```

A Wallet Connect provider specifically optimized for Tezos blockchain connections.
A Beacon wallet provider for Tezos ecosystem integrations.
{% endtab %}

{% tab title="Tezos Wallet Connect Provider" %}
Expand All @@ -46,7 +46,7 @@ Install the Tezos Wallet Connect Provider
npm install @tconnect.io/tezos-wc-provider
```

A Beacon wallet provider for Tezos ecosystem integrations.
A Wallet Connect provider specifically optimized for Tezos blockchain connections.
{% endtab %}
{% endtabs %}

Expand Down
12 changes: 9 additions & 3 deletions getting-started/implementation-guide/react-modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,22 @@ networkFilter?: Array<'etherlink' | 'tezos'>;

```typescript
// Optional configuration for the Tezos Beacon network
// Default: Testnet
// Default: Ghostnet
tezosBeaconNetwork?: TezosBeaconNetwork;
```

```typescript
// Optional configuration for the Tezos WalletConnect network
// Default: Testnet
// Default: Ghostnet
tezosWcNetwork?: TezosWcNetwork;
```

```typescript
// Optional configuration for the Tezos WalletConnect network
// Default: Testnet
evmNetwork?: EvmNetworkType;
```

### The TConnectModal Hook

```typescript
Expand Down Expand Up @@ -176,7 +182,7 @@ After selecting the Blockchain, the user is prompted to choose a wallet. The lis

Once a wallet is selected, the user is redirected to the wallet and prompted to authorize the connection.

<img src="../../.gitbook/assets/9eba4224-f1de-447d-bbc2-83182273e3cb.png" alt="" data-size="original">
<div align="left"><figure><img src="../../.gitbook/assets/Screenshot 2024-12-19 at 09.51.26.png" alt="" width="303"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Expand Down

0 comments on commit a404243

Please sign in to comment.