File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Assets/Plugins/Web3AuthSDK Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ void Start()
7373 }
7474 */
7575 clientId = "BPi5PB_UiIZ-cPz1GtV5i1I2iOSOHuimiXBI0e-Oe_u6X3oVAbCiAZOTEBtTXw4tsluTITPqA8zMsfxIKMjiqNQ" ,
76- buildEnv = BuildEnv . PRODUCTION ,
76+ buildEnv = BuildEnv . TESTING ,
7777 redirectUrl = new Uri ( "torusapp://com.torus.Web3AuthUnity/auth" ) ,
7878 network = Web3Auth . Network . SAPPHIRE_MAINNET ,
7979 sessionTime = 86400
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ public class LoginParams
99 public string appState { get ; set ; }
1010 public MFALevel mfaLevel { get ; set ; }
1111
12- public Curve curve { get ; set ; }
12+ public Curve curve { get ; set ; } = Curve . SECP256K1 ;
1313}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public string sdkUrl {
1919 }
2020 set { }
2121 }
22- public const string openLoginVersion = "v5 " ;
22+ public const string openLoginVersion = "v6 " ;
2323
2424 public WhiteLabelData ? whiteLabel { get ; set ; }
2525 public Dictionary < string , LoginConfigItem > ? loginConfig { get ; set ; }
You can’t perform that action at this time.
0 commit comments