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

fix: bug about not being able to switch back to amoy in testing/staging #1085

Merged

Conversation

albertfolch-redeemeum
Copy link
Contributor

No description provided.

@albertfolch-redeemeum albertfolch-redeemeum requested a review from a team as a code owner June 3, 2024 08:00
!TESTNET_CHAIN_IDS.includes(config.chainId as any)
TESTNET_CHAIN_IDS.includes(config.chainId as any)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

actual fix

@@ -69,17 +69,14 @@ export default function useSyncChainQuery() {
// connecting

if (!isSupportedChain(chainId)) {
{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

remove useless {}

Copy link

Deploying interface with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0d9005d
Status: ✅  Deploy successful!
Preview URL: https://8375219e.interface-a9d.pages.dev
Branch Preview URL: https://fix-bug-not-being-able-to-sw.interface-a9d.pages.dev

View logs

@albertfolch-redeemeum albertfolch-redeemeum merged commit 394a9df into main Jun 3, 2024
9 checks passed
@albertfolch-redeemeum albertfolch-redeemeum deleted the fix-bug-not-being-able-to-switch-back-to-amoy branch June 3, 2024 08:19
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.

in testing/staging if you are in sepolia, you cannot switch to amoy
2 participants