Skip to content

Commit

Permalink
add seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
gte620v committed Jul 22, 2024
1 parent 0adf830 commit 4323f80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dex/macros/models/_project/maverick_compatible_trades.sql
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ WITH dexs AS (
WHEN TRY_CAST(JSON_EXTRACT_SCALAR(t.params, '$.tokenAIn') AS BOOLEAN) = TRUE
THEN f.tokenA
ELSE f.tokenB
END AS token_sold_entity,
END AS token_sold_address,
t.contract_address AS project_contract_address,
t.evt_tx_hash AS tx_hash,
t.evt_index
Expand Down
2 changes: 2 additions & 0 deletions dex/seeds/trades/maverick_v2_arbitrum_base_trades_seed.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
blockchain,project,version,block_date,tx_hash,evt_index,token_bought_address,token_sold_address,block_number,token_bought_amount_raw,token_sold_amount_raw
arbitrum,maverick,2,2024-07-22,0xa0b583facf7966db0c3c4873f197473b5cea8867bcf6b7d4c2da0daa622f81bd,11,0x6985884c4392d348587b19cb9eaaf157f13271cd,0x82af49447d8a07e3bd95bd0d56f35241523fbab1,235031697,11369165684552377693,17104671407671633
2 changes: 2 additions & 0 deletions dex/seeds/trades/maverick_v2_ethereum_base_trades_seed.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
blockchain,project,version,block_date,tx_hash,evt_index,token_bought_address,token_sold_address,block_number,token_bought_amount_raw,token_sold_amount_raw
ethereum,maverick,2,2024-07-18,0xd3d13a75c9c81dec1d33fa6eff26bb9f8d4ec3c9cc77179a36834c67c4ff6ab1,249,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2,0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48,20336145,582969617281393692,1990915525

0 comments on commit 4323f80

Please sign in to comment.