We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9653bd2 commit 17be1a6Copy full SHA for 17be1a6
Assets/Plugins/Web3AuthSDK/Samples/Web3AuthSample.cs
@@ -73,7 +73,7 @@ void Start()
73
}
74
*/
75
clientId = "BPi5PB_UiIZ-cPz1GtV5i1I2iOSOHuimiXBI0e-Oe_u6X3oVAbCiAZOTEBtTXw4tsluTITPqA8zMsfxIKMjiqNQ",
76
- buildEnv = BuildEnv.PRODUCTION,
+ buildEnv = BuildEnv.TESTING,
77
redirectUrl = new Uri("torusapp://com.torus.Web3AuthUnity/auth"),
78
network = Web3Auth.Network.SAPPHIRE_MAINNET,
79
sessionTime = 86400
Assets/Plugins/Web3AuthSDK/Types/LoginParams.cs
@@ -9,5 +9,5 @@ public class LoginParams
9
public string appState { get; set; }
10
public MFALevel mfaLevel { get; set; }
11
12
- public Curve curve { get; set; }
+ public Curve curve { get; set; } = Curve.SECP256K1;
13
0 commit comments