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

V3 / ethers preview #1363

Merged
merged 69 commits into from
Oct 20, 2023
Merged

V3 / ethers preview #1363

merged 69 commits into from
Oct 20, 2023

Conversation

svenvoskamp
Copy link
Contributor

@svenvoskamp svenvoskamp commented Sep 28, 2023

Changes

  • Added ethers-5 package
  • Added support for WalletConnectProvider
  • Added support for InjectedProvider
  • Added support for CoinbaseProvider
  • Added support for EIP6963Provider
  • Created utils package to store shared constants, presets and helpers
  • Created scaffold-react package to store shared react hooks
  • Created scaffold-vue package to store shared vue compositions

@vercel
Copy link

vercel bot commented Sep 28, 2023

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

Name Status Preview Updated (UTC)
web3modal-gallery ✅ Ready (Inspect) Visit Preview Oct 20, 2023 9:52am
web3modal-laboratory ✅ Ready (Inspect) Visit Preview Oct 20, 2023 9:52am
web3modal-react-wagmi-ex ✅ Ready (Inspect) Visit Preview Oct 20, 2023 9:52am
web3modal-vue-wagmi-ex ✅ Ready (Inspect) Visit Preview Oct 20, 2023 9:52am

glitch-txs
glitch-txs previously approved these changes Oct 19, 2023
Copy link
Contributor

@xzilja xzilja left a comment

Choose a reason for hiding this comment

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

Left few more feedback points and suggestions

apps/laboratory/next.config.js Show resolved Hide resolved
examples/html-ethers-5/src/main.js Outdated Show resolved Hide resolved
examples/html-ethers-5/src/main.js Outdated Show resolved Hide resolved
examples/react-ethers-5/src/App.tsx Outdated Show resolved Hide resolved
examples/vue-ethers-5/src/App.vue Outdated Show resolved Hide resolved
packages/core/src/controllers/NetworkController.ts Outdated Show resolved Hide resolved
packages/wagmi/src/utils/provider.ts Outdated Show resolved Hide resolved
packages/wagmi/src/utils/helpers.ts Outdated Show resolved Hide resolved
packages/wagmi/src/client.ts Outdated Show resolved Hide resolved
@glitch-txs glitch-txs requested a review from xzilja October 20, 2023 10:19
@svenvoskamp svenvoskamp merged commit a3202ff into V3 Oct 20, 2023
6 checks passed
@svenvoskamp svenvoskamp deleted the v-3/ethers-preview branch October 20, 2023 10:38
@shazow
Copy link

shazow commented Oct 20, 2023

High level thought: There's very little ethers5-specific code here. Have you considered defining a minimal web3 provider interface that someone can implement to create wrappers for any provider?

For example, what about supporting ethers6?

@glitch-txs
Copy link
Contributor

Hi @shazow we are planning to add support for v6 as well, were currently figuring out the best approach

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.

5 participants