-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: Add xSTRK DEX pools #201
base: dev
Are you sure you want to change the base?
Conversation
src/store/ekobu.store.ts
Outdated
@@ -171,10 +171,14 @@ export class Ekubo extends IDapp<EkuboBaseAprDoc> { | |||
'STRK/USDC', | |||
'STRK/ETH', | |||
'USDC/USDT', | |||
'xSTRK/STRK', |
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.
This should be XSTRK/STRK
not xSTRK/STRK
src/store/ekobu.store.ts
Outdated
@@ -171,10 +171,14 @@ export class Ekubo extends IDapp<EkuboBaseAprDoc> { | |||
'STRK/USDC', | |||
'STRK/ETH', | |||
'USDC/USDT', | |||
'xSTRK/STRK', | |||
'xSTRK/USDC', |
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.
Take out other xSTRK
pools as only XSTRK/STRK
is supported for now
@ikemHood I pushed some fixes. We figured |
@ikemHood please deploy your app on Vercel and provide the link in the description |
@ikemHood I can't see the changes on your deployment. Please confirm that you deployed from the feature branch |
oops, wasn't able to deploy the fix-189 branch, vercel selects the defaults branch i can't find a way to change it |
@ikemHood please refer to this https://chatgpt.com/share/67811f72-bdcc-8005-a6b1-a57e2ef1a149 |
@ikemHood please could you look into the failing CI. Confirm you didn't set the |
PR Fixes:
Resolves #189
Vercel website link
Checklist before requesting a review