Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Use mainnet in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelticot committed Apr 17, 2024
1 parent 927a780 commit f3a49fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/SSO.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
4 changes: 2 additions & 2 deletions src/theme/ReactLiveScope/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit f3a49fb

Please sign in to comment.