Skip to content

Commit

Permalink
Merge pull request #73 from EveripediaNetwork/fix-update-web3auth-name
Browse files Browse the repository at this point in the history
update web3auth name
  • Loading branch information
Royal-lobster authored Nov 26, 2024
2 parents 9fcc6af + 412aa0a commit cdc18de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-onions-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@everipedia/iq-login": patch
---

Updates web3 auth name to iq.wiki rather than iq wiki ai editor
4 changes: 2 additions & 2 deletions src/components/iq-login-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ const chain =
const web3AuthInstance = createWeb3AuthInstance(chain);

export const defaultConfig = getDefaultConfig({
appName: "IQ.Wiki AI Editor",
appName: "IQ.wiki",
projectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID,
chains: [chain],
wallets: [
...getDefaultWallets({
appName: "IQ.Wiki AI Editor",
appName: "IQ.wiki",
projectId: process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID,
}).wallets,
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/integrations/web3-auth-connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function createWeb3AuthInstance(chain: Chain) {
});

const uiConfig: Web3AuthModal.Web3AuthOptions["uiConfig"] = {
appName: "IQ.Wiki AI Editor",
appName: "IQ.wiki",
loginMethodsOrder: ["google", "discord", "twitter"],
defaultLanguage: "en",
modalZIndex: "2147483647",
Expand Down

0 comments on commit cdc18de

Please sign in to comment.