-
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: One Click $STRK claim for all protocols #17
Conversation
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
10294468 | Triggered | Generic High Entropy Secret | f5d6ed1 | src/app/template.tsx | View secret |
10294468 | Triggered | Generic High Entropy Secret | a616181 | next.config.mjs | View secret |
10294468 | Triggered | Generic High Entropy Secret | a616181 | next.config.mjs | View secret |
10294468 | Triggered | Generic High Entropy Secret | a616181 | src/app/template.tsx | View secret |
10294468 | Triggered | Generic High Entropy Secret | a616181 | next.config.mjs | View secret |
10294468 | Triggered | Generic High Entropy Secret | a616181 | src/app/template.tsx | View secret |
10294468 | Triggered | Generic High Entropy Secret | f5d6ed1 | src/app/template.tsx | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
src/services/apiService.ts
Outdated
const totalClaimed = 0; | ||
const totalUnclaimed = 0; | ||
console.log(totalEarned.toFixed(2), "total earned", data); | ||
let calls = contracts.length > 0 ? getCallsData(contracts) : []; |
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.
u may have to filter claimed items from contracts arr? in zkLend too
* feat: configure husky (#78) * feat: configure husky * test husky * test husky * feat: configure husky * refac: add more scripts * docs: add ooochoche as a contributor for infra (#82) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * docs: add Jemiiah as a contributor for code (#83) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * fix: fix ekubo base apr (#77) * fix: fix STRK/USDC base apr * fix: fix ekubo base aprs * fix: fix ekubo base aprs * feat: configure husky (#78) * feat: configure husky * test husky * test husky * feat: configure husky * refac: add more scripts * docs: add ooochoche as a contributor for infra (#82) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * docs: add Jemiiah as a contributor for code (#83) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * feat: add ekubo defi incentives * feat: add ekubo defi incentives * fix: fix ekubo base aprs * feat: add ekubo defi incentives --------- Co-authored-by: Benedict Ejembi <101812348+ooochoche@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * fix transaction revert on max deposit (#86) * fix Transaction revert on max deposit * fixes * fmt * fix --------- Co-authored-by: Benedict Ejembi <101812348+ooochoche@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Oche <ejembioche50@gmail.com> Co-authored-by: Fishon Amos <43862685+fishonamos@users.noreply.github.com>
* Activate USDC DNMM * Update STRK Sensei limit (#14) Co-authored-by: Venkat Kunisetty <teja.kunisetty@gmail.com> * add slinks * do lint * fix metadata * do lint * update slinks url * connect data to slinks comp * add USDC Sensei to prod, plus redirections * Fix Ekubo APRs, Add max deposit to consider fee (#17) * feat: configure husky (#78) * feat: configure husky * test husky * test husky * feat: configure husky * refac: add more scripts * docs: add ooochoche as a contributor for infra (#82) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * docs: add Jemiiah as a contributor for code (#83) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * fix: fix ekubo base apr (#77) * fix: fix STRK/USDC base apr * fix: fix ekubo base aprs * fix: fix ekubo base aprs * feat: configure husky (#78) * feat: configure husky * test husky * test husky * feat: configure husky * refac: add more scripts * docs: add ooochoche as a contributor for infra (#82) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * docs: add Jemiiah as a contributor for code (#83) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * feat: add ekubo defi incentives * feat: add ekubo defi incentives * fix: fix ekubo base aprs * feat: add ekubo defi incentives --------- Co-authored-by: Benedict Ejembi <101812348+ooochoche@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * fix transaction revert on max deposit (#86) * fix Transaction revert on max deposit * fixes * fmt * fix --------- Co-authored-by: Benedict Ejembi <101812348+ooochoche@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Oche <ejembioche50@gmail.com> Co-authored-by: Fishon Amos <43862685+fishonamos@users.noreply.github.com> --------- Co-authored-by: Venkat Kunisetty <teja.kunisetty@gmail.com> Co-authored-by: Benedict Ejembi <101812348+ooochoche@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Oche <ejembioche50@gmail.com> Co-authored-by: Fishon Amos <43862685+fishonamos@users.noreply.github.com>
PR Fixes:
Resolves #2
Checklist before requesting a review