Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-cichocki committed Jul 23, 2023
1 parent 163a531 commit 336321d
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 69 deletions.
4 changes: 2 additions & 2 deletions sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
132 changes: 66 additions & 66 deletions sdk/src/idl/invariant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,22 @@ export type Invariant = {
]
}
},
{
"name": "positionList",
"type": {
"kind": "struct",
"fields": [
{
"name": "head",
"type": "u32"
},
{
"name": "bump",
"type": "u8"
}
]
}
},
{
"name": "position",
"type": {
Expand Down Expand Up @@ -1177,22 +1193,6 @@ export type Invariant = {
]
}
},
{
"name": "positionList",
"type": {
"kind": "struct",
"fields": [
{
"name": "head",
"type": "u32"
},
{
"name": "bump",
"type": "u8"
}
]
}
},
{
"name": "state",
"type": {
Expand All @@ -1217,6 +1217,23 @@ export type Invariant = {
]
}
},
{
"name": "tickmap",
"type": {
"kind": "struct",
"fields": [
{
"name": "bitmap",
"type": {
"array": [
"u8",
11091
]
}
}
]
}
},
{
"name": "tick",
"type": {
Expand Down Expand Up @@ -1280,23 +1297,6 @@ export type Invariant = {
}
]
}
},
{
"name": "tickmap",
"type": {
"kind": "struct",
"fields": [
{
"name": "bitmap",
"type": {
"array": [
"u8",
11091
]
}
}
]
}
}
],
"types": [
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -2745,6 +2745,23 @@ export const IDL: Invariant = {
]
}
},
{
"name": "tickmap",
"type": {
"kind": "struct",
"fields": [
{
"name": "bitmap",
"type": {
"array": [
"u8",
11091
]
}
}
]
}
},
{
"name": "tick",
"type": {
Expand Down Expand Up @@ -2808,23 +2825,6 @@ export const IDL: Invariant = {
}
]
}
},
{
"name": "tickmap",
"type": {
"kind": "struct",
"fields": [
{
"name": "bitmap",
"type": {
"array": [
"u8",
11091
]
}
}
]
}
}
],
"types": [
Expand Down

0 comments on commit 336321d

Please sign in to comment.