@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/billing.js CHANGED
@@ -443,7 +443,8 @@ var ENVIRONMENTS = {
443
443
  kmsServerURL: "http://10.128.15.203:8080",
444
444
  userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
445
445
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
446
- billingRPCURL: "https://ethereum-rpc.publicnode.com"
446
+ billingRPCURL: "https://ethereum-rpc.publicnode.com",
447
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
447
448
  },
448
449
  "mainnet-alpha": {
449
450
  name: "mainnet-alpha",
@@ -453,7 +454,8 @@ var ENVIRONMENTS = {
453
454
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
454
455
  kmsServerURL: "http://10.128.0.2:8080",
455
456
  userApiServerURL: "https://userapi-compute.eigencloud.xyz",
456
- defaultRPCURL: "https://ethereum-rpc.publicnode.com"
457
+ defaultRPCURL: "https://ethereum-rpc.publicnode.com",
458
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
457
459
  }
458
460
  };
459
461
  var CHAIN_ID_TO_ENVIRONMENT = {