As per the documentation for supported chains, there is a large list of different chains such as Mode, Shape and other but the client side SDK does not support these chains.
the client currently supports these chains
const SmartWalletChain = {
readonly BASE: "base";
readonly POLYGON: "polygon";
readonly OPTIMISM: "optimism";
readonly ARBITRUM: "arbitrum";
readonly BASE_SEPOLIA: "base-sepolia";
readonly POLYGON_AMOY: "polygon-amoy";
readonly OPTIMISM_SEPOLIA: "optimism-sepolia";
readonly ARBITRUM_SEPOLIA: "arbitrum-sepolia";
};