Skip to content

Commit

Permalink
chore: regenerate schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x committed Jul 1, 2024
1 parent a326961 commit 8670d58
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,28 @@
"claim"
]
},
{
"description": "Claims the available rewards on behalf of the specified address. Only executable by the contract.",
"type": "object",
"required": [
"claim_for_addr"
],
"properties": {
"claim_for_addr": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"description": "Fills the contract with new rewards.",
"type": "string",
Expand Down
22 changes: 22 additions & 0 deletions contracts/liquidity_hub/bonding-manager/schema/raw/execute.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,28 @@
"claim"
]
},
{
"description": "Claims the available rewards on behalf of the specified address. Only executable by the contract.",
"type": "object",
"required": [
"claim_for_addr"
],
"properties": {
"claim_for_addr": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
{
"description": "Fills the contract with new rewards.",
"type": "string",
Expand Down

0 comments on commit 8670d58

Please sign in to comment.