-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Remove price for old GALA token #6541
Conversation
This change removes an entry associating the address of the old GALA token with prices of the new GALA token. The (new) GALA token, which has a price on coinpaprika, has address 0xd1d2eb1b1e90b638588728b4130137d262c87cae. The old GALA token has address 0x15d4c048f83bd7e37d49ea4c83a07267ec4203da. The old token trades at significantly less than the new token. Using the price of the new token for the old token is therefore not correct. The entry which is removed in this PR created a connection of the old GALA token to prices of the new token by tagging the old token with the coinpaprica token id gala-gala of the new token. This PR removes this association. It should result in removing the wrong price of the old GALA token.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Workflow run id 10349723019 approved. |
Workflow run id 10349722894 approved. |
Workflow run id 10349723056 approved. |
I have read the CLA Document and I hereby sign the CLA |
dbt_subprojects/tokens/models/prices/ethereum/prices_ethereum_tokens.sql
Show resolved
Hide resolved
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2024 Dune Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Contribution type
Please check the type of contribution this pull request is for:
The prices of the new and old token are the same on Dune, which is not correct.