diff --git a/apps/dashboard/src/components/buttons/MismatchButton.tsx b/apps/dashboard/src/components/buttons/MismatchButton.tsx index 9990af58bed..522c69836ac 100644 --- a/apps/dashboard/src/components/buttons/MismatchButton.tsx +++ b/apps/dashboard/src/components/buttons/MismatchButton.tsx @@ -60,6 +60,10 @@ const GAS_FREE_CHAINS = [ 75513, // Geek verse testnet 75512, // Geek verse mainnet 531050104, // sophon testnet + 37111, // lens sepolia + 4457845, // zero testnet + 978658, // treasure topaz + 300, // zksync sepolia ]; function useNetworkMismatchAdapter(desiredChainId: number) {