Fix simulator: pool loading, lower price ratio, Plasma chain, npm run dev#11
Merged
Conversation
Rebrand the product to AutoRange across the React app, Firebase function, and docs. Smart-contract references (ABI file, exported const, on-chain identifiers) stay as reCLAMM since they're tied to deployed bytecode. The /reclamm route now redirects to /autorange for backward compatibility. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Resolved conflicts: - functions/src/index.ts: kept renamed endpoint autorangeData and the 300s timeoutSeconds added in fix-simulator - AutoRangePriceBar.tsx: kept formatPrice helper from fix-simulator with the AutoRangePriceBar name from rename-reclamm - AutoRange.tsx: dropped duplicate handleLoadPool added by rename-reclamm (fix-simulator already has loadPoolData); updated its fetch URL to the new /autorangeData endpoint Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Runs the client (react-scripts) and functions (firebase emulators) concurrently. postinstall installs deps in both subprojects so `npm install` at the root bootstraps everything. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
origin/main now contains the rename-reclamm changes (squashed in PR #10), which overlapped with the earlier merge of origin/rename-reclamm into this branch. Resolutions: - App.tsx: kept origin/main's Navigate `replace` prop on the legacy route redirects (better history behavior); reformatted to satisfy prettier - AutoRange.tsx: kept fix-simulator's richer loadPoolData with error handling and localStorage, dropped origin/main's simpler handleLoadPool - AutoRangePriceBar.tsx: kept fix-simulator's formatPrice helper - functions/src/index.ts: kept fix-simulator's `timeoutSeconds: 300` on autorangeData Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
EndymionJkb
approved these changes
May 18, 2026
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: EndymionJkb <EndymionJkb@gmail.com>
Co-authored-by: EndymionJkb <EndymionJkb@gmail.com>
Co-authored-by: EndymionJkb <EndymionJkb@gmail.com>
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.
Summary
package.jsonwithnpm run devthat runs client + Firebase functions emulator concurrentlyreclamm-pool-*→autorange-pool-*to match the AutoRange rebrand