@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<'
|
|
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 = '
|
|
34
|
+
TProgram extends string = 'wpAutoU2kNC95CB9SzvSRmhC52ncPabVY225e3pfQA8',
|
|
35
35
|
> =
|
|
36
36
|
| ({
|
|
37
37
|
instructionType: WhirlpoolsAutomationProgramInstruction.InitializeGlobalConfig;
|
package/dist/index.browser.js
CHANGED
|
@@ -2964,7 +2964,7 @@ function t_(e) {
|
|
|
2964
2964
|
data: Gn().decode(e.data),
|
|
2965
2965
|
};
|
|
2966
2966
|
}
|
|
2967
|
-
const H = '
|
|
2967
|
+
const H = 'wpAutoU2kNC95CB9SzvSRmhC52ncPabVY225e3pfQA8';
|
|
2968
2968
|
var n_ = /* @__PURE__ */ ((e) => (
|
|
2969
2969
|
(e[(e.Automation = 0)] = 'Automation'),
|
|
2970
2970
|
(e[(e.GlobalConfig = 1)] = 'GlobalConfig'),
|
package/dist/index.node.js
CHANGED
|
@@ -2951,7 +2951,7 @@ function qs(e) {
|
|
|
2951
2951
|
data: kn().decode(e.data),
|
|
2952
2952
|
};
|
|
2953
2953
|
}
|
|
2954
|
-
const z = '
|
|
2954
|
+
const z = 'wpAutoU2kNC95CB9SzvSRmhC52ncPabVY225e3pfQA8';
|
|
2955
2955
|
var Zs = /* @__PURE__ */ ((e) => (
|
|
2956
2956
|
(e[(e.Automation = 0)] = 'Automation'),
|
|
2957
2957
|
(e[(e.GlobalConfig = 1)] = 'GlobalConfig'),
|