lido-l2
lido-l2 copied to clipboard
#### WHAT Implement a new rebasable token on Optimism #### HOW - add new token - change L1 and L2 bridges to support new token flows. - add token rate...
Bumps [undici](https://github.com/nodejs/undici) from 5.26.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 v5.28.3 ⚠️ Security Release...
To support users stake their ETH to Lido & bridge the returned wstETH to Manta Network L2 in one click, a contract is needed to zap these 2 steps into...
Bumps and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `express` from 4.17.1 to 4.19.2 Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
This PR duplicates fork changes provided by https://github.com/txfusion/lido-l2/commit/0c6214d20f18186a6eb2cdfb1b42f50761f2dc5d to add more redundancy in keeping track of the code deployed on-chain. It is not planned for merging (at least yet) due...
This PR duplicates fork changes provided by https://github.com/mantlenetworkio/lido-l2/commit/75e023ad54fc93de7f44d5c80339a3d59c4c7d31 to add more redundancy in keeping track of the code deployed on-chain. It is not planned for merging (at least yet) due...
Optimism standard [L2 token bridge](https://github.com/ethereum-optimism/optimism/blob/65ec61dde94ffa93342728d324fecf474d228e1f/packages/contracts-bedrock/contracts/L2/L2StandardBridge.sol#L96) (`onlyEOA` modifier): ```solidity function withdraw( address _l2Token, uint256 _amount, uint32 _minGasLimit, bytes calldata _extraData ) external payable virtual onlyEOA { _initiateWithdrawal(_l2Token, msg.sender, msg.sender, _amount, _minGasLimit,...
As part of the recent Lido V2 upgrade, we've successfully [incorporated](https://github.com/lidofinance/lido-dao/blob/master/contracts/0.4.24/StETHPermit.sol#L110) both [ERC-2612](https://eips.ethereum.org/EIPS/eip-2612) and [ERC-1271](https://eips.ethereum.org/EIPS/eip-1271) standards for `stETH`. These changes were made in anticipation of the impending [Account Abstraction](https://eips.ethereum.org/EIPS/eip-4337) on...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [ethereum-waffle](https://github.com/EthWorks/Waffle). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...