Skip to content

Commit

Permalink
comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jan 9, 2024
1 parent 42e3606 commit 9ff8b49
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,12 +547,7 @@ export type OpenLoginOptions = {
clientId: string;

/**
* network specifies the openlogin sdk url to be used.
*
* - `'mainnet'`: https://app.openlogin.com will be used which is the production version.
* - `'cyan'`: https://cyan.openlogin.com will be used which is the production cyan version.
* - `'testnet'`: https://testing.openlogin.com will be used which is the testing version.
* - `'development'`: http://localhost:3000 will be used for development purpose.
* network specifies the web3auth network to be used.
*/
network: OPENLOGIN_NETWORK_TYPE;

Expand Down

0 comments on commit 9ff8b49

Please sign in to comment.