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

deprecate ic21 #1598

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

deprecate ic21 #1598

wants to merge 3 commits into from

Conversation

janndriessen
Copy link
Collaborator

@janndriessen janndriessen commented Oct 21, 2024

⚠️ DO NOT MERGE BEFORE ic21 IS REBALANCED ⚠️

Summary of Changes

Test Data or Screenshots

By submitting this pull request, you are confirming the following to be true:
  • I have reviewed the Contribution Guidelines.
  • I have performed a self-review of my own code.
  • I have updated my repository to match the master at IndexCoop/index-app.
  • I have included test data or screenshots that prove my fix is effective or that my feature works.

Copy link

vercel bot commented Oct 21, 2024

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

Name Status Preview Comments Updated (UTC)
index-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 0:32am

expect(currencyTokens.length).toEqual(1)
expect(currencyTokens).toEqual([WETH])
expect(currencyTokens.length).toEqual(currencies.length)
expect(currencyTokens).toEqual(currencies)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We wanna support as many currencies as possible to swap (flash mint) into.

const isAvailable = isAvailableForFlashMint(ic21)
expect(isAvailable).toBe(false)
expect(isAvailable).toBe(true)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Once the SDK is updated - and ic21 is rebalanced into WETH, it should be tested if flash minting actually works.

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.

1 participant