@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/README.md CHANGED
@@ -53,7 +53,7 @@ ecloud billing subscribe
53
53
 
54
54
  ```bash
55
55
  # Create your app (choose: typescript | python | golang | rust)
56
- ecloud compute app create my-app typescript
56
+ ecloud compute app create --name my-app --language typescript
57
57
  cd my-app
58
58
 
59
59
  # Configure environment variables
@@ -224,7 +224,7 @@ docker build --platform linux/amd64 -t myregistry/myapp:v1.0 .
224
224
  docker push myregistry/myapp:v1.0
225
225
 
226
226
  # Deploy using the image reference
227
- ecloud compute app deploy myregistry/myapp:v1.0
227
+ ecloud compute app deploy --image-ref myregistry/myapp:v1.0
228
228
  ```
229
229
 
230
230
  **Requirements:**
package/VERSION CHANGED
@@ -1,2 +1,2 @@
1
- version=0.4.0-dev.4
2
- commit=bf8030ad9b47488c941acfea27429377b6f3ffd3
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 = {