@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/browser.js CHANGED
@@ -200,7 +200,8 @@ var ENVIRONMENTS = {
200
200
  kmsServerURL: "http://10.128.15.203:8080",
201
201
  userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
202
202
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
203
- billingRPCURL: "https://ethereum-rpc.publicnode.com"
203
+ billingRPCURL: "https://ethereum-rpc.publicnode.com",
204
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
204
205
  },
205
206
  "mainnet-alpha": {
206
207
  name: "mainnet-alpha",
@@ -210,7 +211,8 @@ var ENVIRONMENTS = {
210
211
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
211
212
  kmsServerURL: "http://10.128.0.2:8080",
212
213
  userApiServerURL: "https://userapi-compute.eigencloud.xyz",
213
- defaultRPCURL: "https://ethereum-rpc.publicnode.com"
214
+ defaultRPCURL: "https://ethereum-rpc.publicnode.com",
215
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
214
216
  }
215
217
  };
216
218
  var CHAIN_ID_TO_ENVIRONMENT = {
@@ -604,7 +606,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
604
606
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
605
607
  var CanUpdateAppProfilePermission = "0x036fef61";
606
608
  function getDefaultClientId() {
607
- const version = true ? "0.4.0-dev.5" : "0.0.0";
609
+ const version = true ? "0.4.0-dev.6" : "0.0.0";
608
610
  return `ecloud-sdk/v${version}`;
609
611
  }
610
612
  var UserApiClient = class {