alchemyplatform / create-web3-dapp

The complete toolbox to create web3 applications.
https://docs.alchemy.com
GNU Affero General Public License v3.0
858 stars 255 forks source link

Add network support for Polygon zkEVM Mainnet and Testnet #86

Closed oceans404 closed 1 year ago

oceans404 commented 1 year ago

Changes

This PR adds network support for Polygon zkEVM to Alchemy's create-web3-dapp including

Dependencies

It depends on Alchemy rpc url support for Polygon zkEVM and wagmi support for the 2 new networks ✅ polygonZkEvm ✅ polygonZkEvmTestnet

Notes

I didn't have Github permissions to create a polygon-zkevm branch within the main create-web3-dapp repo, so I forked and created a branch with my changes.

oceans404 commented 1 year ago

👀 @Eversmile12