Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

feat: v3 unbalanced removes #1154

Merged
merged 73 commits into from
Oct 9, 2024
Merged

feat: v3 unbalanced removes #1154

merged 73 commits into from
Oct 9, 2024

Conversation

agualis
Copy link
Contributor

@agualis agualis commented Oct 8, 2024

Adds v3 removes using standard permit signatures
Works for Proportional and Single token removes

Example of Proportional remove (using sepolia pool in test api):

permitRemoves

Comment on lines 6 to 10
// Converts an index to a letter. 0 is A, 1 is B, etc.
export function indexToLetter(index: number): string {
if (index >= 0 && index <= 25) return String.fromCharCode(index + 65)
throw new Error('index but be between 0 and 25')
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this function needed?

Copy link
Contributor Author

@agualis agualis Oct 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is used in the Step Tracker to show A, B, C in the sub steps here:

<SubStepIndicator color={color} label={indexToLetter(index)} />

Screenshot 2024-10-08 at 18 07 08

@agualis agualis merged commit e123d39 into main Oct 9, 2024
6 of 7 checks passed
@agualis agualis deleted the feat/v3UnbalancedRemoves branch October 9, 2024 08:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants