@orca-so/whirlpools-automation 0.6.0 → 0.7.0

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.
@@ -9,7 +9,7 @@ import {
9
9
  ParsedUpdateGlobalConfigInstruction,
10
10
  } from '../instructions';
11
11
 
12
- export declare const WHIRLPOOLS_AUTOMATION_PROGRAM_PROGRAM_ADDRESS: Address<'J5YZi2SoRbaAFcMJWcvkQRUgpB3YdMHJ4AEKhEV6ED7x'>;
12
+ export declare const WHIRLPOOLS_AUTOMATION_PROGRAM_PROGRAM_ADDRESS: Address<'wpAutoU2kNC95CB9SzvSRmhC52ncPabVY225e3pfQA8'>;
13
13
  export declare enum WhirlpoolsAutomationProgramAccount {
14
14
  Automation = 0,
15
15
  GlobalConfig = 1,
@@ -31,7 +31,7 @@ export declare function identifyWhirlpoolsAutomationProgramInstruction(
31
31
  | ReadonlyUint8Array
32
32
  ): WhirlpoolsAutomationProgramInstruction;
33
33
  export type ParsedWhirlpoolsAutomationProgramInstruction<
34
- TProgram extends string = 'J5YZi2SoRbaAFcMJWcvkQRUgpB3YdMHJ4AEKhEV6ED7x',
34
+ TProgram extends string = 'wpAutoU2kNC95CB9SzvSRmhC52ncPabVY225e3pfQA8',
35
35
  > =
36
36
  | ({
37
37
  instructionType: WhirlpoolsAutomationProgramInstruction.InitializeGlobalConfig;
@@ -2964,7 +2964,7 @@ function t_(e) {
2964
2964
  data: Gn().decode(e.data),
2965
2965
  };
2966
2966
  }
2967
- const H = 'J5YZi2SoRbaAFcMJWcvkQRUgpB3YdMHJ4AEKhEV6ED7x';
2967
+ const H = 'wpAutoU2kNC95CB9SzvSRmhC52ncPabVY225e3pfQA8';
2968
2968
  var n_ = /* @__PURE__ */ ((e) => (
2969
2969
  (e[(e.Automation = 0)] = 'Automation'),
2970
2970
  (e[(e.GlobalConfig = 1)] = 'GlobalConfig'),
@@ -2951,7 +2951,7 @@ function qs(e) {
2951
2951
  data: kn().decode(e.data),
2952
2952
  };
2953
2953
  }
2954
- const z = 'J5YZi2SoRbaAFcMJWcvkQRUgpB3YdMHJ4AEKhEV6ED7x';
2954
+ const z = 'wpAutoU2kNC95CB9SzvSRmhC52ncPabVY225e3pfQA8';
2955
2955
  var Zs = /* @__PURE__ */ ((e) => (
2956
2956
  (e[(e.Automation = 0)] = 'Automation'),
2957
2957
  (e[(e.GlobalConfig = 1)] = 'GlobalConfig'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orca-so/whirlpools-automation",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Whirlpools Automation Program JS client",
5
5
  "license": "CUSTOM",
6
6
  "type": "module",