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

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.cjs CHANGED
@@ -4725,7 +4725,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4725
4725
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4726
4726
  var CanUpdateAppProfilePermission = "0x036fef61";
4727
4727
  function getDefaultClientId() {
4728
- const version = true ? "0.4.0-dev.5" : "0.0.0";
4728
+ const version = true ? "0.4.0-dev.6" : "0.0.0";
4729
4729
  return `ecloud-sdk/v${version}`;
4730
4730
  }
4731
4731
  var UserApiClient = class {
@@ -5305,7 +5305,8 @@ var ENVIRONMENTS = {
5305
5305
  kmsServerURL: "http://10.128.15.203:8080",
5306
5306
  userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
5307
5307
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
5308
- billingRPCURL: "https://ethereum-rpc.publicnode.com"
5308
+ billingRPCURL: "https://ethereum-rpc.publicnode.com",
5309
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
5309
5310
  },
5310
5311
  "mainnet-alpha": {
5311
5312
  name: "mainnet-alpha",
@@ -5315,7 +5316,8 @@ var ENVIRONMENTS = {
5315
5316
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
5316
5317
  kmsServerURL: "http://10.128.0.2:8080",
5317
5318
  userApiServerURL: "https://userapi-compute.eigencloud.xyz",
5318
- defaultRPCURL: "https://ethereum-rpc.publicnode.com"
5319
+ defaultRPCURL: "https://ethereum-rpc.publicnode.com",
5320
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
5319
5321
  }
5320
5322
  };
5321
5323
  var CHAIN_ID_TO_ENVIRONMENT = {