-
Notifications
You must be signed in to change notification settings - Fork 1
feat: how-to use Usdt #896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/processing/overview.mdx ecosystem/explorers/tonviewer.mdx guides/usdt.mdx |
Thanks for the improvements to guides/usdt.mdx. I spotted several high‑severity style‑guide issues that should be addressed before merge. Findings (4)High (4)[HIGH] Unsupported Aside type and missing required safety-callout fieldsLocation: Lines 13 to 24 in 6e8c1f5
Description: Suggestion: <Aside
- type="warning"
- title="Verify the Jetton Master address!"
+ type="danger"
+ title="Verify the Jetton Master address!"
>
The authentic USDT Jetton Master address is:
EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs
[HIGH] Missing safety callout for funds-moving stepsLocation: Lines 74 to 76 in 6e8c1f5
Description: Suggestion: ## How to send USDT
+
+<Aside type="danger" title="Funds at risk">
+ Risk: Sending USDT transfers funds irreversibly on mainnet.
+ Scope: Affects your wallet balance and the recipient address.
+ Rollback: None. Send a small test amount first to validate the address and fees.
+ Environment: USDT is not available on testnet. Verify the recipient and the USDT Jetton Master address before mainnet transfers.
+</Aside> [HIGH] Placeholder not defined on first useLocation: Lines 62 to 64 in 6e8c1f5
Description: Suggestion: console.log('My USDT wallet:', myUsdtWalletAddress.toString()); +Define placeholders (first use):
|
Closes #191