@keel-fi/svm-alm-controller 1.0.0-rc.1 → 1.0.1-rc.1

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.
Files changed (76) hide show
  1. package/dist/generated/accounts/oracle.d.ts +2 -2
  2. package/dist/generated/accounts/oracle.d.ts.map +1 -1
  3. package/dist/generated/instructions/atomicSwapBorrow.d.ts +2 -2
  4. package/dist/generated/instructions/atomicSwapRepay.d.ts +1 -1
  5. package/dist/generated/instructions/claimRent.d.ts +45 -0
  6. package/dist/generated/instructions/claimRent.d.ts.map +1 -0
  7. package/dist/generated/instructions/index.d.ts +1 -0
  8. package/dist/generated/instructions/index.d.ts.map +1 -1
  9. package/dist/generated/instructions/initializeController.d.ts +1 -1
  10. package/dist/generated/instructions/initializeIntegration.d.ts +1 -1
  11. package/dist/generated/instructions/initializeReserve.d.ts +1 -1
  12. package/dist/generated/instructions/manageController.d.ts +1 -1
  13. package/dist/generated/instructions/manageIntegration.d.ts +1 -1
  14. package/dist/generated/instructions/managePermission.d.ts +1 -1
  15. package/dist/generated/instructions/manageReserve.d.ts +1 -1
  16. package/dist/generated/instructions/pull.d.ts +6 -9
  17. package/dist/generated/instructions/pull.d.ts.map +1 -1
  18. package/dist/generated/instructions/push.d.ts +6 -9
  19. package/dist/generated/instructions/push.d.ts.map +1 -1
  20. package/dist/generated/instructions/sync.d.ts +13 -7
  21. package/dist/generated/instructions/sync.d.ts.map +1 -1
  22. package/dist/generated/instructions/updateOracle.d.ts +5 -5
  23. package/dist/generated/instructions/updateOracle.d.ts.map +1 -1
  24. package/dist/generated/programs/svmAlmController.d.ts +8 -5
  25. package/dist/generated/programs/svmAlmController.d.ts.map +1 -1
  26. package/dist/generated/types/controllerStatus.d.ts +2 -1
  27. package/dist/generated/types/controllerStatus.d.ts.map +1 -1
  28. package/dist/generated/types/controllerUpdateEvent.d.ts +1 -1
  29. package/dist/generated/types/controllerUpdateEvent.d.ts.map +1 -1
  30. package/dist/generated/types/driftConfig.d.ts +12 -0
  31. package/dist/generated/types/driftConfig.d.ts.map +1 -0
  32. package/dist/generated/types/feed.d.ts +3 -2
  33. package/dist/generated/types/feed.d.ts.map +1 -1
  34. package/dist/generated/types/index.d.ts +4 -7
  35. package/dist/generated/types/index.d.ts.map +1 -1
  36. package/dist/generated/types/initializeArgs.d.ts +16 -5
  37. package/dist/generated/types/initializeArgs.d.ts.map +1 -1
  38. package/dist/generated/types/integrationConfig.d.ts +15 -8
  39. package/dist/generated/types/integrationConfig.d.ts.map +1 -1
  40. package/dist/generated/types/integrationState.d.ts +15 -8
  41. package/dist/generated/types/integrationState.d.ts.map +1 -1
  42. package/dist/generated/types/integrationType.d.ts +5 -4
  43. package/dist/generated/types/integrationType.d.ts.map +1 -1
  44. package/dist/generated/types/integrationUpdateEvent.d.ts +1 -1
  45. package/dist/generated/types/integrationUpdateEvent.d.ts.map +1 -1
  46. package/dist/generated/types/kaminoConfig.d.ts +14 -0
  47. package/dist/generated/types/kaminoConfig.d.ts.map +1 -0
  48. package/dist/generated/types/lendingState.d.ts +13 -0
  49. package/dist/generated/types/lendingState.d.ts.map +1 -0
  50. package/dist/generated/types/oracleUpdateEvent.d.ts +1 -1
  51. package/dist/generated/types/oracleUpdateEvent.d.ts.map +1 -1
  52. package/dist/generated/types/permissionUpdateEvent.d.ts +1 -1
  53. package/dist/generated/types/permissionUpdateEvent.d.ts.map +1 -1
  54. package/dist/generated/types/pullArgs.d.ts +16 -13
  55. package/dist/generated/types/pullArgs.d.ts.map +1 -1
  56. package/dist/generated/types/pushArgs.d.ts +16 -13
  57. package/dist/generated/types/pushArgs.d.ts.map +1 -1
  58. package/dist/generated/types/reserveUpdateEvent.d.ts +1 -1
  59. package/dist/generated/types/reserveUpdateEvent.d.ts.map +1 -1
  60. package/dist/index.es.js +587 -556
  61. package/dist/index.js +601 -573
  62. package/dist/pdas.d.ts +0 -1
  63. package/dist/pdas.d.ts.map +1 -1
  64. package/package.json +1 -1
  65. package/dist/generated/types/depositForBurnArgs.d.ts +0 -15
  66. package/dist/generated/types/depositForBurnArgs.d.ts.map +0 -1
  67. package/dist/generated/types/depositSingleTokenTypeExactAmountInArgs.d.ts +0 -13
  68. package/dist/generated/types/depositSingleTokenTypeExactAmountInArgs.d.ts.map +0 -1
  69. package/dist/generated/types/splTokenSwapConfig.d.ts +0 -15
  70. package/dist/generated/types/splTokenSwapConfig.d.ts.map +0 -1
  71. package/dist/generated/types/splTokenSwapState.d.ts +0 -17
  72. package/dist/generated/types/splTokenSwapState.d.ts.map +0 -1
  73. package/dist/generated/types/swapV1Subset.d.ts +0 -17
  74. package/dist/generated/types/swapV1Subset.d.ts.map +0 -1
  75. package/dist/generated/types/withdrawSingleTokenTypeExactAmountOutArgs.d.ts +0 -13
  76. package/dist/generated/types/withdrawSingleTokenTypeExactAmountOutArgs.d.ts.map +0 -1
