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

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-yAqGf5hM.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-BK4PxhNh.cjs';
2
2
  import 'viem';
3
- import './index-Bac4HjC0.cjs';
3
+ import './index-BoCE0hIh.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-BbgMH6Ef.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-B6SZ0VQG.js';
2
2
  import 'viem';
3
- import './index-Bac4HjC0.js';
3
+ import './index-BoCE0hIh.js';
package/dist/compute.js CHANGED
@@ -139,8 +139,8 @@ import * as child_process from "child_process";
139
139
  import { promisify } from "util";
140
140
 
141
141
  // src/client/common/constants.ts
142
- import { sepolia, mainnet } from "viem/chains";
143
- var SUPPORTED_CHAINS = [mainnet, sepolia];
142
+ import { sepolia, mainnet, baseSepolia } from "viem/chains";
143
+ var SUPPORTED_CHAINS = [mainnet, sepolia, baseSepolia];
144
144
  var DOCKER_PLATFORM = "linux/amd64";
145
145
  var REGISTRY_PROPAGATION_WAIT_SECONDS = 3;
146
146
  var LAYERED_DOCKERFILE_NAME = "Dockerfile.eigencompute";
@@ -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.3" : "0.0.0";
4696
+ const version = true ? "1.0.0-dev.4" : "0.0.0";
4697
4697
  return `ecloud-sdk/v${version}`;
4698
4698
  }
4699
4699
  var UserApiClient = class {
@@ -5262,7 +5262,9 @@ var ENVIRONMENTS = {
5262
5262
  kmsServerURL: "http://10.128.0.57:8080",
5263
5263
  userApiServerURL: "https://userapi-compute-sepolia-dev.eigencloud.xyz",
5264
5264
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
5265
- usdcCreditsAddress: "0xbdA3897c3A428763B59015C64AB766c288C97376"
5265
+ usdcCreditsAddress: "0xbdA3897c3A428763B59015C64AB766c288C97376",
5266
+ baseUsdcCreditsAddress: "0x7673a47463F80c6a3553Db9E54c8cDcd5313d0ac",
5267
+ baseRPCURL: "https://base-sepolia-rpc.publicnode.com"
5266
5268
  },
5267
5269
  sepolia: {
5268
5270
  name: "sepolia",
@@ -5274,7 +5276,9 @@ var ENVIRONMENTS = {
5274
5276
  userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
5275
5277
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
5276
5278
  billingRPCURL: "https://ethereum-rpc.publicnode.com",
5277
- usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
5279
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d",
5280
+ baseUsdcCreditsAddress: "0x7673a47463F80c6a3553Db9E54c8cDcd5313d0ac",
5281
+ baseRPCURL: "https://base-sepolia-rpc.publicnode.com"
5278
5282
  },
5279
5283
  "mainnet-alpha": {
5280
5284
  name: "mainnet-alpha",