From a033f264b97dc7fbc95cca82c977fad7af9c2a60 Mon Sep 17 00:00:00 2001 From: "f.schoenknecht" Date: Thu, 19 Dec 2024 13:22:55 +0000 Subject: [PATCH] GITBOOK-79: No subject --- getting-started/implementation-guide/react-modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/implementation-guide/react-modal.md b/getting-started/implementation-guide/react-modal.md index dbaa7ef..c565dde 100644 --- a/getting-started/implementation-guide/react-modal.md +++ b/getting-started/implementation-guide/react-modal.md @@ -72,7 +72,7 @@ tezosWcNetwork?: TezosWcNetwork; ```typescript // Optional configuration for the Tezos WalletConnect network -// Default: Testnet +// Default: Ghostnet etherlinkNetwork?: EtherlinkNetworkType; ```