Skip to content
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

Add indexer #16

Merged
merged 6 commits into from
Aug 4, 2024
Merged

Add indexer #16

merged 6 commits into from
Aug 4, 2024

Conversation

fewensa
Copy link
Contributor

@fewensa fewensa commented Aug 1, 2024

No description provided.

@fewensa fewensa marked this pull request as ready for review August 1, 2024 08:40
@@ -10,6 +10,9 @@ protocol:
messagers:
- name: layerzero
address: '0x509354A4ebf98aCC7a65d2264694A65a2938cac9'
indexers:
- type: thegraph
endpoint: https://thegraph.com/test
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fix this endpoint

@@ -1,6 +1,7 @@
export type HelixProtocolName = 'lnv2-default' | 'lnv2-opposite' | 'lnv3';
export type TokenType = 'native' | 'erc20';
export type _NetworkType = 'mainnets' | 'testnets';
export type ChainIndexerType = 'thegraph' | 'ponder' | 'hyperindex';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

please defined if not exists

@fewensa fewensa merged commit 640c19a into main Aug 4, 2024
1 check passed
@fewensa fewensa deleted the add-indexer branch August 4, 2024 12:19
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