package/dist/pdas.d.ts CHANGED
@@ -5,5 +5,4 @@ export declare const deriveControllerPda: (id: number) => Promise<Address<string
5
5
  export declare const deriveControllerAuthorityPda: (controller: Address) => Promise<Address<string>>;
6
6
  export declare const derivePermissionPda: (controller: Address, authority: Address) => Promise<Address<string>>;
7
7
  export declare const deriveReservePda: (controller: Address, mint: Address) => Promise<Address<string>>;
8
- export declare const deriveSplTokenSwapLpTokenPda: (controller: Address, lpMintAddress: Address) => Promise<Address<string>>;
9
8
  //# sourceMappingURL=pdas.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pdas.d.ts","sourceRoot":"","sources":["../src/pdas.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,OAAO,EAGR,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD,eAAO,MAAM,oBAAoB,GAC/B,YAAY,OAAO,EACnB,iBAAiB,kBAAkB,6BAWpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAU,IAAI,MAAM,6BAOnD,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAU,YAAY,OAAO,6BASrE,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAC9B,YAAY,OAAO,EACnB,WAAW,OAAO,6BAcnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAU,YAAY,OAAO,EAAE,MAAM,OAAO,6BAaxE,CAAC;AAEF,eAAO,MAAM,4BAA4B,GACvC,YAAY,OAAO,EACnB,eAAe,OAAO,6BAcvB,CAAC"}
