Skip to content

Update content/posts/introducing-frontier-traders#1578

Merged
h4rkl merged 3 commits into
mainfrom
stagingfrontier-edit
Jun 20, 2026
Merged

Update content/posts/introducing-frontier-traders#1578
h4rkl merged 3 commits into
mainfrom
stagingfrontier-edit

Conversation

@its0xRay

Copy link
Copy Markdown
Collaborator

Problem

Summary of Changes

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 Jun 18, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
solana-com Ready Ready Preview Jun 20, 2026 1:17am
solana-com-accelerate Ready Ready Preview, Comment Jun 20, 2026 1:17am
solana-com-breakpoint-2 Ready Ready Preview, Comment Jun 20, 2026 1:17am
solana-com-docs Ready Ready Preview, Comment Jun 20, 2026 1:17am
solana-com-media Ready Ready Preview, Comment Jun 20, 2026 1:17am
templates Ready Ready Preview, Comment Jun 20, 2026 1:17am

Request Review

@greptile-apps

greptile-apps Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR updates a single MDX blog post to clarify the rebate status for the Frontier Member tier in the Takers Tiers table.

  • The _TBD_ (to be determined) value in the Rebate per Month column for the Frontier Member row has been replaced with _-_, indicating no rebate is offered at that tier.

Confidence Score: 5/5

Safe to merge — a single-word text update in a blog post content file with no code, logic, or structural changes.

The change touches only one cell of a Markdown table in a static MDX post, replacing a placeholder TBD with a dash. There is nothing that could regress functionality or introduce incorrect behaviour.

No files require special attention.

Important Files Changed

Filename Overview
apps/media/content/posts/introducing-frontier-traders.mdx Single-cell table content update: replaces _TBD_ with _-_ in the Frontier Member rebate column; no logic or structural changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Frontier Member Tier] -->|Rebate per Month| B["Before: TBD"]
    A -->|Updated to| C["After: - (no rebate)"]
    C --> D["VIP tiers unchanged\n(VIP 1–5 rebates intact)"]
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
    A[Frontier Member Tier] -->|Rebate per Month| B["Before: TBD"]
    A -->|Updated to| C["After: - (no rebate)"]
    C --> D["VIP tiers unchanged\n(VIP 1–5 rebates intact)"]
Loading

Reviews (2): Last reviewed commit: "Merge branch 'main' into stagingfrontier..." | Re-trigger Greptile

@h4rkl h4rkl merged commit 968b2a1 into main Jun 20, 2026
24 checks passed
@h4rkl h4rkl deleted the stagingfrontier-edit branch June 20, 2026 01:18
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