getNetworkConfig
getNetworkConfig(
network):NetworkConfig
Defined in: src/Config.ts:56
Get network configuration by name.
Note: Environment variable overrides have been removed for browser compatibility. Use explicit configuration via Client.create() options instead.
Parameters
network
string = 'local'
Network name (‘local’, ‘preview’, or ‘preprod’)
Returns
Network configuration