Skip to content

Commit

Permalink
Revert "Expose erc20 transfers as a table, not view (#1258)" (#1274)
Browse files Browse the repository at this point in the history
This reverts commit ac23da2.
  • Loading branch information
dot2dotseurat authored Jul 8, 2022
1 parent 72eae10 commit d50697f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spellbook/macros/alter_table_properties.sql
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ ALTER VIEW tokens_ethereum.erc20 SET TBLPROPERTIES ('dune.public'='true',
{% endset %}

{% set transfers_ethereum_erc20 %}
ALTER TABLE transfers_ethereum.erc20 SET TBLPROPERTIES('dune.public'='true',
ALTER VIEW transfers_ethereum.erc20 SET TBLPROPERTIES('dune.public'='true',
'dune.data_explorer.blockchains'='["ethereum"]',
'dune.data_explorer.category'='abstraction',
'dune.data_explorer.abstraction.type'='sector',
Expand Down

0 comments on commit d50697f

Please sign in to comment.