-
Notifications
You must be signed in to change notification settings - Fork 220
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
Changes from 5 commits
f85e056
98200ba
bbb9c1f
a364561
42b35c4
9b58bc3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,11 +126,7 @@ Each command is a `bytes1` containing the following 8 bits: | |
├──────┼───────────────────────────────┤ | ||
│ 0x22 │ APPROVE_ERC20 │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x23 │ WRAP_STETH │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x24 │ UNWRAP_STETH │ | ||
├──────┼───────────────────────────────┤ | ||
│ 0x25-│ ------- │ | ||
│ 0x1e-│ ------- │ | ||
│ 0x3f │ │ | ||
└──────┴───────────────────────────────┘ | ||
``` | ||
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. Whats this for? |
||
|
||
```console | ||
forge script --broadcast \ | ||
|
@@ -251,7 +247,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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. agree with eric? |
||
--etherscan-api-key <ETHERSCAN-API-KEY> \ | ||
--verify | ||
``` | ||
|
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"UniversalRouter": "0x4648a43B2C14Da09FdF82B161150d3F634f40491", | ||
"UniversalRouterV1_2": "0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD", | ||
"UniversalRouterV1_3": "0x3F6328669a86bef431Dc6F9201A5B90F7975a023", | ||
"UnsupportedProtocol": "0x5302086A3a25d473aAbBd0356eFf8Dd811a4d89B" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"UniversalRouter": "0xEf1c6E67703c7BD7107eed8303Fbe6EC2554BF6B", | ||
"UniversalRouterV1_2": "0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD", | ||
"UniversalRouterV1_3": "0x3F6328669a86bef431Dc6F9201A5B90F7975a023", | ||
"UnsupportedProtocol": "0x76D631990d505E4e5b432EEDB852A60897824D68" | ||
} |
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?