diff --git a/docs/tutorial/SSO.mdx b/docs/tutorial/SSO.mdx index 77c5594..e57d2e3 100644 --- a/docs/tutorial/SSO.mdx +++ b/docs/tutorial/SSO.mdx @@ -56,12 +56,12 @@ VeridaLoginExample = () => { request: { logoUrl: 'https://developers.verida.io/img/tutorial_login_request_logo_170x170.png', }, - environment: EnvironmentType.TESTNET, + environment: EnvironmentType.MAINNET, }); const context = await Network.connect({ client: { - environment: EnvironmentType.TESTNET, + environment: EnvironmentType.MAINNET, }, account: account, context: { diff --git a/src/theme/ReactLiveScope/index.js b/src/theme/ReactLiveScope/index.js index cfabaae..a464d8b 100644 --- a/src/theme/ReactLiveScope/index.js +++ b/src/theme/ReactLiveScope/index.js @@ -85,12 +85,12 @@ if (ExecutionEnvironment.canUseDOM) { "https://developers.verida.io/img/tutorial_login_request_logo_170x170.png", walletConnect, }, - environment: EnvironmentType.TESTNET, + environment: EnvironmentType.MAINNET, }); const context = await Network.connect({ client: { - environment: EnvironmentType.TESTNET, + environment: EnvironmentType.MAINNET, }, account: globalAccount, context: {