We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4852c5 + a7e37fb commit aeb23acCopy full SHA for aeb23ac
core/src/main/java/com/web3auth/core/Web3Auth.kt
@@ -103,6 +103,8 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
103
)
104
if (params?.curve != null) initParams.put("curve", params.curve.name.lowercase(Locale.ROOT))
105
if (params?.dappShare != null) initParams.put("dappShare", params.dappShare)
106
+ if (params?.appState != null) initParams.put("appState", params.appState)
107
+ if (params?.dappUrl != null) initParams.put("dappUrl", params.dappUrl)
108
return initParams
109
}
110
0 commit comments