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

Commit

Permalink
Merge pull request #150 from kenryu42/fix-os-link
Browse files Browse the repository at this point in the history
Fix os link
  • Loading branch information
kenryu42 authored May 30, 2023
2 parents 210546e + c559f13 commit 6f78f9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -199,9 +199,9 @@ const markets: { [key: string]: Market } = {
'0x00000000000000adc04c56bf30ac9d3c0aaf14dc': {
name: 'opensea',
displayName: 'Opensea 🌊',
contract: '0x00000000000001ad428e4906ae43d8f9852d0dd6',
contract: '0x00000000000000adc04c56bf30ac9d3c0aaf14dc',
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 6f78f9b

Please sign in to comment.