Skip to content

Commit d001c85

Browse files
authored
Update balancer_v3_arbitrum_erc4626_token_mapping.sql (#7758)
1 parent fa0dc80 commit d001c85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dbt_subprojects/hourly_spellbook/models/_project/balancer/erc4626_tokens/arbitrum/balancer_v3_arbitrum_erc4626_token_mapping.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{{
22
config(
3-
tags = ['prod_exclude'],
43
schema = 'balancer_v3_arbitrum',
54
alias = 'erc4626_token_mapping',
65
materialized = 'table',
@@ -29,4 +28,4 @@ AND b.output_0 = t2.contract_address)
2928
SELECT
3029
'arbitrum' AS blockchain,
3130
*
32-
FROM aave_tokens
31+
FROM aave_tokens

0 commit comments

Comments
 (0)