Skip to content

Commit cb5745f

Browse files
committed
Update the SDK types
1 parent fe8fd1e commit cb5745f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

sdk/src/types/amm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type Amm = {
2-
version: "1.0.0";
2+
version: "0.3.0";
33
name: "amm";
44
instructions: [
55
{
@@ -541,7 +541,7 @@ export type Amm = {
541541
};
542542

543543
export const IDL: Amm = {
544-
version: "1.0.0",
544+
version: "0.3.0",
545545
name: "amm",
546546
instructions: [
547547
{

sdk/src/types/autocrat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type Autocrat = {
2-
version: "1.0.0";
2+
version: "0.3.0";
33
name: "autocrat";
44
instructions: [
55
{
@@ -631,7 +631,7 @@ export type Autocrat = {
631631
};
632632

633633
export const IDL: Autocrat = {
634-
version: "1.0.0",
634+
version: "0.3.0",
635635
name: "autocrat",
636636
instructions: [
637637
{

sdk/src/types/conditional_vault.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type ConditionalVault = {
2-
version: "1.0.0";
2+
version: "0.3.0";
33
name: "conditional_vault";
44
instructions: [
55
{
@@ -447,7 +447,7 @@ export type ConditionalVault = {
447447
};
448448

449449
export const IDL: ConditionalVault = {
450-
version: "1.0.0",
450+
version: "0.3.0",
451451
name: "conditional_vault",
452452
instructions: [
453453
{

0 commit comments

Comments
 (0)