-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Firekeeper <[email protected]>
1 parent
2c59e79
commit 6b4e9c8
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 protected]" // The email you want to authenticate with (Required for this provider) | ||
); | ||
|