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

New UX for the Consolidation Contract #3263

Closed
o0j4yj4y0o opened this issue Jan 14, 2025 · 0 comments · Fixed by #3265
Closed

New UX for the Consolidation Contract #3263

o0j4yj4y0o opened this issue Jan 14, 2025 · 0 comments · Fixed by #3265

Comments

@o0j4yj4y0o
Copy link

Surfacing the ability to move a Clearinghouse from one EOA to another EOA:

It's pretty simple to implement.

Normal consolidate function:

function consolidate(
address clearinghouseFrom_,
address clearinghouseTo_,
address coolerFrom_,
address coolerTo_,
uint256[] calldata ids_
)

Consolidate with new owner:

function consolidateWithNewOwner(
address clearinghouseFrom_,
address clearinghouseTo_,
address coolerFrom_,
address coolerTo_,
uint256[] calldata ids_
)

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 a pull request may close this issue.

1 participant