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

feat: material view erc721 holder statistic #896

Merged
merged 5 commits into from
Sep 12, 2024

Conversation

phamphong9981
Copy link
Collaborator

No description provided.

CREATE INDEX m_view_erc721_holder_statistic_owner_index
ON m_view_erc721_holder_statistic (owner);
CREATE INDEX m_view_erc721_holder_statistic_erc721_contract_address_index
ON m_view_erc721_holder_statistic (erc721_contract_address);
Copy link
Member

Choose a reason for hiding this comment

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

index theo pair (erc721_contract_address, count)

@@ -449,6 +457,9 @@ export default class Erc721Service extends BullableService {

public async _start(): Promise<void> {
this.viemClient = getViemClient();
await knex.raw(
Copy link
Member

Choose a reason for hiding this comment

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

set trong job

@peara peara merged commit 8a24294 into evm Sep 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants