You can find all these available networks in the constants package
constants
import { LitNetwork } from '@lit-protocol/constants';const litNodeClient = new LitNodeClient({ litNetwork: LitNetwork.Habanero, });
Private
(Browser Only) Get the config from browser local storage and override default config
Generated using TypeDoc
You can find all these available networks in the
constants
packageExample