Skip to content

chore: bump sor to 4.21.7 - fix: configurable liqudity threshold #1102

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

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

Conversation

jsy1218
Copy link
Member

@jsy1218 jsy1218 commented May 2, 2025

No description provided.

@jsy1218 jsy1218 marked this pull request as ready for review May 2, 2025 22:03
Copy link
Member Author

jsy1218 commented May 2, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment on lines 133 to 137
true,
v3TrackedEthThreshold,
v3UntrackedUsdThreshold,
v3LiquidityThreshold,
v3SubgraphUrlOverride(ChainId.MAINNET)
Copy link
Contributor

Choose a reason for hiding this comment

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

This V3Protocol constructor call (and all similar calls throughout the file) is passing 8 arguments, but the constructor is only expecting 7. The new 'v3LiquidityThreshold' parameter has been added here, but the V3Protocol class definition needs to be updated to accept this new parameter. Similar updates are needed for all V3Protocol and V4Protocol instantiations in this file.

Spotted by Diamond (based on CI logs)

Is this helpful? React 👍 or 👎 to let us know.

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.

1 participant