Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Seaport forks to DuneSQL #4155

Merged
merged 8 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
726 changes: 726 additions & 0 deletions macros/models/_sector/nft/platforms/seaport_fork_trades.sql

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions models/_sector/nft/trades/old/platforms/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,21 +183,6 @@ models:
- token_id
- sub_type
- sub_idx
- check_seed_legacy:
seed_file: ref('nftearth_events_seed')
filter:
blockchain: optimism
project: nftearth
version: v1
match_columns:
- block_date
- tx_hash
- token_id
- seller
- evt_index
check_columns:
- buyer
- nft_contract_address

- name: oneplanet_polygon_events
meta:
Expand Down
5 changes: 5 additions & 0 deletions models/_sector/nft/trades/old/platforms/_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ sources:
- name: nftearth_optimism
tables:
- name: Seaport_evt_OrderFulfilled
- name: Seaport_call_matchOrders
- name: Seaport_call_matchAdvancedOrders


- name: oneplanet_polygon
tables:
- name: Seaport_evt_OrderFulfilled
- name: Seaport_call_matchOrders
- name: Seaport_call_matchAdvancedOrders

- name: pancakeswap_v2_bnb
tables:
Expand Down
Loading