@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/index.cjs CHANGED
@@ -4982,7 +4982,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4982
4982
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4983
4983
  var CanUpdateAppProfilePermission = "0x036fef61";
4984
4984
  function getDefaultClientId() {
4985
- const version = true ? "0.4.0-dev.5" : "0.0.0";
4985
+ const version = true ? "0.4.0-dev.7" : "0.0.0";
4986
4986
  return `ecloud-sdk/v${version}`;
4987
4987
  }
4988
4988
  var UserApiClient = class {
@@ -5781,7 +5781,8 @@ var ENVIRONMENTS = {
5781
5781
  kmsServerURL: "http://10.128.15.203:8080",
5782
5782
  userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
5783
5783
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
5784
- billingRPCURL: "https://ethereum-rpc.publicnode.com"
5784
+ billingRPCURL: "https://ethereum-rpc.publicnode.com",
5785
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
5785
5786
  },
5786
5787
  "mainnet-alpha": {
5787
5788
  name: "mainnet-alpha",
@@ -5791,7 +5792,8 @@ var ENVIRONMENTS = {
5791
5792
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
5792
5793
  kmsServerURL: "http://10.128.0.2:8080",
5793
5794
  userApiServerURL: "https://userapi-compute.eigencloud.xyz",
5794
- defaultRPCURL: "https://ethereum-rpc.publicnode.com"
5795
+ defaultRPCURL: "https://ethereum-rpc.publicnode.com",
5796
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
5795
5797
  }
5796
5798
  };
5797
5799
  var CHAIN_ID_TO_ENVIRONMENT = {