Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/split internal external testing #2563

Merged
merged 17 commits into from
Jul 19, 2024

Conversation

svenvoskamp
Copy link
Contributor

@svenvoskamp svenvoskamp commented Jul 18, 2024

Description

Testing area is now splitted between external and internal. Internal has all features enabled + custom wallets. External has all features with custom wallets disabled.

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

Closes https://linear.app/walletconnect/issue/APKT-668/put-sample-wallets-in-a-separate-page-of-appkit-lab

Checklist

  • [] Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections

Copy link

vercel bot commented Jul 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
web3modal-gallery ✅ Ready (Inspect) Visit Preview Jul 19, 2024 9:32am
web3modal-laboratory ✅ Ready (Inspect) Visit Preview Jul 19, 2024 9:32am

Copy link

linear bot commented Jul 18, 2024

auth: {
socials: ['google', 'x', 'discord', 'apple', 'github']
},
coinbasePreference: 'smartWalletOnly'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove this so it defaults to all ?

Copy link
Collaborator

@tomiir tomiir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪

termsConditionsUrl: 'https://walletconnect.com/terms',
privacyPolicyUrl: 'https://walletconnect.com/privacy',
siweConfig,
customWallets: ConstantsUtil.CustomWallets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add all other possible features?

  • tokens
  • customWallets
  • allWallets
  • includeWalletIds
  • excludeWalletIds
  • featuredWalletIds
  • allowUnsupportedChain

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for wagmi

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we need to add those, as these are more specific configuration adjustments than actual features. But I agree that we should test these somewhere.

@svenvoskamp svenvoskamp merged commit f2e6aa6 into main Jul 19, 2024
9 checks passed
@svenvoskamp svenvoskamp deleted the chore/split-internal-external-testing branch July 19, 2024 10:08
@tomiir tomiir mentioned this pull request Jul 24, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants