Skip to main content
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";
};
The network the user operation is for.

Properties

PropertyModifierType
base-sepoliareadonly"base-sepolia"
basereadonly"base"
arbitrumreadonly"arbitrum"
optimismreadonly"optimism"
zorareadonly"zora"
polygonreadonly"polygon"
bnbreadonly"bnb"
avalanchereadonly"avalanche"
ethereumreadonly"ethereum"
ethereum-sepoliareadonly"ethereum-sepolia"