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

[bug] Polygon Amoy is not available after updating to appkit. #2906

Open
stinso opened this issue Sep 23, 2024 · 1 comment
Open

[bug] Polygon Amoy is not available after updating to appkit. #2906

stinso opened this issue Sep 23, 2024 · 1 comment
Labels
bug Something isn't working needs review

Comments

@stinso
Copy link

stinso commented Sep 23, 2024

Link to minimal reproducible example

noLink

Summary

After updating from web3modal to appkit the polygon amoy testnet is not available anymore. Is it possible to add it manually?

List of related npm package versions

"@reown/appkit": "^1.0.3",
"@reown/appkit-adapter-wagmi": "^1.0.3",
"wagmi": "^2.12.13"

@stinso stinso added bug Something isn't working needs review labels Sep 23, 2024
@stinso
Copy link
Author

stinso commented Sep 23, 2024

Seems like adding it manually works. But can I be sure that the rpcUrl stays alive?

const polygonAmoy = {
  id: 'eip155:80002',
  chainId: 80002,
  name: 'Polygon Amoy',
  currency: 'MATIC',
  explorerUrl: 'https://amoy.polygonscan.com',
  rpcUrl: 'https://rpc.walletconnect.org/v1/?chainId=eip155:80002',
  chainNamespace: 'eip155',
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs review
Projects
None yet
Development

No branches or pull requests

1 participant