Skip to content

Commit

Permalink
Fix trades test
Browse files Browse the repository at this point in the history
  • Loading branch information
PolEpie committed Jan 23, 2025
1 parent 7446549 commit 790bace
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions dbt_subprojects/dex/seeds/trades/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4776,6 +4776,21 @@ seeds:
block_date: timestamp

- name: wagmi_sonic_base_trades_seed
config:
column_types:
blockchain: varchar
project: varchar
version: varchar
tx_hash: varbinary
evt_index: uint256
block_number: uint256
token_bought_address: varbinary
token_sold_address: varbinary
token_bought_amount_raw: uint256
token_sold_amount_raw: uint256
block_date: timestamp

- name: silverswap_sonic_base_trades_seed
config:
column_types:
blockchain: varchar
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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
sonic,silverswap,3,2025-01-23,0xcb1a667fdfd1c202fdc15696b941391d5bb6ee42bd03e74346a773a6329bd28f,9,0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38,0x29219dd400f2Bf60E5a23d13Be72B486D4038894,5173983,200000000000000000000,117556622
sonic,silverswap,3,2025-01-23,0x0534adde3f9de987aecc5266ff72fbf6fbe88883b20d5f0c488ad5680f4d10ed,13,0x29219dd400f2Bf60E5a23d13Be72B486D4038894,0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38,5179246,571034,1000000000000000000
sonic,silverswap,3,2025-01-23,0xb6f9a9ba3a2dbc8e4513b58bc5e494cdaf61b199209a26dc643f914a39389752,2,0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38,0x79bbF4508B1391af3A0F4B30bb5FC4aa9ab0E07C,5175429,3182071248364321163,100000000000000000

0 comments on commit 790bace

Please sign in to comment.