1
+ {"version":3,"file":"pdas.d.ts","sourceRoot":"","sources":["../src/pdas.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,OAAO,EAGR,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD,eAAO,MAAM,oBAAoB,GAC/B,YAAY,OAAO,EACnB,iBAAiB,kBAAkB,6BAWpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAU,IAAI,MAAM,6BAOnD,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAU,YAAY,OAAO,6BASrE,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAC9B,YAAY,OAAO,EACnB,WAAW,OAAO,6BAcnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAU,YAAY,OAAO,EAAE,MAAM,OAAO,6BAaxE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keel-fi/svm-alm-controller",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.1-rc.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "files": [
@@ -1,15 +0,0 @@
1
- import { type Address, type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from '@solana/kit';
2
- export type DepositForBurnArgs = {
3
- amount: bigint;
4
- destinationDomain: number;
5
- mintRecipient: Address;
6
- };
7
- export type DepositForBurnArgsArgs = {
8
- amount: number | bigint;
9
- destinationDomain: number;
10
- mintRecipient: Address;
11
- };
12
- export declare function getDepositForBurnArgsEncoder(): FixedSizeEncoder<DepositForBurnArgsArgs>;
13
- export declare function getDepositForBurnArgsDecoder(): FixedSizeDecoder<DepositForBurnArgs>;
14
- export declare function getDepositForBurnArgsCodec(): FixedSizeCodec<DepositForBurnArgsArgs, DepositForBurnArgs>;
15
- //# sourceMappingURL=depositForBurnArgs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"depositForBurnArgs.d.ts","sourceRoot":"","sources":["../../../src/generated/types/depositForBurnArgs.ts"],"names":[],"mappings":"AAQA,OAAO,EAUL,KAAK,OAAO,EACZ,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACtB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,wBAAgB,4BAA4B,IAAI,gBAAgB,CAAC,sBAAsB,CAAC,CAMvF;AAED,wBAAgB,4BAA4B,IAAI,gBAAgB,CAAC,kBAAkB,CAAC,CAMnF;AAED,wBAAgB,0BAA0B,IAAI,cAAc,CAC1D,sBAAsB,EACtB,kBAAkB,CACnB,CAKA"}
@@ -1,13 +0,0 @@
1
- import { type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from '@solana/kit';
2
- export type DepositSingleTokenTypeExactAmountInArgs = {
3
- sourceTokenAmount: bigint;
4
- minimumPoolTokenAmount: bigint;
5
- };
6
- export type DepositSingleTokenTypeExactAmountInArgsArgs = {
7
- sourceTokenAmount: number | bigint;
8
- minimumPoolTokenAmount: number | bigint;
9
- };
10
- export declare function getDepositSingleTokenTypeExactAmountInArgsEncoder(): FixedSizeEncoder<DepositSingleTokenTypeExactAmountInArgsArgs>;
11
- export declare function getDepositSingleTokenTypeExactAmountInArgsDecoder(): FixedSizeDecoder<DepositSingleTokenTypeExactAmountInArgs>;
12
- export declare function getDepositSingleTokenTypeExactAmountInArgsCodec(): FixedSizeCodec<DepositSingleTokenTypeExactAmountInArgsArgs, DepositSingleTokenTypeExactAmountInArgs>;
13
- //# sourceMappingURL=depositSingleTokenTypeExactAmountInArgs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"depositSingleTokenTypeExactAmountInArgs.d.ts","sourceRoot":"","sources":["../../../src/generated/types/depositSingleTokenTypeExactAmountInArgs.ts"],"names":[],"mappings":"AAQA,OAAO,EAML,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACtB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,uCAAuC,GAAG;IACpD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,sBAAsB,EAAE,MAAM,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,2CAA2C,GAAG;IACxD,iBAAiB,EAAE,MAAM,GAAG,MAAM,CAAC;IACnC,sBAAsB,EAAE,MAAM,GAAG,MAAM,CAAC;CACzC,CAAC;AAEF,wBAAgB,iDAAiD,IAAI,gBAAgB,CAAC,2CAA2C,CAAC,CAKjI;AAED,wBAAgB,iDAAiD,IAAI,gBAAgB,CAAC,uCAAuC,CAAC,CAK7H;AAED,wBAAgB,+CAA+C,IAAI,cAAc,CAC/E,2CAA2C,EAC3C,uCAAuC,CACxC,CAKA"}
@@ -1,15 +0,0 @@
1
- import { type Address, type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder, type ReadonlyUint8Array } from '@solana/kit';
2
- export type SplTokenSwapConfig = {
3
- program: Address;
4
- swap: Address;
5
- mintA: Address;
6
- mintB: Address;
7
- lpMint: Address;
8
- lpTokenAccount: Address;
9
- padding: ReadonlyUint8Array;
10
- };
11
- export type SplTokenSwapConfigArgs = SplTokenSwapConfig;
12
- export declare function getSplTokenSwapConfigEncoder(): FixedSizeEncoder<SplTokenSwapConfigArgs>;
13
- export declare function getSplTokenSwapConfigDecoder(): FixedSizeDecoder<SplTokenSwapConfig>;
14
- export declare function getSplTokenSwapConfigCodec(): FixedSizeCodec<SplTokenSwapConfigArgs, SplTokenSwapConfig>;
15
- //# sourceMappingURL=splTokenSwapConfig.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"splTokenSwapConfig.d.ts","sourceRoot":"","sources":["../../../src/generated/types/splTokenSwapConfig.ts"],"names":[],"mappings":"AAQA,OAAO,EAUL,KAAK,OAAO,EACZ,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACxB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;IACf,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,kBAAkB,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,kBAAkB,CAAC;AAExD,wBAAgB,4BAA4B,IAAI,gBAAgB,CAAC,sBAAsB,CAAC,CAUvF;AAED,wBAAgB,4BAA4B,IAAI,gBAAgB,CAAC,kBAAkB,CAAC,CAUnF;AAED,wBAAgB,0BAA0B,IAAI,cAAc,CAC1D,sBAAsB,EACtB,kBAAkB,CACnB,CAKA"}
@@ -1,17 +0,0 @@
1
- import { type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder, type ReadonlyUint8Array } from '@solana/kit';
2
- export type SplTokenSwapState = {
3
- lastBalanceA: bigint;
4
- lastBalanceB: bigint;
5
- lastBalanceLp: bigint;
6
- padding: ReadonlyUint8Array;
7
- };
8
- export type SplTokenSwapStateArgs = {
9
- lastBalanceA: number | bigint;
10
- lastBalanceB: number | bigint;
11
- lastBalanceLp: number | bigint;
12
- padding: ReadonlyUint8Array;
13
- };
14
- export declare function getSplTokenSwapStateEncoder(): FixedSizeEncoder<SplTokenSwapStateArgs>;
15
- export declare function getSplTokenSwapStateDecoder(): FixedSizeDecoder<SplTokenSwapState>;
16
- export declare function getSplTokenSwapStateCodec(): FixedSizeCodec<SplTokenSwapStateArgs, SplTokenSwapState>;
17
- //# sourceMappingURL=splTokenSwapState.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"splTokenSwapState.d.ts","sourceRoot":"","sources":["../../../src/generated/types/splTokenSwapState.ts"],"names":[],"mappings":"AAQA,OAAO,EAUL,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACxB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,kBAAkB,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,OAAO,EAAE,kBAAkB,CAAC;CAC7B,CAAC;AAEF,wBAAgB,2BAA2B,IAAI,gBAAgB,CAAC,qBAAqB,CAAC,CAOrF;AAED,wBAAgB,2BAA2B,IAAI,gBAAgB,CAAC,iBAAiB,CAAC,CAOjF;AAED,wBAAgB,yBAAyB,IAAI,cAAc,CACzD,qBAAqB,EACrB,iBAAiB,CAClB,CAKA"}
@@ -1,17 +0,0 @@
1
- import { type Address, type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from '@solana/kit';
2
- export type SwapV1Subset = {
3
- isInitialized: boolean;
4
- bumpSeed: number;
5
- tokenProgramId: Address;
6
- tokenA: Address;
7
- tokenB: Address;
8
- poolMint: Address;
9
- tokenAMint: Address;
10
- tokenBMint: Address;
11
- poolFeeAccount: Address;
12
- };
13
- export type SwapV1SubsetArgs = SwapV1Subset;
14
- export declare function getSwapV1SubsetEncoder(): FixedSizeEncoder<SwapV1SubsetArgs>;
15
- export declare function getSwapV1SubsetDecoder(): FixedSizeDecoder<SwapV1Subset>;
16
- export declare function getSwapV1SubsetCodec(): FixedSizeCodec<SwapV1SubsetArgs, SwapV1Subset>;
17
- //# sourceMappingURL=swapV1Subset.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"swapV1Subset.d.ts","sourceRoot":"","sources":["../../../src/generated/types/swapV1Subset.ts"],"names":[],"mappings":"AAQA,OAAO,EAUL,KAAK,OAAO,EACZ,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACtB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,YAAY,GAAG;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC;AAE5C,wBAAgB,sBAAsB,IAAI,gBAAgB,CAAC,gBAAgB,CAAC,CAY3E;AAED,wBAAgB,sBAAsB,IAAI,gBAAgB,CAAC,YAAY,CAAC,CAYvE;AAED,wBAAgB,oBAAoB,IAAI,cAAc,CACpD,gBAAgB,EAChB,YAAY,CACb,CAEA"}
@@ -1,13 +0,0 @@
1
- import { type FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from '@solana/kit';
2
- export type WithdrawSingleTokenTypeExactAmountOutArgs = {
3
- destinationTokenAmount: bigint;
4
- maximumPoolTokenAmount: bigint;
5
- };
6
- export type WithdrawSingleTokenTypeExactAmountOutArgsArgs = {
7
- destinationTokenAmount: number | bigint;
8
- maximumPoolTokenAmount: number | bigint;
9
- };
10
- export declare function getWithdrawSingleTokenTypeExactAmountOutArgsEncoder(): FixedSizeEncoder<WithdrawSingleTokenTypeExactAmountOutArgsArgs>;
11
- export declare function getWithdrawSingleTokenTypeExactAmountOutArgsDecoder(): FixedSizeDecoder<WithdrawSingleTokenTypeExactAmountOutArgs>;
12
- export declare function getWithdrawSingleTokenTypeExactAmountOutArgsCodec(): FixedSizeCodec<WithdrawSingleTokenTypeExactAmountOutArgsArgs, WithdrawSingleTokenTypeExactAmountOutArgs>;
13
- //# sourceMappingURL=withdrawSingleTokenTypeExactAmountOutArgs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"withdrawSingleTokenTypeExactAmountOutArgs.d.ts","sourceRoot":"","sources":["../../../src/generated/types/withdrawSingleTokenTypeExactAmountOutArgs.ts"],"names":[],"mappings":"AAQA,OAAO,EAML,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACtB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,yCAAyC,GAAG;IACtD,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,6CAA6C,GAAG;IAC1D,sBAAsB,EAAE,MAAM,GAAG,MAAM,CAAC;IACxC,sBAAsB,EAAE,MAAM,GAAG,MAAM,CAAC;CACzC,CAAC;AAEF,wBAAgB,mDAAmD,IAAI,gBAAgB,CAAC,6CAA6C,CAAC,CAKrI;AAED,wBAAgB,mDAAmD,IAAI,gBAAgB,CAAC,yCAAyC,CAAC,CAKjI;AAED,wBAAgB,iDAAiD,IAAI,cAAc,CACjF,6CAA6C,EAC7C,yCAAyC,CAC1C,CAKA"}