Skip to content

Commit

Permalink
Add dex info
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke committed Jul 1, 2024
1 parent 7489232 commit e81b159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dex/models/dex_info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ FROM (VALUES
, ('nuri', 'Nuri', 'Direct', 'nuriexchange')
, ('icecreamswap', 'IceCreamSwap', 'Direct', 'icecream_swap')
, ('thruster', 'Thruster Finance', 'Direct', 'ThrusterFi')
, ('blasterswap', 'BlasterSwap', 'Direct', 'BlasterSwap')
) AS temp_table (project, name, marketplace_type, x_username)
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ unioned_evt_sources AS (
FROM
{{ evt_source }}
{% if not loop.last %}
UNION ALL
UNION
{% endif %}
{% endfor %}
)
Expand All @@ -36,7 +36,7 @@ unioned_evt_sources AS (
uniswap_compatible_v2_trades(
blockchain = 'blast',
project = 'blasterswap',
version = '1',
version = '2',
Pair_evt_Swap = 'unioned_evt_sources',
Factory_evt_PairCreated = source('blasterswap_blast', 'BlasterswapV2Factory_evt_PairCreated')
)
Expand Down

0 comments on commit e81b159

Please sign in to comment.