Merged
Conversation
Deploying x with
|
| Latest commit: |
37a14e7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9e171d10.x-e62.pages.dev |
| Branch Preview URL: | https://feat-pro-2943-leaderboard-ap.x-e62.pages.dev |
IAmKio
reviewed
Jan 28, 2025
Collaborator
There was a problem hiding this comment.
Just wondering if we could start splitting types into their own files per app? We don't need to do this now but just a note for future - let me know what you think
Collaborator
Author
There was a problem hiding this comment.
Yes I thought of this too, happy to do this, just need a ticket for this so we have it in the backlog
IAmKio
approved these changes
Jan 28, 2025
Collaborator
IAmKio
left a comment
There was a problem hiding this comment.
LGTM - really well coded, great work! 🚀
IAmKio
reviewed
Jan 29, 2025
Comment on lines
+15
to
+36
| { length: 25 }, | ||
| (_, i) => ({ | ||
| address: `0xAddress${i + 1}`, | ||
| points: (i + 1) * 100, | ||
| totalGasUsed: (i + 1) * 10, | ||
| pointsPerChain: { | ||
| '100': i + 7, | ||
| '137': i + 160, | ||
| '8453': i + 40, | ||
| }, | ||
| transactionCount: { | ||
| '100': i + 7, | ||
| '137': i + 8, | ||
| '8453': i + 2, | ||
| }, | ||
| gasCount: { | ||
| '100': i + 1863679, | ||
| '137': i + 1816553, | ||
| '8453': i + 415853, | ||
| }, | ||
| rankChange: LeaderboardRankChange.NO_CHANGE, | ||
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes