feat(tokens): add support for sSTRK token and pools#197
feat(tokens): add support for sSTRK token and pools#197akiraonstarknet merged 9 commits intotrovesfi:devfrom
Conversation
|
@0xdevcollins there error could be bcz of improper env variables. |
|
@0xdevcollins Second, sSTRK pool on Vesu and Nostra (Lending/borrow) is not added. |
src/store/ekobu.store.ts
Outdated
| 'USDT', | ||
| 'ETH', | ||
| 'STRK', | ||
| 'sSTRK/USDC', |
There was a problem hiding this comment.
This should be SSTRK not sSTRK
src/store/ekobu.store.ts
Outdated
| 'ETH', | ||
| 'STRK', | ||
| 'sSTRK/USDC', | ||
| 'sSTRK/ETH', |
src/store/ekobu.store.ts
Outdated
| 'STRK', | ||
| 'sSTRK/USDC', | ||
| 'sSTRK/ETH', | ||
| 'sSTRK', |
src/constants.ts
Outdated
| export const TOKENS: TokenInfo[] = [ | ||
| { | ||
| token: standariseAddress( | ||
| '0x0260c02fd6942c788b8905d2c1b98b5a98fffd2ec0dfb013aa4b148781e269b6', |
There was a problem hiding this comment.
The token contract address should be 0x0356f304b154d29d2a8fe22f1cb9107a9b564a733cf6b4cc47fd121ac1af90c9
|
Please deploy your app on Vercel and provide the link in the description |
|
@0xdevcollins any progress? |
I update the Pr today |
|
Alright |
|
@0xdevcollins please deploy your app on Vercel and provide the link in the description |
@0xdevcollins any progress with this? |
|
https://starkfarm-client-dun.vercel.app
|
@0xdevcollins it appears you deployed from your dev branch instead of your feature branch because I can't see your changes. Please redeploy from your feature branch. |
@0xdevcollins any update? |
src/constants.ts
Outdated
| WBTC: '/zklend/icons/tokens/wbtc.svg?w=20', | ||
| ETH: '/zklend/icons/tokens/eth.svg?w=20', | ||
| STRK: '/zklend/icons/tokens/strk.svg?w=20', | ||
| SSTRK: '/zklend/icons/tokens/strk.svg?w=20', |
There was a problem hiding this comment.
Invalid sSTRK logo url. Also, its sSTRK, not SSTRK (The first s is small)
src/constants.ts
Outdated
| token: standariseAddress( | ||
| '0x0356f304b154d29d2a8fe22f1cb9107a9b564a733cf6b4cc47fd121ac1af90c9', | ||
| ), | ||
| name: 'SSTRK', |
There was a problem hiding this comment.
its sSTRK, not SSTRK
src/store/nostradex.store.ts
Outdated
| const pools: PoolInfo[] = []; | ||
|
|
||
| const supportedPools = ['ETH-USDC', 'STRK-ETH', 'STRK-USDC', 'USDC-USDT']; | ||
| const supportedPools = [ |
There was a problem hiding this comment.
This change has no impact on logic. sSTRK pool on nostra is shown even without this change.
.codegpt/head
Outdated
| @@ -0,0 +1 @@ | |||
| 095b1ce0-c1b8-4464-9692-ad6ed63effed No newline at end of file | |||
There was a problem hiding this comment.
Unnecessary file. Please add to .codegpt to gitignore and refresh gitignore.
|
@0xdevcollins you there? |
I don't think he's available. I will make the changes myself |

PR Fixes:
Resolves #190
Vercel website link
Checklist before requesting a review