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

Added dynamic leaderboard #30

Merged
merged 14 commits into from
Nov 26, 2024

Conversation

mazhutoanton
Copy link
Contributor

No description provided.

VITE_EVENT_SIGNER_MNEMONIC=wealth ski target play spring pizza jaguar shoe thrive wine soft bitter
VITE_EVENT_SIGNER_TYPE=ethereum
VITE_EVENT_DISPATCH_URL=https://prod-event-service.core.aws.cere.io/
VITE_EVENT_LISTEN_URL=https://socket.cere.io
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't be https://ai-socket.cere.io?

VITE_EVENT_SIGNER_TYPE=
VITE_EVENT_DISPATCH_URL=
VITE_EVENT_LISTEN_URL=
VITE_EVENT_APP_ID=2095
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's 2096 that you are testing currently, no?

userPubKey: '2ce686f936c69f91d91c30b4f4c6dc54d20dc13e50cdfba0b98f63dc57f27b78',
appPubKey: '2102',
userPubKey: account?.publicKey,
appPubKey: EVENT_APP_ID,
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think appId is appPubKey but we can keep it this way for now until we apply ROB's new changes here. I think we have implemented real appPublicKey there, right?

// setLeaderboardData(event.data);
});
const handleEngagementEvent = (event: any) => {
console.log('LEADERBOARD event:', event);
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you still need this?

@mazhutoanton mazhutoanton merged commit 656eef7 into hackathon/dubai-2024 Nov 26, 2024
4 checks passed
@mazhutoanton mazhutoanton deleted the hackathon/dynamic-leaderboard branch November 26, 2024 15:41
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