Skip to content

Commit

Permalink
refactor: change walletconnect required chains
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrosaturnino committed Oct 17, 2023
1 parent bd9164f commit 2451847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const wcV2InitOptions = {
/**
* Chains required to be supported by all wallets connecting to your DApp
*/
requiredChains: [1, 11155111],
requiredChains: [1],
/**
* Defaults to `appMetadata.explore` that is supplied to the web3-onboard init
* Strongly recommended to provide atleast one URL as it is required by some wallets (i.e. MetaMask)
Expand Down

0 comments on commit 2451847

Please sign in to comment.