Conversation
Deploying with
|
| Latest commit: |
c706d96
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9549dba7.swim-ui.pages.dev |
| Branch Preview URL: | https://aptos-contracts-2tlh.swim-ui.pages.dev |
|
I'm unsure on how to update |
| 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.
We'll be removing this property from the SDK. Can you expand on the question here though?
There was a problem hiding this comment.
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.
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.
oh so this flag is going to be removed then?
There was a problem hiding this comment.
From the SDK, yes. We'll be adding it to the UI pool type.
There was a problem hiding this comment.
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.
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.
|
@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 <86618292+wormat@users.noreply.github.com>
Aptos: Add to pool (basic - no pool math, no gas estimation)
Notion ticket: https://www.notion.so/exsphere/Aptos-integration-f6daa06ac05b48f490528c38a50ffd88
Checklist