Skip to content

Commit

Permalink
add comment on bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Dec 24, 2024
1 parent e11be4b commit 8b4d221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/v2/sovereignChains/BridgeL2SovereignChain.sol
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ contract BridgeL2SovereignChain is

/**
* @notice Set the custom wrapper for weth
* @notice If this function is called multiple times this will override the previous calls and only keep the last sovereignTokenAddress.
* @notice If this function is called multiple times this will override the previous calls and only keep the last WETHToken.
* @notice WETH will not maintain legacy versions.Users easily should be able to unwrapp the legacy WETH and unwrapp it with the new one.
* @param sovereignWETHTokenAddress Address of the sovereign weth token
* @param isNotMintable Flag to indicate if the wrapped token is not mintable
*/
Expand Down

0 comments on commit 8b4d221

Please sign in to comment.