Skip to content

Commit dc97bb4

Browse files
taha-azizttboogie
authored andcommitted
[387] Set asset_issuer to XLM for accounts
1 parent 7144273 commit dc97bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/marts/tvl/tvl_agg.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ with
1616
day
1717
, 'native' as asset_type
1818
, 'XLM' as asset_code
19-
, '' as asset_issuer
19+
, 'XLM' as asset_issuer
2020
, sum(accounts_tvl) as accounts_tvl
2121
from {{ ref('int_tvl_accounts') }}
2222
group by 1, 2, 3, 4

0 commit comments

Comments
 (0)