feat: add quickswap-dex - QuickSwap V2 AMM integration on Polygon#201
Open
skylavis-sky wants to merge 3 commits intookx:mainfrom
Open
feat: add quickswap-dex - QuickSwap V2 AMM integration on Polygon#201skylavis-sky wants to merge 3 commits intookx:mainfrom
skylavis-sky wants to merge 3 commits intookx:mainfrom
Conversation
Fixes SKILL.md case sensitivity issue from original PR okx#120. Source: GeoGu360/onchainos-plugins@6695325 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🔨 Phase 2: Build Verification — ✅ PASSED
Build succeeded. Compiled artifact uploaded as workflow artifact. Source integrity: commit SHA |
✅ Phase 1: Structure Validation — PASSED→ Proceeding to Phase 2: Build Verification |
Updated source_commit from orphaned 66953258 to GeoGu360/onchainos-plugins@main (739dac10) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Created feat/add-quickswap-dex branch in skylavis-sky/onchainos-plugins with the quickswap-dex source. GeoGu360/onchainos-plugins main does not have quickswap-dex directory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
QuickSwap DEX — V2 AMM on Polygon
QuickSwap is a Uniswap V2 fork operating on Polygon PoS (chain ID 137). This plugin enables token swaps, liquidity provision/removal, and read operations (quotes, pair addresses, reserves, prices).
0xa5E0829CaCEd8fFFD4De3C43696c57F7D7A678ffGeoGu360/onchainos-plugins@66953258(dir:quickswap-dex)Skills Implemented
quotegetAmountsOutswapadd-liquidityremove-liquidityget-pairget-priceget-reservesFix from PR #120
This PR replaces PR #120 (from GeoGu360/plugin-store-community). The original PR failed structure validation due to
SKILL.mdfilename case sensitivity — the file was namedskill.md(lowercase) instead ofSKILL.md(uppercase). This submission corrects that.Checklist
plugin-store lintpassesonchainosCLI--dry-runsupported for all write operationsGeoGu360/onchainos-plugins@66953258cc4e269d51289afb9a8de5798ca8b126🤖 Generated with Claude Code