-
Notifications
You must be signed in to change notification settings - Fork 10
CLPoolLauncher
events and beginning of V2PoolLauncher
#366
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
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.
ABI's for both CLPoolLauncher
and V2PoolLauncher
- event: PairableTokenRemoved | ||
- event: NewPoolLauncherSet | ||
- event: CreationTimestampSet | ||
#- name: V2PoolLauncher |
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.
commented out for now, will uncomment in following PR
address: | ||
- name: Gauge | ||
address: | ||
- name: CLPoolLauncher |
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.
these addresses are the same for all of these chains + these are available directly on mainnet of respective chains (not in testnet, weird)
@derivedFrom(field: "poolLauncherPoolId") | ||
} | ||
|
||
type CLPoolLauncherConfig { |
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.
entity that tracks launcher address (that can be updated) and the list of pairable tokens
lastMigratedAt: Timestamp! | ||
|
||
poolStats: [LiquidityPoolAggregator!]! | ||
@derivedFrom(field: "poolLauncherPoolId") |
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.
allows the one-to-one coupling between a PoolLauncherPool
and LiquidityPoolAggregator
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.
main module that handles launcher events
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.
helper functions to process logic
what do the indexing results on testnet look like? |
Implements: