Skip to main content
type SendEvmUsdcNetwork = 
  | "base"
  | "base-sepolia"
  | "ethereum"
  | "ethereum-sepolia"
  | "avalanche"
  | "polygon"
  | "optimism"
  | "arbitrum";
The EVM network to send USDC on.