-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat) Go back to the old lockProxyProxy on eth, because it is the on…
…e Switcheo registered (and it's fine - same parameters, and now verified) (feat) Separate legacy and overcommit - ethereum requires legacy = false, overcommit = true. (fix) Fix odd result of duplicate contract addresses for OPUL and zETH
- Loading branch information
1 parent
05b8b5a
commit dfd993a
Showing
13 changed files
with
409 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
...ntracts/broadcast/08_revertToRegisteredLockProxyProxy.s.sol/1/dry-run/run-1736760353.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"transactions": [ | ||
{ | ||
"hash": null, | ||
"transactionType": "CALL", | ||
"contractName": null, | ||
"contractAddress": "0x99bcb148bec418fc66ebf7aca3668ec1c6289695", | ||
"function": "setLockProxyData(address,address)", | ||
"arguments": [ | ||
"0x9a016Ce184a22DbF6c17daA59Eb7d3140DBd1c54", | ||
"0x405e42de24Dc4894dB22595D041EBb170dC21D60" | ||
], | ||
"transaction": { | ||
"from": "0xd89421cd5dd6d6269fbb9307535c386afe11a23e", | ||
"to": "0x99bcb148bec418fc66ebf7aca3668ec1c6289695", | ||
"gas": "0xd029", | ||
"value": "0x0", | ||
"input": "0x766a1b7b0000000000000000000000009a016ce184a22dbf6c17daa59eb7d3140dbd1c54000000000000000000000000405e42de24dc4894db22595d041ebb170dc21d60", | ||
"nonce": "0x27", | ||
"chainId": "0x1" | ||
}, | ||
"additionalContracts": [], | ||
"isFixedGasLimit": false | ||
}, | ||
{ | ||
"hash": null, | ||
"transactionType": "CALL", | ||
"contractName": "LockProxyProxy", | ||
"contractAddress": "0x405e42de24dc4894db22595d041ebb170dc21d60", | ||
"function": "addCaller(address)", | ||
"arguments": [ | ||
"0x99bCB148BEC418Fc66ebF7ACA3668ec1C6289695" | ||
], | ||
"transaction": { | ||
"from": "0xd89421cd5dd6d6269fbb9307535c386afe11a23e", | ||
"to": "0x405e42de24dc4894db22595d041ebb170dc21d60", | ||
"gas": "0x1e9a3", | ||
"value": "0x0", | ||
"input": "0x747293fb00000000000000000000000099bcb148bec418fc66ebf7aca3668ec1c6289695", | ||
"nonce": "0x28", | ||
"chainId": "0x1" | ||
}, | ||
"additionalContracts": [], | ||
"isFixedGasLimit": false | ||
} | ||
], | ||
"receipts": [], | ||
"libraries": [], | ||
"pending": [], | ||
"returns": {}, | ||
"timestamp": 1736760353, | ||
"chain": 1, | ||
"commit": "05b8b5a" | ||
} |
Oops, something went wrong.