@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/VERSION CHANGED
@@ -1,2 +1,2 @@
1
- version=0.4.0-dev.5
2
- commit=0874835615d92f09de2d3397111e426f7b69a0f1
1
+ version=0.4.0-dev.6
2
+ commit=2aef624e1aed2061a1ef1e43175fae2db94dfb51
package/dist/billing.cjs CHANGED
@@ -477,7 +477,8 @@ var ENVIRONMENTS = {
477
477
  kmsServerURL: "http://10.128.15.203:8080",
478
478
  userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
479
479
  defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
480
- billingRPCURL: "https://ethereum-rpc.publicnode.com"
480
+ billingRPCURL: "https://ethereum-rpc.publicnode.com",
481
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
481
482
  },
482
483
  "mainnet-alpha": {
483
484
  name: "mainnet-alpha",
@@ -487,7 +488,8 @@ var ENVIRONMENTS = {
487
488
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
488
489
  kmsServerURL: "http://10.128.0.2:8080",
489
490
  userApiServerURL: "https://userapi-compute.eigencloud.xyz",
490
- defaultRPCURL: "https://ethereum-rpc.publicnode.com"
491
+ defaultRPCURL: "https://ethereum-rpc.publicnode.com",
492
+ usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
491
493
  }
492
494
  };
493
495
  var CHAIN_ID_TO_ENVIRONMENT = {