-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revert steth #331
revert steth #331
Conversation
marktoda
commented
Nov 9, 2023
- Revert "add (un)/wrapping for steth (add (un)/wrapping for steth #317)"
- Revert "deploy UniversalRouter v1.3 to mainnet and goerli (deploy UniversalRouter v1.3 to mainnet and goerli #320)"
- fix: fixup steth leftovers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm just some nits
README.md
Outdated
@@ -251,7 +237,7 @@ forge script --broadcast \ | |||
--rpc-url <RPC-URL> \ | |||
--private-key <PRIVATE-KEY> \ | |||
--sig 'run()' \ | |||
script/deployParameters/Deploy<network>.s.sol:Deploy<network> \ | |||
script/deployParameters/Deploy<network>.s.sol:Deploy<network> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think we need the \
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree with eric?
README.md
Outdated
@@ -234,7 +230,7 @@ yarn test:gas | |||
|
|||
### To Deploy | |||
|
|||
Fill out parameters in `script/deployParameters/Deploy<network>.s.sol` | |||
Fill out parameters in `script/deployParameters/Deploy<network>.s.sol` \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whats this for?
README.md
Outdated
│ 0x24 │ UNWRAP_STETH │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x25-│ ------- │ | ||
│ 0x1e-│ ------- │ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why 1e? Shouldnt it be 0x23?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly lgtm but a few comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but gonna ask eric to re-review too
Reverted in master ref: Uniswap/universal-router#331
Hello, is it possible to know why you decided to stop supporting wrapping stETh/ unwrapping wstETH ? Thanks |