File tree 3 files changed +3
-3
lines changed
Assets/Plugins/Web3AuthSDK
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ void Start()
73
73
}
74
74
*/
75
75
clientId = "BPi5PB_UiIZ-cPz1GtV5i1I2iOSOHuimiXBI0e-Oe_u6X3oVAbCiAZOTEBtTXw4tsluTITPqA8zMsfxIKMjiqNQ" ,
76
- buildEnv = BuildEnv . PRODUCTION ,
76
+ buildEnv = BuildEnv . TESTING ,
77
77
redirectUrl = new Uri ( "torusapp://com.torus.Web3AuthUnity/auth" ) ,
78
78
network = Web3Auth . Network . SAPPHIRE_MAINNET ,
79
79
sessionTime = 86400
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ public class LoginParams
9
9
public string appState { get ; set ; }
10
10
public MFALevel mfaLevel { get ; set ; }
11
11
12
- public Curve curve { get ; set ; }
12
+ public Curve curve { get ; set ; } = Curve . SECP256K1 ;
13
13
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public string sdkUrl {
19
19
}
20
20
set { }
21
21
}
22
- public const string openLoginVersion = "v5 " ;
22
+ public const string openLoginVersion = "v6 " ;
23
23
24
24
public WhiteLabelData ? whiteLabel { get ; set ; }
25
25
public Dictionary < string , LoginConfigItem > ? loginConfig { get ; set ; }
You can’t perform that action at this time.
0 commit comments