diff --git a/apps/main/src/store/createNetworksSlice.ts b/apps/main/src/store/createNetworksSlice.ts index 44352ce10..d000e30ba 100644 --- a/apps/main/src/store/createNetworksSlice.ts +++ b/apps/main/src/store/createNetworksSlice.ts @@ -392,6 +392,7 @@ const createNetworksSlice = (set: SetState, get: GetState): Networ ...getBaseNetworksConfig(Number(chainId), config), ...DEFAULT_NETWORK_CONFIG, chainId, + hasFactory: true, isLite: true, } return prev