type EvmUserOperationNetwork = {
base-sepolia: "base-sepolia";
base: "base";
arbitrum: "arbitrum";
optimism: "optimism";
zora: "zora";
polygon: "polygon";
bnb: "bnb";
avalanche: "avalanche";
ethereum: "ethereum";
ethereum-sepolia: "ethereum-sepolia";
};
Was this page helpful?