Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
fix: opensea link
Browse files Browse the repository at this point in the history
  • Loading branch information
kenryu42 committed May 30, 2023
1 parent 210546e commit 17291a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/markets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const markets: { [key: string]: Market } = {
displayName: 'Opensea 🌊',
contract: '0x00000000006c3852cbef3e08e8df289169ede581',
color: 2130402,
site: 'https://opensea.io/assets/',
site: 'https://opensea.io/assets/ethereum/',
accountPage: 'https://opensea.io/',
iconURL:
'https://pbs.twimg.com/profile_images/1544105652330631168/ZuvjfGkT_400x400.png',
Expand All @@ -187,7 +187,7 @@ const markets: { [key: string]: Market } = {
displayName: 'Opensea 🌊',
contract: '0x00000000000001ad428e4906ae43d8f9852d0dd6',
color: 2130402,
site: 'https://opensea.io/assets/',
site: 'https://opensea.io/assets/ethereum/',
accountPage: 'https://opensea.io/',
iconURL:
'https://pbs.twimg.com/profile_images/1544105652330631168/ZuvjfGkT_400x400.png',
Expand All @@ -201,7 +201,7 @@ const markets: { [key: string]: Market } = {
displayName: 'Opensea 🌊',
contract: '0x00000000000001ad428e4906ae43d8f9852d0dd6',
color: 2130402,
site: 'https://opensea.io/assets/',
site: 'https://opensea.io/assets/ethereum/',
accountPage: 'https://opensea.io/',
iconURL:
'https://pbs.twimg.com/profile_images/1544105652330631168/ZuvjfGkT_400x400.png',
Expand Down

0 comments on commit 17291a3

Please sign in to comment.