Skip to content

Commit

Permalink
add check in view
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicGordon committed Jul 29, 2024
1 parent e259f33 commit b555159
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ref-exchange/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Version 1.9.4
```
FqPnxsuULzmP8e6dC7byhYRNWjkbcgQLeCBKrGKvSc8h
5s2okqBH7CeEjaNewLgVGHxoWMh7mvpvwiLXK2x4HMKt
```
1. add pool limit
2. add execute_actions_in_va
Expand Down
1 change: 1 addition & 0 deletions ref-exchange/src/views.rs
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ impl Contract {
shares
}
};
pool.assert_tvl_not_exceed_limit(add_liquidity_info.pool_id);

add_liquidity_predictions.push(
AddLiquidityPrediction {
Expand Down
Binary file modified releases/ref_exchange_release.wasm
Binary file not shown.

0 comments on commit b555159

Please sign in to comment.