@layr-labs/ecloud-sdk 0.4.0-dev.4 → 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/browser.cjs CHANGED
@@ -311,7 +311,8 @@ var ENVIRONMENTS = {
311
311
  kmsServerURL: "http://10.128.15.203:8080",
312
312
  userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
313
313
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
314
- billingRPCURL: "https://ethereum-rpc.publicnode.com"
314
+ billingRPCURL: "https://ethereum-rpc.publicnode.com",
315
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
315
316
  },
316
317
  "mainnet-alpha": {
317
318
  name: "mainnet-alpha",
@@ -321,7 +322,8 @@ var ENVIRONMENTS = {
321
322
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
322
323
  kmsServerURL: "http://10.128.0.2:8080",
323
324
  userApiServerURL: "https://userapi-compute.eigencloud.xyz",
324
- defaultRPCURL: "https://ethereum-rpc.publicnode.com"
325
+ defaultRPCURL: "https://ethereum-rpc.publicnode.com",
326
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
325
327
  }
326
328
  };
327
329
  var CHAIN_ID_TO_ENVIRONMENT = {
@@ -715,7 +717,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
715
717
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
716
718
  var CanUpdateAppProfilePermission = "0x036fef61";
717
719
  function getDefaultClientId() {
718
- const version = true ? "0.4.0-dev.4" : "0.0.0";
720
+ const version = true ? "0.4.0-dev.6" : "0.0.0";
719
721
  return `ecloud-sdk/v${version}`;
720
722
  }
721
723
  var UserApiClient = class {