Skip to content

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