Update idl

This commit is contained in:
Christian Kamm 2023-02-14 16:04:37 +01:00
parent 8eb177fb32
commit 820ab36209
1 changed files with 10 additions and 0 deletions

View File

@ -8335,6 +8335,11 @@ export type MangoV4 = {
"code": 6043,
"name": "NoLiquidatablePerpBasePosition",
"msg": "no liquidatable perp base position"
},
{
"code": 6044,
"name": "PerpOrderIdNotFound",
"msg": "perp order id not found on the orderbook"
}
]
};
@ -16676,6 +16681,11 @@ export const IDL: MangoV4 = {
"code": 6043,
"name": "NoLiquidatablePerpBasePosition",
"msg": "no liquidatable perp base position"
},
{
"code": 6044,
"name": "PerpOrderIdNotFound",
"msg": "perp order id not found on the orderbook"
}
]
};