@layr-labs/ecloud-sdk 0.4.0-dev.5 → 0.4.0-dev.7

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.
package/dist/compute.js CHANGED
@@ -4689,7 +4689,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4689
4689
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4690
4690
  var CanUpdateAppProfilePermission = "0x036fef61";
4691
4691
  function getDefaultClientId() {
4692
- const version = true ? "0.4.0-dev.5" : "0.0.0";
4692
+ const version = true ? "0.4.0-dev.7" : "0.0.0";
4693
4693
  return `ecloud-sdk/v${version}`;
4694
4694
  }
4695
4695
  var UserApiClient = class {
@@ -5269,7 +5269,8 @@ var ENVIRONMENTS = {
5269
5269
  kmsServerURL: "http://10.128.15.203:8080",
5270
5270
  userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
5271
5271
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
5272
- billingRPCURL: "https://ethereum-rpc.publicnode.com"
5272
+ billingRPCURL: "https://ethereum-rpc.publicnode.com",
5273
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
5273
5274
  },
5274
5275
  "mainnet-alpha": {
5275
5276
  name: "mainnet-alpha",
@@ -5279,7 +5280,8 @@ var ENVIRONMENTS = {
5279
5280
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
5280
5281
  kmsServerURL: "http://10.128.0.2:8080",
5281
5282
  userApiServerURL: "https://userapi-compute.eigencloud.xyz",
5282
- defaultRPCURL: "https://ethereum-rpc.publicnode.com"
5283
+ defaultRPCURL: "https://ethereum-rpc.publicnode.com",
5284
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
5283
5285
  }
5284
5286
  };
5285
5287
  var CHAIN_ID_TO_ENVIRONMENT = {