Environment, Networks & Deployment
6.1 Environments
Typical environments:
devnet– for early integration, unstable.testnet– public testing, stable enough for test users.mainnet– production environment.
SDK options example:
const zkClient = new ZKGateClient({
projectId: "my-project-001",
poolId: "pool-DEX-001",
env: "testnet",
});6.2 Chain Support
ZKGate is designed to interoperate with:
EVM chains (Ethereum, Base, BNB Chain, etc.)
Solana
Cosmos-SDK chains
Support per environment is documented in the Networks section (you can create a separate page for that in GitBook later).
Last updated