Skip to content

Commit

Permalink
idl update (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinlau20100 authored Jul 26, 2023
1 parent 6908ad2 commit a9a17c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/idl/zeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9374,6 +9374,11 @@
"code": 6144,
"name": "MarginAccountCannotLiquidateCrossMarginAccount",
"msg": "MarginAccount cannot liquidate CrossMarginAccount"
},
{
"code": 6145,
"name": "InvalidDexAccOwner",
"msg": "Invalid owner for dex account"
}
]
}
10 changes: 10 additions & 0 deletions src/types/zeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9374,6 +9374,11 @@ export type Zeta = {
"code": 6144,
"name": "MarginAccountCannotLiquidateCrossMarginAccount",
"msg": "MarginAccount cannot liquidate CrossMarginAccount"
},
{
"code": 6145,
"name": "InvalidDexAccOwner",
"msg": "Invalid owner for dex account"
}
]
};
Expand Down Expand Up @@ -18754,6 +18759,11 @@ export const IDL: Zeta = {
"code": 6144,
"name": "MarginAccountCannotLiquidateCrossMarginAccount",
"msg": "MarginAccount cannot liquidate CrossMarginAccount"
},
{
"code": 6145,
"name": "InvalidDexAccOwner",
"msg": "Invalid owner for dex account"
}
]
};

0 comments on commit a9a17c6

Please sign in to comment.