Skip to content

Commit

Permalink
Feat: Add graphql tx history, add net earnings (#143)
Browse files Browse the repository at this point in the history
* Add Vesu pools (#75) (#76)

* Integrated Vesu.xyz protocol

* updated PR

* updated PR

* updated vesu name in list

* updated vesu name in list

* fixed the comments in the review

* vesu: clean integration

* vesu: add in list

---------

Co-authored-by: Ugo-X <[email protected]>

* Add tx history (#78)

* Add GraphQL tx history (#77)

* feat: use STRKFarm Graphql API to show tx history

* add console.log statements for debugging

* modify graphql query

* fix: fix apollo client

* refac: modify graphgl query

* feat: implement function to get tx history using graphql

* feat: show tx history in Strategy page

* fix: fix linting issue

* feat: implement function to get strategy address

---------

Co-authored-by: Mystic <[email protected]>
Co-authored-by: Gift-Naomi <[email protected]>

* fix tx toast update delay, add earnings info, cleaned tx component

---------

Co-authored-by: Mystic <[email protected]>
Co-authored-by: Gift-Naomi <[email protected]>

---------

Co-authored-by: Ugo-X <[email protected]>
Co-authored-by: Mystic <[email protected]>
Co-authored-by: Gift-Naomi <[email protected]>
  • Loading branch information
4 people authored Sep 24, 2024
1 parent a57fdf3 commit 26096da
Show file tree
Hide file tree
Showing 7 changed files with 574 additions and 131 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,29 @@
],
"dependencies": {
"@ajna/pagination": "1.4.19",
"@apollo/client": "3.11.8",
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@next/third-parties": "14.1.3",
"@nikolovlazar/chakra-ui-prose": "1.2.1",
"@prisma/client": "^5.18.0",
"@prisma/client": "5.18.0",
"@starknet-react/chains": "0.1.7",
"@starknet-react/core": "2.8.0",
"@tanstack/query-core": "5.28.0",
"@types/mixpanel-browser": "2.49.0",
"@types/mustache": "4.2.5",
"@vercel/analytics": "1.2.2",
"@vercel/speed-insights": "^1.0.12",
"@vercel/speed-insights": "1.0.12",
"axios": "1.6.7",
"bignumber.js": "4.0.4",
"chroma.ts": "1.0.10",
"ethers": "6.11.1",
"framer-motion": "11.0.5",
"get-starknet": "3.0.1",
"get-starknet-core": "3.2.0",
"graphql": "16.9.0",
"jotai": "2.6.4",
"jotai-tanstack-query": "0.8.5",
"mixpanel-browser": "2.49.0",
Expand All @@ -51,12 +53,12 @@
"react-device-detect": "2.2.3",
"react-dom": "18",
"react-hot-toast": "2.4.1",
"react-icons": "^5.3.0",
"react-icons": "5.3.0",
"react-mixpanel": "1.0.5",
"react-pro-sidebar": "1.1.0",
"react-responsive-carousel": "3.2.23",
"react-select": "5.8.0",
"react-share": "^5.1.0",
"react-share": "5.1.0",
"sharp": "0.33.4",
"starknet": "6.4.1",
"starknetkit": "1.1.9",
Expand All @@ -78,10 +80,10 @@
"eslint": "8",
"eslint-config-next": "14.1.0",
"eslint-plugin-unused-imports": "3.1.0",
"husky": "^9.1.1",
"husky": "9.1.1",
"postcss": "8",
"prettier": "3.3.3",
"prisma": "^5.18.0",
"prisma": "5.18.0",
"tailwindcss": "3.3.0",
"typescript": "5"
},
Expand Down
Loading

0 comments on commit 26096da

Please sign in to comment.