Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Lint and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
matt committed Jun 3, 2024
1 parent 94f30ea commit 8238a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_extensions/migrations/special-queries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ SELECT
(state.data -> 'cumulative_stats' ->> 'n_chat_messages')::NUMERIC AS n_chat_messages,
(state.data -> 'last_swap' ->> 'avg_execution_price_q64')::NUMERIC AS avg_execution_price_q64,
(state.data ->> 'lp_coin_supply')::NUMERIC AS lp_coin_supply,
(state.data -> 'market_metadata' ->> 'emoji_bytes') AS emoji_bytes,
volume.all_time_volume,
volume.daily_volume,
(state.data -> 'market_metadata' ->> 'emoji_bytes') AS emoji_bytes,
state.data -> 'clamm_virtual_reserves' AS clamm_virtual_reserves,
state.data -> 'cpamm_real_reserves' AS cpamm_real_reserves

Expand Down

0 comments on commit 8238a17

Please sign in to comment.