Skip to content

Commit

Permalink
fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nisnislevi committed May 28, 2024
1 parent 25e8b7d commit cf662e9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions certora/specs/ccip.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ invariant currentBridge_LEQ_bridgeLimit()
/* ==============================================================================
rule: withdrawLiquidity_correctness
description: The rule checks that:
- only the rebalancer can call to withdrawLiquidity
- the balance of the contract is as expected.
description: The rule checks that the balance of the contract is as expected.
============================================================================*/
rule withdrawLiquidity_correctness(env e) {
uint256 amount;
Expand All @@ -60,9 +58,7 @@ rule withdrawLiquidity_correctness(env e) {
/* ==============================================================================
rule: provideLiquidity_correctness
description: The rule checks that:
- only the rebalancer can call to provideLiquidity
- the balance of the contract is as expected.
description: The rule checks that the balance of the contract is as expected.
============================================================================*/
rule provideLiquidity_correctness(env e) {
uint256 amount;
Expand Down Expand Up @@ -111,7 +107,7 @@ rule only_releaseOrMint_can_decrease_currentBridged(env e) {
/* ==============================================================================
rule: only_releaseOrMint_can_deccrease_currentBridged
rule: only_bridgeLimitAdmin_or_owner_can_call_setBridgeLimit
============================================================================*/
rule only_bridgeLimitAdmin_or_owner_can_call_setBridgeLimit(env e) {
uint256 newBridgeLimit;
Expand Down

0 comments on commit cf662e9

Please sign in to comment.