Skip to content

Commit

Permalink
chore: enable all social options on lab (#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk authored Oct 16, 2024
1 parent d27bd6d commit 8db3568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/ethers5.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ const modal = createAppKit({
defaultNetwork: mainnet,
projectId: ConstantsUtil.ProjectId,
features: {
analytics: true,
email: true,
socials: ['google', 'github', 'apple', 'discord']
analytics: true
},
termsConditionsUrl: 'https://reown.com/terms-of-service',
privacyPolicyUrl: 'https://reown.com/privacy-policy',
Expand Down
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/solana.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ const modal = createAppKit({
networks,
projectId: ConstantsUtil.ProjectId,
features: {
analytics: true,
email: true,
socials: ['google', 'github', 'apple', 'discord']
analytics: true
},
metadata: ConstantsUtil.Metadata
})
Expand Down
4 changes: 1 addition & 3 deletions apps/laboratory/src/pages/library/wagmi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ const modal = createAppKit({
networks: wagmiAdapter.caipNetworks,
projectId: ConstantsUtil.ProjectId,
features: {
analytics: true,
email: true,
socials: ['google', 'github', 'apple', 'discord']
analytics: true
}
})

Expand Down

0 comments on commit 8db3568

Please sign in to comment.