Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hildobby committed Oct 11, 2024
1 parent 52e5cf4 commit 3e9fb3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(
alias = 'first_activity',
schema = 'addresses_events',
post_hook='{{ expose_spells(\'["arbitrum", "avalanche_c", "bnb", "ethereum", "fantom", "gnosis", "optimism", "polygon", "celo", "zksync", "zora", "base", "scroll", "mode", "sei", "mantle", "bob", "degen"]\',
post_hook='{{ expose_spells(\'["arbitrum", "avalanche_c", "bnb", "ethereum", "fantom", "gnosis", "optimism", "polygon", "celo", "zksync", "zora", "base", "scroll", "sei", "mantle"]\',
"sector",
"addresses_events",
\'["Henrystats", "hildobby"]\') }}'
Expand All @@ -25,11 +25,8 @@
, ref('addresses_events_scroll_first_activity')
, ref('addresses_events_zkevm_first_activity')
, ref('addresses_events_linea_first_activity')
, ref('addresses_events_mode_first_activity')
, ref('addresses_events_sei_first_activity')
, ref('addresses_events_mantle_first_activity')
, ref('addresses_events_bob_first_activity')
, ref('addresses_events_degen_first_activity')
] %}

SELECT *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ models:

- name: addresses_events_first_activity
meta:
blockchain: arbitrum, avalanche_c, bnb, ethereum, fantom, gnosis, optimism, polygon, zksync, base, scroll, zkevm, linea, mode, sei, mantle, bob, degen
blockchain: arbitrum, avalanche_c, bnb, ethereum, fantom, gnosis, optimism, polygon, zksync, base, scroll, zkevm, linea, sei, mantle
sector: addresses_events
project: addresses
contributors: Henrystats, hildobby
Expand Down

0 comments on commit 3e9fb3f

Please sign in to comment.