-
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
DUX-839 Initiate sophon chain #7541
Conversation
dbt_subprojects/tokens/models/prices/sophon/prices_sophon_tokens.sql
Outdated
Show resolved
Hide resolved
source data for sophon is still being finalized. can't query erc20 transfers yet, which we'll use to help initiate metadata spells here.
|
removing the |
I have implemented sophon.transfers using the zk stack template. The CI error is about duped erc20 address under sonic chain: |
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.
okay, this chain officially has me confused 😅
i think we can proceed as-is for now, then revisit trusted tokens / prices / whatever else as we build more on top later
tokens transfers is returning 0 rows: looks like majority of base_transfers are for the SOPH native token, which we don't have a price feed for yet. i think that's why they filter out. should we at least have rows returned for the one token in trusted tokens list for final transfers? |
dbt_subprojects/tokens/models/prices/sophon/prices_sophon_tokens.sql
Outdated
Show resolved
Hide resolved
dbt_subprojects/tokens/models/tokens/sophon/tokens_sophon_erc20.sql
Outdated
Show resolved
Hide resolved
similar to feedback on apechain, i think we should remove transfers spells from these initial PRs. the dependency on
|
This reverts commit 131695b.
Co-authored-by: jeff-dude <[email protected]>
This PR should be ready to go. |
No description provided.