-
-
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
1810 usdglo token #4795
Closed
Closed
1810 usdglo token #4795
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1cd56c0
add usdglox to recurring donations
HrithikSampson bbf7ed8
Merge branch 'develop' of github.com:Giveth/giveth-dapps-v2 into 1810…
HrithikSampson 071c3cc
run linter
HrithikSampson c1b15d4
fix: production envioronment variables and remove Givback eligible as…
HrithikSampson 1a8275a
change to production
HrithikSampson 3fead58
switch to mainnet
HrithikSampson e6c780e
fix next-env
MohammadPCh ce1f6b7
fix fetchEVMTokenBalances
MohammadPCh 5abda0e
update select token modals to use new fetchEVMTokenBalances
MohammadPCh b7ecd72
fix token.symbol
MohammadPCh 804b9fb
switching to production
HrithikSampson 0d261d6
Merge branch '1810_usdglo_token' of github.com:Giveth/giveth-dapps-v2…
HrithikSampson 5c2f617
givback eligible to token list
HrithikSampson 5c9de99
Merge branch 'develop' of github.com:Giveth/giveth-dapps-v2 into 1810…
HrithikSampson bd0c8e4
run linter
HrithikSampson a4aa1e6
reert changes back
HrithikSampson 0270b64
revertto make it go to production changes
HrithikSampson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
💡 Codebase verification
Missing
isGivbackEligible
inFETCH_PROJECT_BY_SLUG_DONATION
QueryThe
isGivbackEligible
field is not present in theFETCH_PROJECT_BY_SLUG_DONATION
query as expected. Please ensure that this field is included and correctly handled in the frontend components consuming this query.🔗 Analysis chain
Ensure consistent inclusion of
isGivbackEligible
in queries.The
isGivbackEligible
field has been re-added to theFETCH_PROJECT_BY_SLUG_DONATION
query. Please verify that this field is necessary for the donation flow and that it is correctly handled in the frontend components consuming this query.To confirm consistent usage of
isGivbackEligible
across the codebase, you can run the following script:🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 984
Script:
Length of output: 257