Skip to content
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

Upgrade Liquifier so that Admin can {unPause, update the deposit cap} + Deterministic Deploy via create2 #210

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

seongyun-ko
Copy link
Contributor

@seongyun-ko seongyun-ko commented Dec 12, 2024

Txn

https://app.safe.global/transactions/tx?safe=eth:0xcdd57D11476c22d265722F68390b036f3DA48c21&id=multisig_0xcdd57D11476c22d265722F68390b036f3DA48c21_0x9f2c32321dec254540d776b0f0bb96ad7bd01e816ae519aa9f4967a059e30b98

Context

(1) Update Liquifier so that Admin can {unPause, update the deposit c…ap},
(2) Add Deterministic contract deployment by Create2. the factory using OZ's library is deployed at 0x6521991A0BC180a5df7F42b27F4eE8f3B192BA62 ,
(3) Improve the review process which requires the contract code verification

Now, we can verify if the contract's bytecode matches with the local contract code

…ap}, (2) Add Deterministic contract deployment by Create2, (3) Improve the contract verification process
@seongyun-ko seongyun-ko changed the title Update Liquifier so that Admin can {unPause, update the deposit cap} + Deterministic Deploy via create2 Upgrade Liquifier so that Admin can {unPause, update the deposit cap} + Deterministic Deploy via create2 Dec 12, 2024
@jtfirek
Copy link
Contributor

jtfirek commented Dec 13, 2024

Just found a minor issue:
#211

Everything else looks as expected

foundry.toml Show resolved Hide resolved
…ode-checker

(Minor) fix compilation error by including bytecode checker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants