-
Notifications
You must be signed in to change notification settings - Fork 2
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
Aptos: Add to liquidswap pool (WIP) #451
base: master
Are you sure you want to change the base?
Conversation
Deploying with Cloudflare Pages
|
I'm unsure on how to update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!
displayName: "Aptos USDC", | ||
isStakingPool: false, | ||
isStableSwap: true, // TODO is it? | ||
isLegacyPool: false, // TODO, not legacy, not evm though, do we need a type here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll be removing this property from the SDK. Can you expand on the question here though?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering if a boolean is enough now that we introduce another pool type, since we filter with this in a few different places, but I guess I will figure out soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SDK won't have any legacy support, so this is purely a UI question. I don't have the full context so can't give an opinion beyond that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh so this flag is going to be removed then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the SDK, yes. We'll be adding it to the UI pool type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
90533ca
to
7eaf992
Compare
b4aea42
to
991a573
Compare
displayName: "Aptos USDC", | ||
isStakingPool: false, | ||
isStableSwap: true, // TODO is it? | ||
isLegacyPool: false, // TODO, not legacy, not evm though, do we need a type here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the SDK, yes. We'll be adding it to the UI pool type.
displayName: "Aptos USDC", | ||
isStakingPool: false, | ||
isStableSwap: true, // TODO is it? | ||
isLegacyPool: false, // TODO, not legacy, not evm though, do we need a type here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wormat I'll need your help with the publishing of the two packages 🙏 |
Aptos: update wormhole and lp addresses
Aptos: add to pool (WIP)
without pool math and gas estimation...
Co-authored-by: Will <[email protected]>
Aptos: Add to pool (basic - no pool math, no gas estimation)
Notion ticket: https://www.notion.so/exsphere/Aptos-integration-f6daa06ac05b48f490528c38a50ffd88
Checklist