Skip to content

Commit

Permalink
Add berachain into roll-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke committed Feb 6, 2025
1 parent d25c3b0 commit 1dd03f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dbt_subprojects/tokens/models/prices/prices_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ref('prices_native_tokens')
,ref('prices_sonic_tokens')
,ref('prices_ink_tokens')
,ref('prices_abstract_tokens')
,ref('prices_berachain_tokens')
] %}


Expand Down
2 changes: 2 additions & 0 deletions dbt_subprojects/tokens/models/tokens/tokens_erc20.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
,"zora"
,"bob"
,"sonic"
,"berachain"
]\',
"sector",
"tokens",
Expand Down Expand Up @@ -83,6 +84,7 @@
,'tokens_corn': {'blockchain': 'corn', 'model': ref('tokens_corn_erc20')}
,'tokens_ink': {'blockchain': 'ink', 'model': ref('tokens_ink_erc20')}
,'tokens_abstract': {'blockchain': 'abstract', 'model': ref('tokens_abstract_erc20')}
,'tokens_berachain': {'blockchain': 'berachain', 'model': ref('tokens_berachain_erc20')}
} %}

with automated_source as (
Expand Down

0 comments on commit 1dd03f2

Please sign in to comment.