We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afe1ee commit 8ad23b3Copy full SHA for 8ad23b3
packages/appkit/src/AppKit.ts
@@ -634,12 +634,6 @@ export class AppKit {
634
const namespace = adapter.getSupportedNamespace();
635
const chain = `${namespace}:${chainId}` as CaipNetworkId;
636
637
- const activeNetwork = ConnectionsController.getActiveNetworkId(namespace);
638
- if (activeNetwork === chain) {
639
- // No need to update the active network
640
- return;
641
- }
642
-
643
ConnectionsController.setActiveNetwork(namespace, chain);
644
645
const connection = ConnectionsController.state.connections.get(namespace);
0 commit comments