Skip to content

feat: Add new apps tranche3#232

Merged
lightwalker-eth merged 8 commits into
mainfrom
y3drk/feat/add-new-apps-tranche3
Jun 29, 2026
Merged

feat: Add new apps tranche3#232
lightwalker-eth merged 8 commits into
mainfrom
y3drk/feat/add-new-apps-tranche3

Conversation

@Y3drk

@Y3drk Y3drk commented Jun 18, 2026

Copy link
Copy Markdown
Member

Lite PR → Add new apps tranche3 [WIP]

Summary

  • Applied feedback item 6 from the related Google Doc → add tranche 3 of the new apps to the page
  • Currently added:
    • Exodus (Wallet)
    • Taho (Wallet)
    • Pendle (DeFi app)
    • Hyperfluid
    • Polymarket

NOTE: I cannot fully test the Polymarket app, due to view-only limitations imposed in Poland (see the screenshot below). Still the leaderboard proof should be enough.

image

Why


Notes for reviewer

I couldn't find a legitimate testing surface for the following apps:

  • OpenTrade
  • Compound
  • Morpho
  • Fluid
  • GMX (only testable input is limited to the Arbitrum chain)

More details in the Google sheet spec. Appreciate the advice on that

  • Contacted @sskvts about the OG images for the added apps. They will be added in a new PR as soon as they're ready.

Testing

  • Ran typecheck, lint, and test commands locally to ensure that the migration didn't break anything, and later confirmed that in our CI workflow
  • Verified that the UI didn't break after introducing changes using a local and Vercel previews.

Pre-Review Checklist (Blocking)

  • This PR does not introduce significant changes and is low-risk to review quickly.

@Y3drk Y3drk self-assigned this Jun 18, 2026
@Y3drk Y3drk added the ensawards ENSAwards related label Jun 18, 2026
Copilot AI review requested due to automatic review settings June 18, 2026 14:29
@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ensawards.org Ready Ready Preview, Comment Jun 25, 2026 10:10am

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@Y3drk, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 36 minutes and 27 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: bed00451-8ab6-4eee-a914-fdde8ed90da8

📥 Commits

Reviewing files that changed from the base of the PR and between 6a03292 and c525a71.

📒 Files selected for processing (2)
  • ensawards.org/data/ens-best-practices/resolution/deposit-addresses/notes.tsx
  • ensawards.org/data/projects/exodus/icon.tsx
📝 Walkthrough

Walkthrough

Three new projects and apps are registered with icons, metadata, and benchmark definitions. ProjectIds gains five new project identifiers. Coinbase Exchange adds an ENS social entry.

Changes

New project/app registrations and benchmark data

