Skip to content

Commit

Permalink
added support for wyvern v1 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomgoncalves authored Jul 14, 2022
1 parent bd9117a commit 735d040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/06_insert_marketplaces_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ VALUES ('df87df1d-f0a1-4e53-b2c3-77e794a76cf2', 'OpenSea',
INSERT INTO networks_marketplaces
(network_id, marketplace_id, contract_address, start_height)
VALUES ('94c754fe-e06c-4d2b-bb76-2faa240b5bb8', 'df87df1d-f0a1-4e53-b2c3-77e794a76cf2',
'0x7be8076f4ea4a4ad08075c2508e481d6c946d12b', 5774644),
('94c754fe-e06c-4d2b-bb76-2faa240b5bb8', 'df87df1d-f0a1-4e53-b2c3-77e794a76cf2',
'0x7f268357A8c2552623316e2562D90e642bB538E5', 14120913);

INSERT INTO marketplaces_standards (marketplace_id, standard_id)
Expand Down

0 comments on commit 735d040

Please sign in to comment.