Closed marc-aurele-besner closed 1 week ago
Name | Link |
---|---|
Latest commit | 80f309b12dafa13062e74c81881289752fb987ca |
Latest deploy log | https://app.netlify.com/sites/dev-astral/deploys/672a97ee5e8ecf00085bdded |
Deploy Preview | https://deploy-preview-906--dev-astral.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Here are some key observations to aid the review process:
โฑ๏ธ Estimated effort to review: 2 ๐ต๐ตโชโชโช |
๐งช No relevant tests |
๐ No security concerns identified |
โก Recommended focus areas for review Hardcoded Value The addition of `networks` with a hardcoded value `[NetworkId.GEMINI_3H]` might limit flexibility. Consider making this configurable or validating the necessity of this hardcoding. |
No code suggestions found for the PR.
User description
Disable leaderboard
PR Type
enhancement
Description
leaderboard
route by adding anetworks
property.leaderboard
route toNetworkId.GEMINI_3H
.Changes walkthrough ๐
routes.ts
Add network restriction to leaderboard route
explorer/src/constants/routes.ts
networks
property to theleaderboard
route.networks
to includeNetworkId.GEMINI_3H
.graphql.ts
...
explorer/gql/graphql.ts ...