Available O2 Exchange network environments.
const client = new O2Client({ network: Network.TESTNET }); Copy
const client = new O2Client({ network: Network.TESTNET });
O2 Exchange devnet — for development and early testing.
O2 Exchange mainnet — production trading.
O2 Exchange testnet — for integration testing with test tokens.
Available O2 Exchange network environments.
Example