Description:
Create apps/web/src/features/wallet/hooks/useNetwork.ts that returns { network, isTestnet, isMainnet } from the wallet store. Also detects if the wallet's active network mismatches VITE_NETWORK via walletKit.getNetwork().
Acceptance criteria:
Description:
Create
apps/web/src/features/wallet/hooks/useNetwork.tsthat returns{ network, isTestnet, isMainnet }from the wallet store. Also detects if the wallet's active network mismatchesVITE_NETWORKviawalletKit.getNetwork().Acceptance criteria:
mismatch: booleanreturned when wallet is on wrong network