Skip to content

Conversation

FonsSicca
Copy link
Contributor

Implements:

  • Indexing of contracts for CLPoolLauncher and beginning of V2PoolLauncher (this is will be completed in next PR, otherwise this one would be become too big)
  • Appropriate test workflow

@FonsSicca FonsSicca requested a review from WooSungD October 13, 2025 18:06
Copy link
Contributor Author

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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 {
Copy link
Contributor Author

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")
Copy link
Contributor Author

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

Copy link
Contributor Author

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

Copy link
Contributor Author

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

@WooSungD
Copy link
Contributor

what do the indexing results on testnet look like?

@FonsSicca FonsSicca merged commit f884476 into main Oct 15, 2025
1 check passed
@FonsSicca FonsSicca deleted the dan/CLPoolLauncher branch October 15, 2025 11:53
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.

2 participants