Skip to content

Commit

Permalink
upd description
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Nov 22, 2024
1 parent 917de4f commit d910167
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions contracts/infinite-track-beforesend/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# infinite-track-beforesend

Infinite gas consumption in TF hooks sudo calls.
3 changes: 2 additions & 1 deletion contracts/no100/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Before Hook Tests

This contract used for testing bank before hooks (set by tokenfactory)
This contract used for testing bank before hooks (set by tokenfactory).
The contract does not allow to send more 100 TF tokens via TF hooks
13 changes: 13 additions & 0 deletions contracts/reflect/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"burn"
],
"properties": {
"burn": {
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": false
}
],
"definitions": {
Expand Down

0 comments on commit d910167

Please sign in to comment.