File tree Expand file tree Collapse file tree 2 files changed +152
-89
lines changed
WebGLTemplates/Thirdweb/lib Expand file tree Collapse file tree 2 files changed +152
-89
lines changed Original file line number Diff line number Diff line change 99using Nethereum . Siwe . Core ;
1010using System . Collections . Generic ;
1111using Nethereum . Web3 . Accounts ;
12- using UnityEngine . Networking ;
13- using Nethereum . Hex . HexConvertors . Extensions ;
1412using WalletConnectSharp . Core . Models . Ethereum ;
1513
1614//using WalletConnectSharp.NEthereum;
@@ -22,8 +20,7 @@ namespace Thirdweb
2220 /// </summary>
2321 public class Wallet : Routable
2422 {
25- public Wallet ( )
26- : base ( $ "sdk{ subSeparator } wallet") { }
23+ public Wallet ( ) : base ( $ "sdk{ subSeparator } wallet") { }
2724
2825 /// <summary>
2926 /// Connect a user's wallet via a given wallet provider
@@ -507,7 +504,7 @@ public static WalletProvider CoinbaseWallet
507504 }
508505 public static WalletProvider WalletConnect
509506 {
510- get { return new WalletProvider ( "walletConnect " ) ; }
507+ get { return new WalletProvider ( "walletConnectV1 " ) ; }
511508 }
512509 public static WalletProvider Injected
513510 {
@@ -519,7 +516,7 @@ public static WalletProvider MagicAuth
519516 }
520517 public static WalletProvider DeviceWallet
521518 {
522- get { return new WalletProvider ( "deviceWallet " ) ; }
519+ get { return new WalletProvider ( "localWallet " ) ; }
523520 }
524521
525522 public override string ToString ( )
You can’t perform that action at this time.
0 commit comments