Skip to content

Commit

Permalink
fix: Web3 auth
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpargal committed Sep 6, 2024
1 parent a874b2d commit 7e640a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/utils/service/web3auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const privateKeyProvider = new EthereumPrivateKeyProvider({

const web3auth = new Web3Auth({
clientId: process.env.NEXT_PUBLIC_WEB3_AUTH_CLIENT_ID!,
web3AuthNetwork: WEB3AUTH_NETWORK.SAPPHIRE_DEVNET,
web3AuthNetwork: WEB3AUTH_NETWORK.TESTNET,
privateKeyProvider,
});

Expand Down

0 comments on commit 7e640a2

Please sign in to comment.