Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasirv committed Dec 2, 2024
1 parent 664b0a1 commit c9d10f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/v2/sovereignChains/BridgeL2SovereignChain.sol
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ contract BridgeL2SovereignChain is

/**
* @notice Function to check if an index is claimed or not
* @dev function override to improve a bit the performance and bytecode not checking unnecessary conditions for sovereign chains context
* @dev function overridden to improve a bit the performance and bytecode not checking unnecessary conditions for sovereign chains context
* @param leafIndex Index
* @param sourceBridgeNetwork Origin network
*/
Expand All @@ -482,7 +482,7 @@ contract BridgeL2SovereignChain is

/**
* @notice Function to check that an index is not claimed and set it as claimed
* @dev function override to improve a bit the performance and bytecode not checking unnecessary conditions for sovereign chains context
* @dev function overridden to improve a bit the performance and bytecode not checking unnecessary conditions for sovereign chains context
* @param leafIndex Index
* @param sourceBridgeNetwork Origin network
*/
Expand All @@ -503,7 +503,7 @@ contract BridgeL2SovereignChain is

/**
* @notice Function to call token permit method of extended ERC20
* @dev We override this function from PolygonZkEVMBridgeV2 to improve a bit the performance and bytecode not checking unnecessary conditions for sovereign chains context
* @dev function overridden from PolygonZkEVMBridgeV2 to improve a bit the performance and bytecode not checking unnecessary conditions for sovereign chains context
+ @param token ERC20 token address
* @param amount Quantity that is expected to be allowed
* @param permitData Raw data of the call `permit` of the token
Expand Down

0 comments on commit c9d10f1

Please sign in to comment.