Networks
The Xyxyx API allows deployment of smart contracts on the Ethereum Mainnet, L2 solutions (OP Mainnet, Base Mainnet, and Arbitrum One), and Testnets (Ethereum Sepolia, OP Sepolia, Base Sepolia, and Arbitrum Sepolia).
Below is a list of the available networks for deploying smart contracts via the Xyxyx API and their correspondent endpoint value.
Endpoints
Ethereum Mainnet
mainnet
Optimism Mainnet
optimism
Base Mainnet
base
Arbitrum One
arbitrum
Ethereum Sepolia Testnet
sepolia
Optimism Sepolia Testnet
optimism-sepolia
Base Sepolia Testnet
base-sepolia
Arbitrum Sepolia Testnet
arbitrum-sepolia
Endpoint Structure
For example, to deploy an ERC-721F contract, replace {network}
in the API endpoint with one of the supported values:
Examples
Deploy on Ethereum Mainnet:
Deploy on Optimism Mainnet:
Deploy on Base Sepolia Testnet:
Last updated