Layer / File(s) Summary
ProjectIds type extension
ensawards.org/data/projects/types.ts
Adds Exodus, Taho, Pendle, Hyperliquid, and Polymarket to ProjectIds, expanding the derived ProjectId union.
Project and app registrations
ensawards.org/data/projects/exodus/*, ensawards.org/data/projects/taho/*, ensawards.org/data/projects/pendle/*, ensawards.org/data/projects/hyperliquid/*, ensawards.org/data/projects/polymarket/*, ensawards.org/data/apps/exodus-wallet/*, ensawards.org/data/apps/taho-wallet/*, ensawards.org/data/apps/pendle-defi/*, ensawards.org/data/apps/hyperliquid-defi/*, ensawards.org/data/apps/polymarket-defi/*
Adds new project entries and app definitions with icons, metadata, and social links for five projects and five apps.
Benchmark registries and resolution benchmarks
ensawards.org/data/apps/exodus-wallet/benchmarks/*, ensawards.org/data/apps/taho-wallet/benchmarks/*, ensawards.org/data/apps/pendle-defi/benchmarks/*, ensawards.org/data/apps/hyperliquid-defi/benchmarks/*, ensawards.org/data/apps/polymarket-defi/benchmarks/*
Registers benchmark suites for the new apps and adds resolution benchmark modules for deposit-addresses and ENSv2-ready-resolution cases, including result mappings, contributor timestamps, notes, and proof assets.
Coinbase Exchange ENS social field
ensawards.org/data/apps/coinbase-exchange/index.ts
Imports asInterpretedName and adds ens: asInterpretedName("coinbase.eth") to CoinbaseExchange.socials.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~45 minutes

Possibly related PRs

  • namehash/ensawards#130: Adds new app registrations that rely on the project association in app definitions.
  • namehash/ensawards#149: Also extends ensawards.org/data/projects/types.ts with new ProjectIds entries.
  • namehash/ensawards#233: Adds benchmark modules for deposit-addresses and ensv2-ready-resolution, matching the benchmark pattern used here.

Poem

🐇 Hop, hop, new stars align,
Projects, apps, and benches all entwine.
A coinbase ens now sparkles bright,
While rabbit feet tap through the night.
A nibble, a hop, a cheerful cheer—
The registry garden grows this year.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The description matches the changeset by describing tranche 3 app additions and related benchmarks, despite a minor app-name typo.
Title check ✅ Passed The title accurately summarizes the main change: adding the third tranche of new apps.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch y3drk/feat/add-new-apps-tranche3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Comment thread ensawards.org/data/apps/pendle-defi/benchmarks/index.tsx Fixed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds tranche-3 app/project data to the ENSAwards dataset so the new apps can appear on the site and participate in benchmark display/aggregation.

Changes:

  • Added new ProjectIds and project definitions for Exodus, Taho, and Pendle (including icons + socials).
  • Added new app definitions for Exodus Wallet, Taho Wallet, and Pendle DeFi, plus initial benchmark entries for each app.
  • Extended Coinbase Exchange app socials to include an ENS name.

Reviewed changes

Copilot reviewed 15 out of 21 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
ensawards.org/data/projects/types.ts Registers new project IDs for Exodus, Taho, and Pendle.
ensawards.org/data/projects/taho/index.ts Defines the Taho project entry (metadata + icon + socials).
ensawards.org/data/projects/pendle/index.ts Defines the Pendle project entry (metadata + icon + socials).
ensawards.org/data/projects/pendle/icon.tsx Adds the Pendle project SVG icon component.
ensawards.org/data/projects/exodus/index.ts Defines the Exodus project entry (metadata + icon + socials).
ensawards.org/data/projects/exodus/icon.tsx Adds the Exodus project SVG icon component (gradient-based).
ensawards.org/data/apps/taho-wallet/index.ts Adds the Taho Wallet app entry linked to the Taho project.
ensawards.org/data/apps/taho-wallet/benchmarks/index.tsx Adds initial benchmark results/notes for Taho Wallet.
ensawards.org/data/apps/pendle-defi/index.ts Adds the Pendle DeFi app entry linked to the Pendle project.
ensawards.org/data/apps/pendle-defi/icon.tsx Adds the Pendle DeFi SVG icon component.
ensawards.org/data/apps/pendle-defi/benchmarks/index.tsx Adds initial benchmark results/notes for Pendle DeFi.
ensawards.org/data/apps/exodus-wallet/index.ts Adds the Exodus Wallet app entry linked to the Exodus project.
ensawards.org/data/apps/exodus-wallet/icon.tsx Adds the Exodus Wallet SVG icon component (gradient-based).
ensawards.org/data/apps/exodus-wallet/benchmarks/index.tsx Adds initial benchmark results/notes for Exodus Wallet.
ensawards.org/data/apps/coinbase-exchange/index.ts Adds an ens entry to Coinbase Exchange socials.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread ensawards.org/data/projects/exodus/icon.tsx Outdated
Comment thread ensawards.org/data/projects/exodus/icon.tsx Outdated
Comment thread ensawards.org/data/projects/exodus/icon.tsx Outdated
Comment thread ensawards.org/data/apps/exodus-wallet/icon.tsx Outdated
Comment thread ensawards.org/data/apps/exodus-wallet/icon.tsx Outdated
Comment thread ensawards.org/data/apps/exodus-wallet/icon.tsx Outdated
Comment thread ensawards.org/data/apps/coinbase-exchange/index.ts

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@ensawards.org/data/apps/pendle-defi/benchmarks/resolution/deposit-addresses/index.tsx`:
- Line 39: Fix the punctuation typo in the user-facing benchmark note copy by
removing the extra space before the comma in the text rendered from the
deposit-addresses benchmark component. Update the string in the JSX around the
note content so it reads naturally, and verify the surrounding copy in the same
markup block still concatenates correctly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 6bd877d9-ca5d-468f-b6dd-43b267d40d95

📥 Commits

Reviewing files that changed from the base of the PR and between e5320fb and 1bb1329.

⛔ Files ignored due to path filters (12)
  • ensawards.org/data/apps/exodus-wallet/benchmarks/resolution/deposit-addresses/at-1.png is excluded by !**/*.png
  • ensawards.org/data/apps/exodus-wallet/benchmarks/resolution/ensv2-ready-resolution/at-1.png is excluded by !**/*.png
  • ensawards.org/data/apps/pendle-defi/benchmarks/resolution/deposit-addresses/at-1-boros.gif is excluded by !**/*.gif
  • ensawards.org/data/apps/pendle-defi/benchmarks/resolution/deposit-addresses/at-1-v2.gif is excluded by !**/*.gif
  • ensawards.org/data/apps/pendle-defi/benchmarks/resolution/ensv2-ready-resolution/at-1-boros.gif is excluded by !**/*.gif
  • ensawards.org/data/apps/pendle-defi/benchmarks/resolution/ensv2-ready-resolution/at-1-v2.gif is excluded by !**/*.gif
  • ensawards.org/data/apps/taho-wallet/benchmarks/resolution/deposit-addresses/at-1.png is excluded by !**/*.png
  • ensawards.org/data/apps/taho-wallet/benchmarks/resolution/deposit-addresses/at-2.png is excluded by !**/*.png
  • ensawards.org/data/apps/taho-wallet/benchmarks/resolution/deposit-addresses/at-3.png is excluded by !**/*.png
  • ensawards.org/data/apps/taho-wallet/benchmarks/resolution/deposit-addresses/at-4.png is excluded by !**/*.png
  • ensawards.org/data/apps/taho-wallet/benchmarks/resolution/deposit-addresses/at-5.gif is excluded by !**/*.gif
  • ensawards.org/data/apps/taho-wallet/benchmarks/resolution/ensv2-ready-resolution/at-1.png is excluded by !**/*.png
📒 Files selected for processing (9)
  • ensawards.org/data/apps/exodus-wallet/benchmarks/index.tsx
  • ensawards.org/data/apps/exodus-wallet/benchmarks/resolution/deposit-addresses/index.tsx
  • ensawards.org/data/apps/exodus-wallet/benchmarks/resolution/ensv2-ready-resolution/index.tsx
  • ensawards.org/data/apps/pendle-defi/benchmarks/index.tsx
  • ensawards.org/data/apps/pendle-defi/benchmarks/resolution/deposit-addresses/index.tsx
  • ensawards.org/data/apps/pendle-defi/benchmarks/resolution/ensv2-ready-resolution/index.tsx
  • ensawards.org/data/apps/taho-wallet/benchmarks/index.tsx
  • ensawards.org/data/apps/taho-wallet/benchmarks/resolution/deposit-addresses/index.tsx
  • ensawards.org/data/apps/taho-wallet/benchmarks/resolution/ensv2-ready-resolution/index.tsx

Copilot AI review requested due to automatic review settings June 25, 2026 09:46
@Y3drk Y3drk marked this pull request as ready for review June 25, 2026 09:46
@Y3drk Y3drk requested a review from a team as a code owner June 25, 2026 09:46
@greptile-apps

greptile-apps Bot commented Jun 25, 2026

Copy link
Copy Markdown

Greptile Summary

Adds five new apps in tranche 3 — Exodus (wallet), Taho (wallet), Pendle (DeFi), Hyperliquid (DeFi), and Polymarket (DeFi) — along with their project definitions, icons, and benchmark data. Also patches coinbase-exchange to add an ENS social handle and updates the buildNotApplicableForEvmChain docstring in notes.tsx.

  • Each new app follows the existing registration pattern (defineApp + defineProject), adds benchmark data for deposit-addresses and ensv2-ready-resolution, and stubs out the temporarily hidden Contract Naming benchmarks with undefined (consistent with all other apps).
  • Polymarket is the only app with filled-in Contract Naming benchmarks (separate files imported rather than inline undefined), matching its unique situation where the author had a valid test surface for those.
  • All AT08 classifications correctly depend on AT05 (Base chain) rather than AT01, which is accurate since zissou.eth is tested in a Base chain context per the shared technicalDetails.

Confidence Score: 5/5

Safe to merge; all new files follow the established registration and benchmark pattern with no structural or logic errors.

All five new apps, their project counterparts, and their benchmark data are structurally correct and consistent with existing entries. The AT08 → AT05 dependency for Taho is accurate (zissou.eth is tested in the Base chain context). The only item flagged is a minor JSX whitespace cosmetic in one Polymarket note. The acknowledged limitation around Polymarket's geographic testing restrictions is clearly documented in the PR description and is a process matter for the team rather than a code defect.

No files require special attention; the Polymarket deposit-addresses benchmark file has a trivial cosmetic fix noted above.

Important Files Changed

Filename Overview
ensawards.org/data/projects/types.ts Adds five new ProjectIds (Exodus, Taho, Pendle, Hyperliquid, Polymarket) to the enum; consistent with existing entries.
ensawards.org/data/apps/coinbase-exchange/index.ts Adds ENS social handle (coinbase.eth) to Coinbase Exchange; minor incremental change.
ensawards.org/data/apps/polymarket-defi/benchmarks/resolution/deposit-addresses/index.tsx Polymarket deposit-addresses benchmark uses the leaderboard as the test surface (geographic restriction), and has a minor JSX whitespace issue that renders a space before the closing parenthesis in AT1's note.
ensawards.org/data/apps/taho-wallet/benchmarks/resolution/deposit-addresses/index.tsx Taho deposit-addresses: AT1-AT3 pass, AT4 fails (DNS), AT5 N/A (no Base), AT8 correctly references AT5 since zissou.eth is tested in Base chain context.
ensawards.org/data/apps/hyperliquid-defi/benchmarks/resolution/deposit-addresses/index.tsx Hyperliquid deposit-addresses: dual test surface (withdraw + explorer), both fail AT1; all remaining tests correctly N/A.
ensawards.org/data/ens-best-practices/resolution/deposit-addresses/notes.tsx Docstring for buildNotApplicableForEvmChain updated to clarify the Base literal is intentionally the only accepted value for now, per prior review feedback.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    subgraph Projects ["New Project Definitions (data/projects/)"]
        P1[exodus/index.ts]
        P2[taho/index.ts]
        P3[pendle/index.ts]
        P4[hyperliquid/index.ts]
        P5[polymarket/index.ts]
    end

    subgraph Apps ["New App Definitions (data/apps/)"]
        A1[exodus-wallet/index.ts]
        A2[taho-wallet/index.ts]
        A3[pendle-defi/index.ts]
        A4[hyperliquid-defi/index.ts]
        A5[polymarket-defi/index.ts]
    end

    subgraph Benchmarks ["Benchmark Data per App"]
        B1["deposit-addresses\n(AT01-AT08)"]
        B2["ensv2-ready-resolution\n(1 AT)"]
        B3["Contract Naming\n(stubbed undefined)"]
        B4["Contract Naming\n(Polymarket: filled)"]
    end

    P1 --> A1
    P2 --> A2
    P3 --> A3
    P4 --> A4
    P5 --> A5

    A1 --> B1 & B2 & B3
    A2 --> B1 & B2 & B3
    A3 --> B1 & B2 & B3
    A4 --> B1 & B2 & B3
    A5 --> B1 & B2 & B4

    B1 -->|"AT01 Fail: AT02-AT08 N/A"| R1[All N/A cascade]
    B1 -->|"AT01-AT03 Pass, AT04 Fail, AT05 N/A"| R2[Taho partial pass]
    B2 -->|"N/A no ENS integration"| R3[N/A for 4 apps]
    B2 -->|"Fail ENSv2 not ready"| R4[Taho Fail]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    subgraph Projects ["New Project Definitions (data/projects/)"]
        P1[exodus/index.ts]
        P2[taho/index.ts]
        P3[pendle/index.ts]
        P4[hyperliquid/index.ts]
        P5[polymarket/index.ts]
    end

    subgraph Apps ["New App Definitions (data/apps/)"]
        A1[exodus-wallet/index.ts]
        A2[taho-wallet/index.ts]
        A3[pendle-defi/index.ts]
        A4[hyperliquid-defi/index.ts]
        A5[polymarket-defi/index.ts]
    end

    subgraph Benchmarks ["Benchmark Data per App"]
        B1["deposit-addresses\n(AT01-AT08)"]
        B2["ensv2-ready-resolution\n(1 AT)"]
        B3["Contract Naming\n(stubbed undefined)"]
        B4["Contract Naming\n(Polymarket: filled)"]
    end

    P1 --> A1
    P2 --> A2
    P3 --> A3
    P4 --> A4
    P5 --> A5

    A1 --> B1 & B2 & B3
    A2 --> B1 & B2 & B3
    A3 --> B1 & B2 & B3
    A4 --> B1 & B2 & B3
    A5 --> B1 & B2 & B4

    B1 -->|"AT01 Fail: AT02-AT08 N/A"| R1[All N/A cascade]
    B1 -->|"AT01-AT03 Pass, AT04 Fail, AT05 N/A"| R2[Taho partial pass]
    B2 -->|"N/A no ENS integration"| R3[N/A for 4 apps]
    B2 -->|"Fail ENSv2 not ready"| R4[Taho Fail]
Loading

Reviews (2): Last reviewed commit: "Apply AI agents' suggestions, pt.2" | Re-trigger Greptile

Comment thread ensawards.org/data/projects/exodus/icon.tsx Outdated

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@ensawards.org/data/apps/polymarket-defi/icon.tsx`:
- Around line 5-6: The icon definition is embedding a large base64 payload
directly in executable JS, which increases bundle size and prevents separate
asset caching. Replace the polymarketIconDataUri constant usage in the icon
module with a static image asset import or referenced file so the icon is served
as an external resource instead of inline bytes.

In `@ensawards.org/data/projects/polymarket/icon.tsx`:
- Around line 5-6: Move the inlined PNG payload out of polymarketIconDataUri in
the icon module and replace it with a reference to a static image asset. Load
the icon through the existing TSX component using an imported file or asset URL
so the binary bytes are not embedded in JavaScript, and update any consumers of
polymarketIconDataUri to use the new asset-backed symbol.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 1e358a17-ff56-4e2c-b1d3-2210c86306e0

📥 Commits

Reviewing files that changed from the base of the PR and between 1bb1329 and 6a03292.

⛔ Files ignored due to path filters (6)
  • ensawards.org/data/apps/hyperliquid-defi/benchmarks/resolution/deposit-addresses/at-1-explorer.gif is excluded by !**/*.gif
  • ensawards.org/data/apps/hyperliquid-defi/benchmarks/resolution/deposit-addresses/at-1-withdraw.png is excluded by !**/*.png
  • ensawards.org/data/apps/hyperliquid-defi/benchmarks/resolution/ensv2-ready-resolution/at-1-explorer.gif is excluded by !**/*.gif
  • ensawards.org/data/apps/hyperliquid-defi/benchmarks/resolution/ensv2-ready-resolution/at-1-withdraw.png is excluded by !**/*.png
  • ensawards.org/data/apps/polymarket-defi/benchmarks/resolution/deposit-addresses/at-1.gif is excluded by !**/*.gif
  • ensawards.org/data/apps/polymarket-defi/benchmarks/resolution/ensv2-ready-resolution/at-1.gif is excluded by !**/*.gif
📒 Files selected for processing (20)
  • ensawards.org/data/apps/exodus-wallet/icon.tsx
  • ensawards.org/data/apps/hyperliquid-defi/benchmarks/index.tsx
  • ensawards.org/data/apps/hyperliquid-defi/benchmarks/resolution/deposit-addresses/index.tsx
  • ensawards.org/data/apps/hyperliquid-defi/benchmarks/resolution/ensv2-ready-resolution/index.tsx
  • ensawards.org/data/apps/hyperliquid-defi/icon.tsx
  • ensawards.org/data/apps/hyperliquid-defi/index.ts
  • ensawards.org/data/apps/pendle-defi/benchmarks/resolution/deposit-addresses/index.tsx
  • ensawards.org/data/apps/polymarket-defi/benchmarks/contract-naming/display-named-smart-contracts-l2-chains/index.tsx
  • ensawards.org/data/apps/polymarket-defi/benchmarks/contract-naming/display-named-smart-contracts-mainnet/index.tsx
  • ensawards.org/data/apps/polymarket-defi/benchmarks/index.tsx
  • ensawards.org/data/apps/polymarket-defi/benchmarks/resolution/deposit-addresses/index.tsx
  • ensawards.org/data/apps/polymarket-defi/benchmarks/resolution/ensv2-ready-resolution/index.tsx
  • ensawards.org/data/apps/polymarket-defi/icon.tsx
  • ensawards.org/data/apps/polymarket-defi/index.ts
  • ensawards.org/data/projects/exodus/icon.tsx
  • ensawards.org/data/projects/hyperliquid/icon.tsx
  • ensawards.org/data/projects/hyperliquid/index.ts
  • ensawards.org/data/projects/polymarket/icon.tsx
  • ensawards.org/data/projects/polymarket/index.ts
  • ensawards.org/data/projects/types.ts

Comment thread ensawards.org/data/apps/polymarket-defi/icon.tsx
Comment thread ensawards.org/data/projects/polymarket/icon.tsx

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 38 out of 58 changed files in this pull request and generated 8 comments.

Comment thread ensawards.org/data/projects/types.ts
Comment thread ensawards.org/data/projects/types.ts
Comment thread ensawards.org/data/apps/polymarket-defi/index.ts
Comment thread ensawards.org/data/apps/hyperliquid-defi/index.ts
Comment thread ensawards.org/data/apps/exodus-wallet/index.ts
Comment thread ensawards.org/data/apps/pendle-defi/index.ts
Comment thread ensawards.org/data/ens-best-practices/resolution/deposit-addresses/notes.tsx Outdated
Comment thread ensawards.org/data/apps/taho-wallet/index.ts
@Y3drk Y3drk changed the title feat: Add new apps tranche3 [WIP] feat: Add new apps tranche3 Jun 25, 2026
@Y3drk

Y3drk commented Jun 25, 2026

Copy link
Copy Markdown
Member Author

@greptileai

@tk-o tk-o left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@lightwalker-eth lightwalker-eth left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Y3drk Great updates! Thank you! 🫡

@lightwalker-eth lightwalker-eth merged commit fe32067 into main Jun 29, 2026
11 checks passed
@lightwalker-eth lightwalker-eth deleted the y3drk/feat/add-new-apps-tranche3 branch June 29, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ensawards ENSAwards related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants