Skip to content

Commit

Permalink
Merge pull request #2230 from jk-labs-inc/staging
Browse files Browse the repository at this point in the history
patch PR 1 of week ending 9/3/24
  • Loading branch information
Sean McCaffery authored Aug 28, 2024
2 parents 5e0af8e + c1c6325 commit 3b71f0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/react-app-revamp/lib/rewards/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const getNetBalances = async (
acc[tokenAddress].balance -= transaction.amount_withdrawn;
}
}
acc[tokenAddress].balance = parseFloat(acc[tokenAddress].balance.toFixed(10));
return acc;
},
{} as { [key: string]: RewardToken },
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-revamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@tiptap/starter-kit": "2.4.0",
"@types/gtag.js": "0.0.20",
"@types/lodash": "4.17.7",
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"@types/papaparse": "5.3.14",
"@types/react": "18.3.4",
"@types/react-csv": "1.1.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8012,10 +8012,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.1.tgz#0611b37db4246c937feef529ddcc018cf8e35708"
integrity sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==

"@types/[email protected].1":
version "20.16.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.1.tgz#0b44b15271d0e2191ca68faf1fbe506e06aed732"
integrity sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==
"@types/[email protected].2":
version "20.16.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.2.tgz#9e388f503a5af306e8c63319334887390966a11e"
integrity sha512-91s/n4qUPV/wg8eE9KHYW1kouTfDk2FPGjXbBMfRWP/2vg1rCXNQL1OCabwGs0XSdukuK+MwCDXE30QpSeMUhQ==
dependencies:
undici-types "~6.19.2"

Expand Down

0 comments on commit 3b71f0e

Please sign in to comment.