diff --git a/src/idl/zeta.json b/src/idl/zeta.json index 9f7b80259..55278a458 100644 --- a/src/idl/zeta.json +++ b/src/idl/zeta.json @@ -9374,6 +9374,11 @@ "code": 6144, "name": "MarginAccountCannotLiquidateCrossMarginAccount", "msg": "MarginAccount cannot liquidate CrossMarginAccount" + }, + { + "code": 6145, + "name": "InvalidDexAccOwner", + "msg": "Invalid owner for dex account" } ] } \ No newline at end of file diff --git a/src/types/zeta.ts b/src/types/zeta.ts index 0496e948d..e8c2a6860 100644 --- a/src/types/zeta.ts +++ b/src/types/zeta.ts @@ -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" } ] }; @@ -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" } ] };