forked from strkfarm/starkfarm-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
aa66191
commit efbf3a4
Showing
24 changed files
with
7,150 additions
and
6,924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,96 +1,114 @@ | ||
{ | ||
"projectName": "starkfarm-client", | ||
"projectOwner": "strkfarm", | ||
"files": [ | ||
"README.md" | ||
], | ||
"commitType": "docs", | ||
"commitConvention": "angular", | ||
"contributorsPerLine": 7, | ||
"contributors": [ | ||
{ | ||
"login": "akiraonstarknet", | ||
"name": "Akira ", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/156126180?v=4", | ||
"profile": "https://github.com/akiraonstarknet", | ||
"contributions": [ | ||
"ideas", | ||
"code", | ||
"infra" | ||
] | ||
}, | ||
{ | ||
"login": "hemantwasthere", | ||
"name": "Hemant", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/85151171?v=4", | ||
"profile": "https://hemant.lol", | ||
"contributions": [ | ||
"infra" | ||
] | ||
}, | ||
{ | ||
"login": "raizo07", | ||
"name": "Wolf", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/81079370?v=4", | ||
"profile": "https://github.com/raizo07", | ||
"contributions": [ | ||
"infra" | ||
] | ||
}, | ||
{ | ||
"login": "jedstroke", | ||
"name": "Jed", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/86930056?v=4", | ||
"profile": "https://github.com/jedstroke", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "EjembiEmmanuel", | ||
"name": "Emmaunuel Ejembi", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/83036156?v=4", | ||
"profile": "https://github.com/EjembiEmmanuel", | ||
"contributions": [ | ||
"code", | ||
"doc" | ||
] | ||
}, | ||
{ | ||
"login": "kateberryd", | ||
"name": "Catherine Jonathan", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/35270183?v=4", | ||
"profile": "https://github.com/kateberryd", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "NeelkanthTandel", | ||
"name": "Neelkanth Tandel", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/68822066?v=4", | ||
"profile": "https://github.com/NeelkanthTandel", | ||
"contributions": [ | ||
"review" | ||
] | ||
}, | ||
{ | ||
"login": "Ugo-X", | ||
"name": "Ugonna Paul Dike", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/133219527?v=4", | ||
"profile": "https://github.com/Ugo-X", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "fishonamos", | ||
"name": "Fishon Amos", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/43862685?v=4", | ||
"profile": "https://fishonsnote.medium.com/", | ||
"contributions": [ | ||
"code" | ||
] | ||
} | ||
] | ||
} | ||
{ | ||
"projectName": "starkfarm-client", | ||
"projectOwner": "strkfarm", | ||
"files": [ | ||
"README.md" | ||
], | ||
"commitType": "docs", | ||
"commitConvention": "angular", | ||
"contributorsPerLine": 7, | ||
"contributors": [ | ||
{ | ||
"login": "akiraonstarknet", | ||
"name": "Akira ", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/156126180?v=4", | ||
"profile": "https://github.com/akiraonstarknet", | ||
"contributions": [ | ||
"ideas", | ||
"code", | ||
"infra" | ||
] | ||
}, | ||
{ | ||
"login": "hemantwasthere", | ||
"name": "Hemant", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/85151171?v=4", | ||
"profile": "https://hemant.lol", | ||
"contributions": [ | ||
"infra" | ||
] | ||
}, | ||
{ | ||
"login": "raizo07", | ||
"name": "Wolf", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/81079370?v=4", | ||
"profile": "https://github.com/raizo07", | ||
"contributions": [ | ||
"infra" | ||
] | ||
}, | ||
{ | ||
"login": "jedstroke", | ||
"name": "Jed", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/86930056?v=4", | ||
"profile": "https://github.com/jedstroke", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "EjembiEmmanuel", | ||
"name": "Emmaunuel Ejembi", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/83036156?v=4", | ||
"profile": "https://github.com/EjembiEmmanuel", | ||
"contributions": [ | ||
"code", | ||
"doc" | ||
] | ||
}, | ||
{ | ||
"login": "kateberryd", | ||
"name": "Catherine Jonathan", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/35270183?v=4", | ||
"profile": "https://github.com/kateberryd", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "NeelkanthTandel", | ||
"name": "Neelkanth Tandel", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/68822066?v=4", | ||
"profile": "https://github.com/NeelkanthTandel", | ||
"contributions": [ | ||
"review" | ||
] | ||
}, | ||
{ | ||
"login": "Ugo-X", | ||
"name": "Ugonna Paul Dike", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/133219527?v=4", | ||
"profile": "https://github.com/Ugo-X", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "fishonamos", | ||
"name": "Fishon Amos", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/43862685?v=4", | ||
"profile": "https://fishonsnote.medium.com/", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "ooochoche", | ||
"name": "Benedict Ejembi", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/101812348?v=4", | ||
"profile": "https://github.com/ooochoche", | ||
"contributions": [ | ||
"infra" | ||
] | ||
}, | ||
{ | ||
"login": "Jemiiah", | ||
"name": "Jemiiah", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/160767568?v=4", | ||
"profile": "https://github.com/Jemiiah", | ||
"contributions": [ | ||
"code" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/usr/bin/env sh | ||
# shellcheck disable=SC1090 | ||
[ "$HUSKY" = "2" ] && set -x | ||
n=$(basename "$0") | ||
s=$(dirname "$(dirname "$0")")/$n | ||
|
||
[ ! -f "$s" ] && exit 0 | ||
|
||
if [ -f "$HOME/.huskyrc" ]; then | ||
echo "husky - '~/.huskyrc' is DEPRECATED, please move your code to ~/.config/husky/init.sh" | ||
fi | ||
i="${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh" | ||
[ -f "$i" ] && . "$i" | ||
|
||
[ "${HUSKY-}" = "0" ] && exit 0 | ||
|
||
c=0 | ||
h() { | ||
[ $c = 0 ] && return | ||
[ $c != 0 ] && echo "husky - $n script failed (code $c)" | ||
[ $c = 127 ] && echo "husky - command not found in PATH=$PATH" | ||
exit 1 | ||
} | ||
trap 'c=$?; h' EXIT | ||
set -e | ||
PATH=node_modules/.bin:$PATH | ||
. "$s" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname "$0")/h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
yarn run lint:fix | ||
yarn run format:fix |
Oops, something went wrong.