Skip to content

Commit 92e71d4

Browse files
committed
feat: update Web3AuthOptions
Signed-off-by: Gaurav Goel <[email protected]>
1 parent a86f344 commit 92e71d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/com/web3auth/core/types/Web3AuthOptions.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ data class Web3AuthOptions(
2828
@Keep val web3AuthNetwork: Web3AuthNetwork,
2929
@Keep val useSFAKey: Boolean? = false,
3030
@Keep val walletServicesConfig: WalletServicesConfig? = null,
31-
//@Keep val chainNamespace: ChainNamespace? = ChainNamespace.EIP155,
3231
@Keep val mfaSettings: MfaSettings? = null,
3332
) {
3433
init {

0 commit comments

Comments
 (0)