Skip to content

SKHY Listing#1679

Merged
lagunacarta merged 12 commits into
mainfrom
stagingskhy
Jul 10, 2026
Merged

SKHY Listing#1679
lagunacarta merged 12 commits into
mainfrom
stagingskhy

Conversation

@lagunacarta

Copy link
Copy Markdown
Collaborator

Summary of Changes

new tags - listing, south korea
new article - skhy listing

Fixes #


Change classification (SDLC §2)

  • Critical — auth, secrets/key handling, fund movement, deploy/CI
    security gates, or anything that changes who can do what
  • Standard — production-facing, non-critical (features, API/route
    changes, dependency updates, monitoring/config)
  • Low — no security impact (docs, tests, dev tooling, content)

Security checklist

  • No secrets, tokens, or credentials in source, env files, or CI logs
    (use Doppler / NEXT_PUBLIC_* only for values safe to ship to the
    browser).
  • Input from users or external services is validated before use; no
    dangerouslySetInnerHTML / unsanitized HTML on untrusted input.
  • New or updated dependencies are justified below, and pnpm audit
    passes (no new High/Critical advisories).
  • Errors are handled explicitly — no silent failures on production paths.
  • For Critical changes: a trust-boundary / threat-model note is
    included below, and a second reviewer has been requested.

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
solana-com-media Ready Ready Preview, Comment Jul 10, 2026 1:15pm
5 Skipped Deployments
Project Deployment Actions Updated (UTC)
solana-com Skipped Skipped Jul 10, 2026 1:15pm
solana-com-accelerate Skipped Skipped Jul 10, 2026 1:15pm
solana-com-breakpoint-2 Skipped Skipped Jul 10, 2026 1:15pm
solana-com-docs Skipped Skipped Jul 10, 2026 1:15pm
templates Skipped Skipped Jul 10, 2026 1:15pm

Request Review

@vercel vercel Bot temporarily deployed to Preview – templates July 10, 2026 11:58 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 July 10, 2026 11:58 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate July 10, 2026 11:58 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs July 10, 2026 11:58 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com July 10, 2026 11:58 Inactive
@greptile-apps

greptile-apps Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds a new blog post announcing the SK Hynix ($SKHY) stock listing on Solana via three issuers (Backpack Securities/Sunrise, xStocks, and Ondo), along with two new tag files (listings, south-korea) and a hero image asset.

  • The post frontmatter is well-formed — heroImage, publishedAt, status, tags, and categories are all present and consistent with existing posts.
  • The two new tag files now use proper title-case names (Listings, South Korea), matching the established convention.
  • One broken external link was identified: the Barron's URL slug contains a typo (lisying instead of listing) on line 56 that will return a 404 for readers.

Confidence Score: 4/5

Safe to merge once the Barron's URL typo is corrected; all other content and frontmatter look correct.

The article contains a broken external link — the Barron's URL slug uses "lisying" instead of "listing", so readers clicking that citation will land on a 404. Everything else (frontmatter, hero image, tag files, token addresses) is well-formed and consistent with the rest of the content.

apps/media/content/posts/skhy-is-now-live.mdx — the broken Barron's link on line 56 needs to be verified and corrected before the post goes live.

Important Files Changed

Filename Overview
apps/media/content/posts/skhy-is-now-live.mdx New article announcing SKHY listing on Solana; contains a broken Barron's link ("lisying" typo in URL slug) and a minor leading-space formatting issue in the tokens.xyz link.
apps/media/content/tags/listings.mdx New tag file with name "Listings" — proper title-case matching existing tag conventions.
apps/media/content/tags/south-korea.mdx New tag file with name "South Korea" — proper title-case matching existing tag conventions.
apps/media/public/uploads/posts/skhy-is-now-live/heroImage.webp Binary hero image asset added; path matches the heroImage frontmatter field in the post.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    SKHY["SK Hynix ADR\n(Nasdaq: $SKHY)"]

    SKHY --> BS["Backpack Securities / Sunrise\n$SKHY token\n1:1 redeemable, onchain rebasing dividends"]
    SKHY --> XS["xStocks\n$SKHYx token\n1:1 collateralized, 24/7 transferable"]
    SKHY --> ON["Ondo\n$SKHYon token\n1:1 backed, dividends reinvested, 24/5 mint/redeem"]

    BS --> SOL["Solana DeFi\n24/7 global trading, self-custody, composability"]
    XS --> SOL
    ON --> SOL
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
    SKHY["SK Hynix ADR\n(Nasdaq: $SKHY)"]

    SKHY --> BS["Backpack Securities / Sunrise\n$SKHY token\n1:1 redeemable, onchain rebasing dividends"]
    SKHY --> XS["xStocks\n$SKHYx token\n1:1 collateralized, 24/7 transferable"]
    SKHY --> ON["Ondo\n$SKHYon token\n1:1 backed, dividends reinvested, 24/5 mint/redeem"]

    BS --> SOL["Solana DeFi\n24/7 global trading, self-custody, composability"]
    XS --> SOL
    ON --> SOL
Loading

Reviews (4): Last reviewed commit: "Update apps/media/content/tags/south-kor..." | Re-trigger Greptile

Comment thread apps/media/content/posts/skhy-is-now-live.mdx Outdated
Comment thread apps/media/content/posts/skhy-is-now-live.mdx Outdated
Comment thread apps/media/content/posts/skhy-is-now-live.mdx
Comment thread apps/media/content/tags/listings.mdx
Comment thread apps/media/content/tags/south-korea.mdx
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs July 10, 2026 12:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate July 10, 2026 12:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 July 10, 2026 12:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates July 10, 2026 12:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com July 10, 2026 12:33 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates July 10, 2026 12:34 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs July 10, 2026 12:34 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 July 10, 2026 12:34 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate July 10, 2026 12:34 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com July 10, 2026 12:34 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs July 10, 2026 12:43 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 July 10, 2026 12:43 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 July 10, 2026 13:11 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates July 10, 2026 13:11 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate July 10, 2026 13:11 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs July 10, 2026 13:11 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com July 10, 2026 13:11 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs July 10, 2026 13:12 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 July 10, 2026 13:12 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates July 10, 2026 13:12 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate July 10, 2026 13:12 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com July 10, 2026 13:12 Inactive
lagunacarta and others added 2 commits July 10, 2026 09:13
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate July 10, 2026 13:13 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 July 10, 2026 13:13 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs July 10, 2026 13:13 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates July 10, 2026 13:13 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-breakpoint-2 July 10, 2026 13:13 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com July 10, 2026 13:13 Inactive
@vercel vercel Bot temporarily deployed to Preview – templates July 10, 2026 13:13 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-docs July 10, 2026 13:13 Inactive
@vercel vercel Bot temporarily deployed to Preview – solana-com-accelerate July 10, 2026 13:13 Inactive
@lagunacarta lagunacarta merged commit a6668c2 into main Jul 10, 2026
24 checks passed
@lagunacarta lagunacarta deleted the stagingskhy branch July 10, 2026 16:13
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