-
Notifications
You must be signed in to change notification settings - Fork 99
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
FXPool support on Arbitrum #552
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but do you have any FX pool planned for Arbitrum? if so worth going ahead and adding fxAssetAggregators
to assets/arbitrum.json
- otherwise, we'll have to re-deploy it in the future
Hey @mendesfabio, thanks for the heads up! With the new balancer-subgraph-v2/src/mappings/poolFactory.ts Lines 648 to 676 in 431067f
On the price update part, the handler just checks balancer-subgraph-v2/src/mappings/pricing.ts Lines 385 to 395 in 431067f
So I think we don't have to worry about the |
ah, that's true, sorry @schystz! we'll merge this PR today, keep you guys posted =) |
No worries at all! Glad that we both agreed :) Thank you! |
Description
Adds FXPoolDeployer address on Arbitrum, which should enable FXPools to be discovered on Arbitrum network
Type of change
How should this be tested?
yarn codegen
should generate the updated manifest for arbitrum with the FXPoolDeployer section addedChecklist:
dev
->master
Merges to
dev