feat: API Fixes and Adjustments (#23)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Alexandre Teles (afterSt0rm)
2023-07-19 23:32:48 -03:00
committed by GitHub
parent 1273f9224b
commit b18097e030
24 changed files with 563 additions and 565 deletions

View File

@@ -15,9 +15,7 @@ social_links: dict[str, str] = {
# Donation info
donation_info: dict[str, str] = {
"opencollective": "https://opencollective.com/revanced",
"github": "https://github.com/sponsors/ReVanced",
wallets: dict[str, str] = {
"btc": "bc1q4x8j6mt27y5gv0q625t8wkr87ruy8fprpy4v3f",
"doge": "D8GH73rNjudgi6bS2krrXWEsU9KShedLXp",
"eth": "0x7ab4091e00363654bf84B34151225742cd92FCE5",
@@ -25,6 +23,11 @@ donation_info: dict[str, str] = {
"xmr": "46YwWDbZD6jVptuk5mLHsuAmh1BnUMSjSNYacozQQEraWSQ93nb2yYVRHoMR6PmFYWEHsLHg9tr1cH5M8Rtn7YaaGQPCjSh",
}
links: dict[str, str] = {
"opencollective": "https://opencollective.com/revanced",
"github": "https://github.com/sponsors/ReVanced",
}
# API Configuration
backend: str = "github"