Skip to content

Commit

Permalink
idl
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Nov 22, 2023
1 parent f616adc commit 4c14114
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion sdk/src/idl/drift.json
Original file line number Diff line number Diff line change
Expand Up @@ -4163,6 +4163,27 @@
}
]
},
{
"name": "updateStateMaxNumberOfSubAccounts",
"accounts": [
{
"name": "admin",
"isMut": false,
"isSigner": true
},
{
"name": "state",
"isMut": true,
"isSigner": false
}
],
"args": [
{
"name": "maxNumberOfSubAccounts",
"type": "u16"
}
]
},
{
"name": "updatePerpMarketOracle",
"accounts": [
Expand Down Expand Up @@ -5722,12 +5743,16 @@
"name": "initialPctToLiquidate",
"type": "u16"
},
{
"name": "maxNumberOfSubAccounts",
"type": "u16"
},
{
"name": "padding",
"type": {
"array": [
"u8",
14
12
]
}
}
Expand Down

0 comments on commit 4c14114

Please sign in to comment.