Skip to content

Commit

Permalink
better docs for l2weth
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jan 2, 2024
1 parent 2e0734b commit 0f5d29d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zksync/contracts/bridge/L2Weth.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import "./interfaces/IL2StandardToken.sol";
/// - It does not have a silent fallback method and will revert if it's called for a method it hasn't implemented.
/// - It implements `receive` method to allow users to deposit ether directly.
/// - It implements `permit` method to allow users to sign a message instead of calling `approve`.
/// - It implements `depositTo` method to allow users to deposit to another address.
/// - It implements `withdrawTo` method to allow users to withdraw to another address.
///
/// Note: This is an upgradeable contract. In the future, we will remove upgradeability to make it trustless.
/// But for now, when the Rollup has instant upgradability, we leave the possibility of upgrading to improve the contract if needed.
Expand Down

0 comments on commit 0f5d29d

Please sign in to comment.