Migration of Web3Auth Testnet to Goerli #911
Replies: 1 comment 3 replies
-
Couldn't get it to work even after making these changes, we're using self hosting solution and it is giving this error on trigger login |
Beta Was this translation helpful? Give feedback.
-
Hey Web3Auth Community,
Due to the recent change in the Ethereum testnets and the support deprecation by our node providers, we're moving our
testnet
fromRopsten
toGoerli
.mainnet
&cyan
is not affected by this change, things should be working as expected.For people using Web3Auth Plug and Play SDKs, this should not cause any major change in the functionality. However, with Self Host SDKs (tKey & Custom Auth Web and Mobile SDKs), please update to the latest SDK.
If you're passing a custom URL in the
networkUrl
, please swap it to any Goerli Testnet URL (if you want to use a custom url), after updating to latest SDK. Ideally, you can also just switch to use thenetwork
field astestnet
directly and delete thenetworkUrl
field altogether.CustomAuth Web SDK
CustomAuth Android SDK
CustomAuth iOS SDK
If you are not able to see your verifiers on dashboard you can try either of the three solutions given below:-
ropsten
/goerli
tomainnet
from wallet setting and change it back togoerli
.Either of the above three should be able to show you your old verifiers if not showing now.
Beta Was this translation helpful? Give feedback.
All reactions