We will need to modify our dbt pipeline to interpret blockchain addresses in the OLI format.
A couple places I can foresee we'll already need to make adjustments, either on the dbt pipeline or in OLI, or both.
any_evm is how we flag that we should crawl every EVM-compatible network
We track deployer addresses to know how to enumerate factories and contracts downstream
How will we track non-EVM chains?
How will we identify a project's wallet address so that we can do financial analysis on the project?
Lots of open questions still that we need figure out
We will need to modify our dbt pipeline to interpret blockchain addresses in the OLI format. A couple places I can foresee we'll already need to make adjustments, either on the dbt pipeline or in OLI, or both.
any_evm
is how we flag that we should crawl every EVM-compatible networkLots of open questions still that we need figure out