Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuides
View Mirror World on Github
Join the Discord server

Language:

clusterEnv

Get instance's environment.


const mirrorworld = new MirrorWorld(/* ... */)
const clusterEnv: ClusterEnvironment = mirrorworld.clusterEnv
export enum ClusterEnvironment {
mainnet = 'mainnet',
testnet = 'testnet',
local = 'local',
}

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference