From 6b4e9c8738c47907c6dd78845663b5e1f2fb5d07 Mon Sep 17 00:00:00 2001 From: Firekeeper <0xFirekeeper@gmail.com> Date: Thu, 25 Jul 2024 16:29:48 +0300 Subject: [PATCH] Update README.md Signed-off-by: Firekeeper <0xFirekeeper@gmail.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bc9e266..b7fb4b98 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See full documentation on the [thirdweb portal](https://portal.thirdweb.com/unit # Technical Demo -Try out our multichain game that leverages Embedded and Smart Wallets to create seamless experiences, built in 3 weeks - [Web3 Warriors](https://web3warriors.thirdweb.com/). +Try out our multichain game that leverages In-App and Smart Wallets to create seamless experiences, built in 3 weeks - [Web3 Warriors](https://web3warriors.thirdweb.com/). ![image](https://github.com/thirdweb-dev/unity-sdk/assets/43042585/171198b2-83e7-4c8a-951b-79126dd47abb) @@ -57,7 +57,7 @@ In order to access the SDK, you only need to have a [ThirdwebManager](https://po ```csharp // Configure the connection var connection = new WalletConnection( - provider: WalletProvider.EmbeddedWallet, // The wallet provider you want to connect to (Required) + provider: WalletProvider.InAppWallet, // The wallet provider you want to connect to (Required) chainId: 5, // The chain you want to connect to (Required) email: "email@email.com" // The email you want to authenticate with (Required for this provider) );