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

[Operation] unPause liquifier via timelock #208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seongyun-ko
Copy link
Contributor

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

Context

Liquifier contract is paused by HyperNative monitoring & automated response system. the team confirmed that the alert is false positive. Now unpausing

Txn

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

Sim

Schedule

    ├─ [29770] EtherFiTimelock::schedule(UUPSProxy: [0x9FFDF407cDe9a93c47611799DA23924Af3EF764F], 0, 0xbac15203, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x4feda79674e881e779f8b39b25ceba29bd494ea44b38ab30467ec7b98898516f, 259200 [2.592e5])
    │   ├─ emit CallScheduled(id: 0x47f7a96ae8dd4b9ec24eca5fc6959793957bd45c48486fa6c9401275e6042486, index: 0, target: UUPSProxy: [0x9FFDF407cDe9a93c47611799DA23924Af3EF764F], value: 0, data: 0xbac15203, predecessor: 0x0000000000000000000000000000000000000000000000000000000000000000, delay: 259200 [2.592e5])
    │   └─ ← [Stop] 
    ├─ [402] EtherFiTimelock::getMinDelay() [staticcall]
    │   └─ ← [Return] 259200 [2.592e5]
    ├─ emit Transaction(to: EtherFiTimelock: [0x9f26d4C958fD811A1F59B01B86Be7dFFc9d20761], value: 0, data: 0x01d5062a0000000000000000000000009ffdf407cde9a93c47611799da23924af3ef764f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000004feda79674e881e779f8b39b25ceba29bd494ea44b38ab30467ec7b98898516f000000000000000000000000000000000000000000000000000000000003f4800000000000000000000000000000000000000000000000000000000000000004bac1520300000000000000000000000000000000000000000000000000000000)

Execute

├─ [25958] EtherFiTimelock::execute(UUPSProxy: [0x9FFDF407cDe9a93c47611799DA23924Af3EF764F], 0, 0xbac15203, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x4feda79674e881e779f8b39b25ceba29bd494ea44b38ab30467ec7b98898516f)
    │   ├─ [13534] UUPSProxy::unPauseContract()
    │   │   ├─ [8654] Liquifier::unPauseContract() [delegatecall]
    │   │   │   ├─ emit Unpaused(account: EtherFiTimelock: [0x9f26d4C958fD811A1F59B01B86Be7dFFc9d20761])
    │   │   │   └─ ← [Stop] 
    │   │   └─ ← [Return] 
    │   ├─ emit CallExecuted(id: 0x47f7a96ae8dd4b9ec24eca5fc6959793957bd45c48486fa6c9401275e6042486, index: 0, target: UUPSProxy: [0x9FFDF407cDe9a93c47611799DA23924Af3EF764F], value: 0, data: 0xbac15203)
    │   └─ ← [Stop] 
    ├─ emit Transaction(to: EtherFiTimelock: [0x9f26d4C958fD811A1F59B01B86Be7dFFc9d20761], value: 0, data: 0x134008d30000000000000000000000009ffdf407cde9a93c47611799da23924af3ef764f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000004feda79674e881e779f8b39b25ceba29bd494ea44b38ab30467ec7b98898516f0000000000000000000000000000000000000000000000000000000000000004bac1520300000000000000000000000000000000000000000000000000000000)

@jtfirek
Copy link
Contributor

jtfirek commented Dec 12, 2024

looks good on my local run:

    ├─ [0] VM::parseJsonBytes("<stringified JSON>", ".transactions[0].data") [staticcall]
    │   └─ ← [Return] 0x134008d30000000000000000000000009ffdf407cde9a93c47611799da23924af3ef764f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000004feda79674e881e779f8b39b25ceba29bd494ea44b38ab30467ec7b98898516f0000000000000000000000000000000000000000000000000000000000000004bac1520300000000000000000000000000000000000000000000000000000000
    ├─ [0] VM::prank(0xcdd57D11476c22d265722F68390b036f3DA48c21)
    │   └─ ← [Return] 
    ├─ [25958] 0x9f26d4C958fD811A1F59B01B86Be7dFFc9d20761::execute(0x9FFDF407cDe9a93c47611799DA23924Af3EF764F, 0, 0xbac15203, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x4feda79674e881e779f8b39b25ceba29bd494ea44b38ab30467ec7b98898516f)
    │   ├─ [13534] 0x9FFDF407cDe9a93c47611799DA23924Af3EF764F::unPauseContract()
    │   │   ├─ [8654] 0xB27b1dc838898368E9a81F69c626AEC7e71f02c1::unPauseContract() [delegatecall]
    │   │   │   ├─ emit Unpaused(: 0x9f26d4C958fD811A1F59B01B86Be7dFFc9d20761)
    │   │   │   └─ ← [Stop] 
    │   │   └─ ← [Return] 
    │   ├─ emit CallExecuted(id: 0x47f7a96ae8dd4b9ec24eca5fc6959793957bd45c48486fa6c9401275e6042486, index: 0, target: 0x9FFDF407cDe9a93c47611799DA23924Af3EF764F, value: 0, data: 0xbac15203)
    │   └─ ← [Stop] 
    ├─ [0] VM::keyExistsJson("<JSON file>", ".transactions[1]") [staticcall]
    │   └─ ← [Return] false
    └─ ← [Stop] 
    ```

@solipsis
Copy link
Contributor

verified via tenderly trace

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