Skip to content

Commit

Permalink
Add gridex_polygon_base_trades_seed schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke committed Jun 17, 2024
1 parent 5d10d12 commit b8bb45f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dex/seeds/trades/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3600,3 +3600,18 @@ seeds:
token_bought_amount_raw: uint256
token_sold_amount_raw: uint256
block_date: timestamp

- name: gridex_polygon_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

0 comments on commit b8bb45f

Please sign in to comment.