diff --git a/sdk/package-lock.json b/sdk/package-lock.json index e839cff7..e5207be8 100644 --- a/sdk/package-lock.json +++ b/sdk/package-lock.json @@ -1,12 +1,12 @@ { "name": "@invariant-labs/sdk", - "version": "0.9.37", + "version": "0.9.38", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@invariant-labs/sdk", - "version": "0.9.37", + "version": "0.9.38", "dependencies": { "@project-serum/anchor": "0.21.0", "@solana/spl-token-registry": "^0.2.4484", diff --git a/sdk/package.json b/sdk/package.json index d5f79c0b..0e4b1475 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@invariant-labs/sdk", - "version": "0.9.37", + "version": "0.9.38", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/sdk/src/idl/invariant.ts b/sdk/src/idl/invariant.ts index ef7f64fa..d8cb00a0 100644 --- a/sdk/src/idl/invariant.ts +++ b/sdk/src/idl/invariant.ts @@ -1105,6 +1105,22 @@ export type Invariant = { ] } }, + { + "name": "positionList", + "type": { + "kind": "struct", + "fields": [ + { + "name": "head", + "type": "u32" + }, + { + "name": "bump", + "type": "u8" + } + ] + } + }, { "name": "position", "type": { @@ -1177,22 +1193,6 @@ export type Invariant = { ] } }, - { - "name": "positionList", - "type": { - "kind": "struct", - "fields": [ - { - "name": "head", - "type": "u32" - }, - { - "name": "bump", - "type": "u8" - } - ] - } - }, { "name": "state", "type": { @@ -1217,6 +1217,23 @@ export type Invariant = { ] } }, + { + "name": "tickmap", + "type": { + "kind": "struct", + "fields": [ + { + "name": "bitmap", + "type": { + "array": [ + "u8", + 11091 + ] + } + } + ] + } + }, { "name": "tick", "type": { @@ -1280,23 +1297,6 @@ export type Invariant = { } ] } - }, - { - "name": "tickmap", - "type": { - "kind": "struct", - "fields": [ - { - "name": "bitmap", - "type": { - "array": [ - "u8", - 11091 - ] - } - } - ] - } } ], "types": [ @@ -2633,6 +2633,22 @@ export const IDL: Invariant = { ] } }, + { + "name": "positionList", + "type": { + "kind": "struct", + "fields": [ + { + "name": "head", + "type": "u32" + }, + { + "name": "bump", + "type": "u8" + } + ] + } + }, { "name": "position", "type": { @@ -2705,22 +2721,6 @@ export const IDL: Invariant = { ] } }, - { - "name": "positionList", - "type": { - "kind": "struct", - "fields": [ - { - "name": "head", - "type": "u32" - }, - { - "name": "bump", - "type": "u8" - } - ] - } - }, { "name": "state", "type": { @@ -2745,6 +2745,23 @@ export const IDL: Invariant = { ] } }, + { + "name": "tickmap", + "type": { + "kind": "struct", + "fields": [ + { + "name": "bitmap", + "type": { + "array": [ + "u8", + 11091 + ] + } + } + ] + } + }, { "name": "tick", "type": { @@ -2808,23 +2825,6 @@ export const IDL: Invariant = { } ] } - }, - { - "name": "tickmap", - "type": { - "kind": "struct", - "fields": [ - { - "name": "bitmap", - "type": { - "array": [ - "u8", - 11091 - ] - } - } - ] - } } ], "types": [