Skip to content
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

fix swap #3275

Merged
merged 1 commit into from
Feb 6, 2025
Merged

fix swap #3275

merged 1 commit into from
Feb 6, 2025

Conversation

wow-sven
Copy link
Collaborator

@wow-sven wow-sven commented Feb 6, 2025

Summary

Summary about this PR

  • Closes #issue

@wow-sven wow-sven requested a review from Mine77 as a code owner February 6, 2025 12:13
Copy link

vercel bot commented Feb 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-portal-v2.1 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 6, 2025 0:17am
test-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 6, 2025 0:17am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rooch ⬜️ Ignored (Inspect) Visit Preview Feb 6, 2025 0:17am

@@ -155,7 +155,7 @@ export default function SelectTokenPair({ onLoading, onCallback }: SelectTokenPa
setYCount(formatByIntl(fixdYCount.toString()));

const xCoin = assetsMap?.get(x.type)!;
const yCoin = assetsMap?.get(y.type)!;
const yCoin = assetsMap?.get(y.type);
Copy link
Collaborator

Choose a reason for hiding this comment

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

xCoin 是否也需要同步改?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

xcoin 不需要,没有x,就一点资产都没。没得swap

@jolestar jolestar merged commit 1b76269 into rooch-network:main Feb 6, 2025
10 checks passed
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.

3 participants