Skip to content

Commit

Permalink
update kamino IDL for release 0.70.0 (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
silviutroscot authored Aug 28, 2024
1 parent be5a83f commit be22542
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion packages/hubble-idl/src/kamino.json
Original file line number Diff line number Diff line change
Expand Up @@ -3385,6 +3385,22 @@
}
}
]
},
{
"name": "updateStrategyAdmin",
"accounts": [
{
"name": "pendingAdmin",
"isMut": true,
"isSigner": true
},
{
"name": "strategy",
"isMut": true,
"isSigner": false
}
],
"args": []
}
],
"accounts": [
Expand Down Expand Up @@ -4403,6 +4419,10 @@
"name": "tokenBTokenProgram",
"type": "publicKey"
},
{
"name": "pendingAdmin",
"type": "publicKey"
},
{
"name": "padding3",
"type": "u64"
Expand All @@ -4412,7 +4432,7 @@
"type": {
"array": [
"u128",
15
13
]
}
},
Expand Down Expand Up @@ -5730,6 +5750,9 @@
},
{
"name": "UpdateSwapUnevenAuthority"
},
{
"name": "UpdatePendingStrategyAdmin"
}
]
}
Expand Down

0 comments on commit be22542

Please sign in to comment.