@layr-labs/ecloud-sdk 1.0.0-dev.2 → 1.0.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-Ckyn8ils.cjs';
1
+ export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-yAqGf5hM.cjs';
2
2
  import 'viem';
3
- import './index-U2vKBrry.cjs';
3
+ import './index-Bac4HjC0.cjs';
package/dist/compute.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-Cnw6rwSB.js';
1
+ export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-BbgMH6Ef.js';
2
2
  import 'viem';
3
- import './index-U2vKBrry.js';
3
+ import './index-Bac4HjC0.js';
package/dist/compute.js CHANGED
@@ -4693,7 +4693,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4693
4693
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4694
4694
  var CanUpdateAppProfilePermission = "0x036fef61";
4695
4695
  function getDefaultClientId() {
4696
- const version = true ? "1.0.0-dev.2" : "0.0.0";
4696
+ const version = true ? "1.0.0-dev.3" : "0.0.0";
4697
4697
  return `ecloud-sdk/v${version}`;
4698
4698
  }
4699
4699
  var UserApiClient = class {
@@ -5319,7 +5319,13 @@ function getEnvironmentConfig(environment, chainID) {
5319
5319
  return {
5320
5320
  ...env,
5321
5321
  chainID: BigInt(resolvedChainID),
5322
- ...apiUrlOverride ? { userApiServerURL: apiUrlOverride } : {}
5322
+ ...apiUrlOverride ? { userApiServerURL: apiUrlOverride } : {},
5323
+ ...process.env.ECLOUD_USER_API_URL && {
5324
+ userApiServerURL: process.env.ECLOUD_USER_API_URL
5325
+ },
5326
+ ...process.env.ECLOUD_RPC_URL && {
5327
+ defaultRPCURL: process.env.ECLOUD_RPC_URL
5328
+ }
5323
5329
  };
5324
5330
  }
5325
5331
  function getBuildType() {