@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.js CHANGED
@@ -4833,7 +4833,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4833
4833
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4834
4834
  var CanUpdateAppProfilePermission = "0x036fef61";
4835
4835
  function getDefaultClientId() {
4836
- const version = true ? "0.4.0-dev.5" : "0.0.0";
4836
+ const version = true ? "0.4.0-dev.7" : "0.0.0";
4837
4837
  return `ecloud-sdk/v${version}`;
4838
4838
  }
4839
4839
  var UserApiClient = class {
@@ -5632,7 +5632,8 @@ var ENVIRONMENTS = {
5632
5632
  kmsServerURL: "http://10.128.15.203:8080",
5633
5633
  userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
5634
5634
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
5635
- billingRPCURL: "https://ethereum-rpc.publicnode.com"
5635
+ billingRPCURL: "https://ethereum-rpc.publicnode.com",
5636
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
5636
5637
  },
5637
5638
  "mainnet-alpha": {
5638
5639
  name: "mainnet-alpha",
@@ -5642,7 +5643,8 @@ var ENVIRONMENTS = {
5642
5643
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
5643
5644
  kmsServerURL: "http://10.128.0.2:8080",
5644
5645
  userApiServerURL: "https://userapi-compute.eigencloud.xyz",
5645
- defaultRPCURL: "https://ethereum-rpc.publicnode.com"
5646
+ defaultRPCURL: "https://ethereum-rpc.publicnode.com",
5647
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
5646
5648
  }
5647
5649
  };
5648
5650
  var CHAIN_ID_TO_ENVIRONMENT = {