-
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
Static EVM Stablecoins #6723
Static EVM Stablecoins #6723
Conversation
## Thank you for contributing to Spellbook 🪄 ### Update! Please build spells in the proper [subproject](../dbt_subprojects/) directory. For more information, please see the main [readme](../README.md), which also links to a GH discussion with the option to ask questions. ### Contribution type Please check the type of contribution this pull request is for: - [ x] New spell(s) - [ ] Adding to existing spell lineage - [ ] Bug fix **Note:** You can safely discard any section below which doesn't apply based on selection above --- ### For new spell(s) If you are building new spell(s), please provide the following information: - **Spell name(s):** *tokens.tokens_erc20_stablecoins* - **Description:** contract, description, and decimal definitions for L1 & L2 evm stablecoins - **Who are the new spell(s) for?** general community + internal work - **How will the new spell(s) be used downstream?** General - quick views of stablecoins on l2's. Internal - filter for token transfers - **Implementation details:** static - **Test instructions:** unique contract address + blockchain - **Related issue(s):** N/A --- ### For adding to existing spell lineage If you are adding to an existing spell lineage, please provide the following information: - **Description:** [Description of the changes made] --- ### For bug fixes If you are fixing a bug, please provide the following information: - **Description:** [Description of the bug fix] - **Steps to reproduce:** [How to reproduce the bug] - **Implementation details:** [Information on how the bug was fixed] - **Test instructions:** [How to test the fix] - **Related issue(s):** [Link to related issues, if any] --- ### Additional information Please provide any additional information that might help us review your pull request: - [Any additional information] --- Thank you for your contribution!
Workflow run id 10892513068 approved. |
Workflow run id 10892513082 approved. |
Workflow run id 10892659912 approved. |
Workflow run id 10892659920 approved. |
Workflow run id 10905398886 approved. |
Workflow run id 10905398632 approved. |
@Synthquest it looks like we already have some initial start on stablecoin spells, an example here for ethereum. if you go back a directory, other chains also exist. can we combine the efforts here with those existing ones, to have one approach on stablecoins? then we can have a crosschain spell on top of all chain specific ones, similar to |
Sure, do you want to update the schema of these or keep the schema the same? I ask only because certain chains do not follow the same schema. Optimism for instance: I'm also seeing a separate |
Workflow run id 10914179974 approved. |
Workflow run id 10914180199 approved. |
Workflow run id 10914289179 approved. |
Workflow run id 10914289207 approved. |
Workflow run id 10914461200 approved. |
Workflow run id 10914461275 approved. |
@jeff-dude |
Workflow run id 10923947132 approved. |
Workflow run id 10923947170 approved. |
Workflow run id 10924060406 approved. |
Workflow run id 10924060378 approved. |
Workflow run id 10924231499 approved. |
Workflow run id 10924231860 approved. |
Workflow run id 10924852553 approved. |
Workflow run id 10924852895 approved. |
this is looking good to me. plz do explicitly add |
Workflow run id 10927504596 approved. |
Workflow run id 10927504890 approved. |
Schema properties added |
Thank you for contributing to Spellbook 🪄
Update!
Please build spells in the proper subproject directory. For more information, please see the main readme, which also links to a GH discussion with the option to ask questions.
Contribution type
Please check the type of contribution this pull request is for:
Note: You can safely discard any section below which doesn't apply based on selection above
For new spell(s)
If you are building new spell(s), please provide the following information:
General - quick views of stablecoins on l2's.
Internal - filter for token transfers
For adding to existing spell lineage
If you are adding to an existing spell lineage, please provide the following information:
For bug fixes
If you are fixing a bug, please provide the following information:
Additional information
Please provide any additional information that might help us review your pull request:
Thank you for your contribution!