Skip to content

Commit

Permalink
sdk: add back prediction markets to idl
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Jul 30, 2024
1 parent bae35f1 commit 60da30c
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion sdk/src/idl/drift.json
Original file line number Diff line number Diff line change
Expand Up @@ -3403,6 +3403,27 @@
}
]
},
{
"name": "initializePredictionMarket",
"accounts": [
{
"name": "admin",
"isMut": false,
"isSigner": true
},
{
"name": "state",
"isMut": false,
"isSigner": false
},
{
"name": "perpMarket",
"isMut": true,
"isSigner": false
}
],
"args": []
},
{
"name": "deleteInitializedPerpMarket",
"accounts": [
Expand Down Expand Up @@ -10189,6 +10210,9 @@
},
{
"name": "Future"
},
{
"name": "Prediction"
}
]
}
Expand Down Expand Up @@ -12908,4 +12932,4 @@
"metadata": {
"address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH"
}
}
}

0 comments on commit 60da30c

Please sign in to comment.