Web3Auth / mpc-core-kit

16 stars 4 forks source link

[v3] ed25519 Support on Mainnet #151

Closed AyushBherwani1998 closed 4 months ago

AyushBherwani1998 commented 4 months ago

Description

After v3-alpha.02, the ed2519 is not supported error is gone, but it now fails to login. The same code works fine on Devnet. Currently using the loginWithJWT.

Error:

{
"name": "CoreKitError",
"code": 1000,
"message": "undefined Fail to lookup key assign result, please try again"
}

Console:

login error Error: Fail to lookup key assign result, please try again
    at torusUtils.esm.js:816:1
    at <anonymous>
AyushBherwani1998 commented 4 months ago

Tried with loginWithOauth, same error.

AyushBherwani1998 commented 4 months ago

Works fine now after @himanshuchawla009's fix. Tested with both loginWithJWT and loginWithOauth.