Skip to content

Commit

Permalink
text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Feb 4, 2024
1 parent bdd4c47 commit e74efd6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
9 changes: 0 additions & 9 deletions queries/daily_dex_volume___4388.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
-- query name: Daily DEX volume
-- query link: https://dune.com/queries/4388


/* Migration success :)
There are some cases such as unnest/sequence and array/json functions the migrator won't take care of for you
(but we have examples of in the docs linked above!)
If you're still running into issues, check out the doc examples https://dune.com/docs/reference/dune-v2/query-engine/
or reach out to us in the Dune discord in the #dune-sql channel.
*/
SELECT
project,
DATE_TRUNC('day', block_time),
Expand Down
9 changes: 0 additions & 9 deletions queries/dex_24_hours_volume___4234.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
-- query name: DEX 24 hours volume
-- query link: https://dune.com/queries/4234


/* Migration success :)
There are some cases such as unnest/sequence and array/json functions the migrator won't take care of for you
(but we have examples of in the docs linked above!)
If you're still running into issues, check out the doc examples https://dune.com/docs/reference/dune-v2/query-engine/
or reach out to us in the Dune discord in the #dune-sql channel.
*/
SELECT
SUM(CAST(amount_usd AS DOUBLE)) / 1e9 AS billion_volume
FROM
Expand Down
5 changes: 0 additions & 5 deletions queries/dex_7_days_volume___4235.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
-- query name: DEX 7 days volume
-- query link: https://dune.com/queries/4235


-- This query has been migrated to run on DuneSQL.
-- If you need to change back because you’re seeing issues, use the Query History view to restore the previous version.
-- If you notice a regression, please email [email protected].

SELECT
SUM(amount_usd)/1e9 AS billion_volume
FROM dex.trades t
Expand Down
9 changes: 0 additions & 9 deletions queries/ethereum_share_of_dex_volume_🍰___21693.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
-- query name: Ethereum share of DEX volume 🍰
-- query link: https://dune.com/queries/21693


/* Migration success :)
There are some cases such as unnest/sequence and array/json functions the migrator won't take care of for you
(but we have examples of in the docs linked below!)
If you're still running into issues, check out the doc examples https://dune.com/docs/reference/dune-v2/query-engine/
or reach out to us in the Dune discord in the #dune-sql channel.
*/
WITH
eth AS (
SELECT
Expand Down

0 comments on commit e74efd6

Please sign in to comment.