Skip to content

Commit

Permalink
Update to OpenSea's new contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgriffin authored Feb 21, 2022
1 parent 32bfd1b commit 5723845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markets.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const markets = {
// OpenSea Contract Address
'0x7be8076f4ea4a4ad08075c2508e481d6c946d12b' : {
'0x7f268357a8c2552623316e2562d90e642bb538e5' : {
'name': 'OpenSea 🌊',
'site': 'https://opensea.io/assets/',
'logDecoder': [{
Expand Down Expand Up @@ -45,4 +45,4 @@ const markets = {

module.exports = {
markets: markets
};
};

0 comments on commit 5723845

Please sign in to comment.