Update airdrop tokens reference link#8197
Conversation
Co-authored-by: prithvish <prithvish@thirdweb.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Cursor Agent can help with this pull request. Just |
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
WalkthroughUpdated two React pages to change the PageLayout Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (3)**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
apps/{dashboard,playground-web}/**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (1)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8197 +/- ##
=======================================
Coverage 55.03% 55.03%
=======================================
Files 919 919
Lines 60562 60562
Branches 4122 4122
=======================================
Hits 33332 33332
Misses 27126 27126
Partials 104 104
🚀 New features to boost your workflow:
|
Co-authored-by: prithvish <prithvish@thirdweb.com>
size-limit report 📦
|
|
This PR has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs. |
Update the Airdrop Tokens playground page to link to the correct Engine API reference documentation.
Slack Thread
PR-Codex overview
This PR updates the documentation links for the minting and airdropping tokens in the
mint-tokensandairdrop-tokenspages of the playground web application to point to a new documentation URL.Detailed summary
In
apps/playground-web/src/app/transactions/mint-tokens/page.tsx, thedocsLinkwas changed from:"https://thirdweb-engine.apidocumentation.com/reference#tag/erc1155/POST/contract/{chain}/{contractAddress}/erc1155/mint-to?utm_source=playground""https://engine.thirdweb.com/reference"In
apps/playground-web/src/app/transactions/airdrop-tokens/page.tsx, thedocsLinkwas changed from:"https://thirdweb-engine.apidocumentation.com/reference#tag/erc20/POST/contract/{chain}/{contractAddress}/erc20/mint-batch-to?utm_source=playground""https://engine.thirdweb.com/reference"Summary by CodeRabbit