fix/defillama-dex-range (#44)

This commit is contained in:
drethereum 2023-11-07 10:17:28 -07:00 committed by GitHub
parent a30c3b765c
commit 62b20c186c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ LATERAL FLATTEN (input=> read:data:allChains)
dex_base AS (
{% for item in range(5) %}
{% for item in range(10) %}
(
SELECT
chain,

View File

@ -23,7 +23,7 @@ LATERAL FLATTEN (input=> read:data:allChains)
fees_base AS (
{% for item in range(5) %}
{% for item in range(7) %}
(
SELECT
chain,

View File

@ -23,7 +23,7 @@ LATERAL FLATTEN (input=> read:data:allChains)
rev_base AS (
{% for item in range(5) %}
{% for item in range(7) %}
(
SELECT
chain,