Skip to main content
const Network: {
  Aptos: "aptos";
  Arbitrum: "arbitrum";
  ArbitrumSepolia: "arbitrum-sepolia";
  Base: "base";
  Ethereum: "ethereum";
  Optimism: "optimism";
  Polygon: "polygon";
  Solana: "solana";
  World: "world";
  WorldSepolia: "world-sepolia";
};
Defined in: _vendor/api/types/Network.ts:4 The blockchain network for the payment. Supported networks depend on the account type. See API and Network Support for more details.

Type Declaration

Aptos

readonly Aptos: "aptos" = "aptos";

Arbitrum

readonly Arbitrum: "arbitrum" = "arbitrum";

ArbitrumSepolia

readonly ArbitrumSepolia: "arbitrum-sepolia" = "arbitrum-sepolia";

Base

readonly Base: "base" = "base";

Ethereum

readonly Ethereum: "ethereum" = "ethereum";

Optimism

readonly Optimism: "optimism" = "optimism";

Polygon

readonly Polygon: "polygon" = "polygon";

Solana

readonly Solana: "solana" = "solana";

World

readonly World: "world" = "world";

WorldSepolia

readonly WorldSepolia: "world-sepolia" = "world-sepolia";