Skip to content

Small fixes#15

Merged
luu-alex merged 6 commits intoprodfrom
small-fixes
Apr 9, 2026
Merged

Small fixes#15
luu-alex merged 6 commits intoprodfrom
small-fixes

Conversation

@luu-alex
Copy link
Copy Markdown

@luu-alex luu-alex commented Apr 9, 2026

No description provided.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 9, 2026

Deploying hyperterminal with  Cloudflare Pages  Cloudflare Pages

Latest commit: ef4ecb9
Status: ✅  Deploy successful!
Preview URL: https://d8f7d5ab.hyperterminal.pages.dev
Branch Preview URL: https://small-fixes.hyperterminal.pages.dev

View logs

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the faucet mechanism to use Privy authentication instead of Turnstile, adjusts the faucet claim amount to 50 USDH, updates the project's fee rate configuration, and modifies the default selected market. I have reviewed the changes and found that the comment in src/config/hyperliquid.ts needs to be updated to accurately reflect the new fee rate value of 0.003%.

Comment thread src/config/hyperliquid.ts Outdated
export const DEFAULT_BUILDER_CONFIG: BuilderConfig = {
b: "0xe2E7BFE54DDfe5983807C187A57A939C33Eaeb2e", // builder
f: 1, // fee rate 0.001%
f: 3, // fee rate 0.001%
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The value of f has been updated from 1 to 3, but the accompanying comment still states a fee rate 0.001%. To avoid confusion and ensure the configuration is clear, please update the comment to reflect the new value. Assuming a linear relationship, the fee rate would now be 0.003%.

Suggested change
f: 3, // fee rate 0.001%
f: 3, // fee rate 0.003%

@luu-alex luu-alex merged commit c1cf557 into prod Apr 9, 2026
4 checks passed
@luu-alex luu-alex deleted the small-fixes branch April 9, 2026 17:42
@luu-alex luu-alex restored the small-fixes branch April 9, 2026 21:21
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.

1 participant