Skip to content

Commit a7e37fb

Browse files
committed
feat: update getInitParams()
Signed-off-by: Gaurav Goel <[email protected]>
1 parent e4852c5 commit a7e37fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/com/web3auth/core/Web3Auth.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
103103
)
104104
if (params?.curve != null) initParams.put("curve", params.curve.name.lowercase(Locale.ROOT))
105105
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)
106108
return initParams
107109
}
108110

0 commit comments

Comments
 (0)