@layr-labs/ecloud-sdk 1.0.0-dev.6 → 1.0.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.
@@ -1,5 +1,5 @@
1
1
  import { Address, Hex, WalletClient, PublicClient } from 'viem';
2
- import { ae as SubscriptionOpts, ac as SubscribeResponse, a7 as ProductSubscriptionResponse, j as CancelResponse, V as PaymentMethodsResponse, q as CreditPurchaseResponse, a8 as RedeemCouponResponse } from './index-CLhRJNai.cjs';
2
+ import { ai as SubscriptionOpts, ag as SubscribeResponse, ab as ProductSubscriptionResponse, k as CancelResponse, Z as PaymentMethodsResponse, s as CreditPurchaseResponse, ac as RedeemCouponResponse } from './index-BVnxNfqb.cjs';
3
3
 
4
4
  /**
5
5
  * Main Billing namespace entry point
package/dist/billing.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Address, Hex, WalletClient, PublicClient } from 'viem';
2
- import { ae as SubscriptionOpts, ac as SubscribeResponse, a7 as ProductSubscriptionResponse, j as CancelResponse, V as PaymentMethodsResponse, q as CreditPurchaseResponse, a8 as RedeemCouponResponse } from './index-CLhRJNai.js';
2
+ import { ai as SubscriptionOpts, ag as SubscribeResponse, ab as ProductSubscriptionResponse, k as CancelResponse, Z as PaymentMethodsResponse, s as CreditPurchaseResponse, ac as RedeemCouponResponse } from './index-BVnxNfqb.js';
3
3
 
4
4
  /**
5
5
  * Main Billing namespace entry point
package/dist/billing.js CHANGED
@@ -511,6 +511,8 @@ var ENVIRONMENTS = {
511
511
  name: "sepolia",
512
512
  build: "dev",
513
513
  appControllerAddress: "0xa86DC1C47cb2518327fB4f9A1627F51966c83B92",
514
+ releaseAbiVersion: "v1.5",
515
+ // AppController upgraded to v1.5.x (containerPolicy)
514
516
  permissionControllerAddress: ChainAddresses[SEPOLIA_CHAIN_ID].PermissionController,
515
517
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
516
518
  kmsServerURL: "http://10.128.0.57:8080",
@@ -524,6 +526,8 @@ var ENVIRONMENTS = {
524
526
  name: "sepolia",
525
527
  build: "prod",
526
528
  appControllerAddress: "0x0dd810a6ffba6a9820a10d97b659f07d8d23d4E2",
529
+ releaseAbiVersion: "v1.4",
530
+ // prod still on AppController v1.4.0 (3-field Release)
527
531
  permissionControllerAddress: ChainAddresses[SEPOLIA_CHAIN_ID].PermissionController,
528
532
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
529
533
  kmsServerURL: "http://10.128.15.203:8080",
@@ -538,6 +542,8 @@ var ENVIRONMENTS = {
538
542
  name: "mainnet-alpha",
539
543
  build: "prod",
540
544
  appControllerAddress: "0xc38d35Fc995e75342A21CBd6D770305b142Fbe67",
545
+ releaseAbiVersion: "v1.4",
546
+ // prod still on AppController v1.4.0 (3-field Release)
541
547
  permissionControllerAddress: ChainAddresses[MAINNET_CHAIN_ID].PermissionController,
542
548
  erc7702DelegatorAddress: CommonAddresses.ERC7702Delegator,
543
549
  kmsServerURL: "http://10.128.0.2:8080",