Skip to content

Commit

Permalink
remove simulate bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Sep 4, 2024
1 parent ef51003 commit a1fe3f9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 381 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions contracts/dex/schema/dex_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,16 +324,18 @@
"definitions": {
"DepositOptions": {
"type": "object",
"required": [
"disable_autoswap",
"fail_tx_on_bel"
],
"properties": {
"disable_autoswap": {
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"fail_tx_on_bel": {
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"additionalProperties": false
Expand Down
Loading

0 comments on commit a1fe3f9

Please sign in to comment.