-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added dynamic leaderboard #30
Conversation
This reverts commit 2145f36.
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 |
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.
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 |
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.
I think it's 2096 that you are testing currently, no?
userPubKey: '2ce686f936c69f91d91c30b4f4c6dc54d20dc13e50cdfba0b98f63dc57f27b78', | ||
appPubKey: '2102', | ||
userPubKey: account?.publicKey, | ||
appPubKey: EVENT_APP_ID, |
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.
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); |
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.
Do you still need this?
No description provided.