Skip to content

Commit

Permalink
fix opensea testnet link
Browse files Browse the repository at this point in the history
  • Loading branch information
dekanbro committed Jan 5, 2024
1 parent a98476b commit 74ce8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const TOKENBOUND_URL: Keychain = {

export const OPENSEA_URL: Keychain = {
"0x1": "https://opensea.io/assets/ethereum",
"0x5": "https://testnet.opensea.io/assets/goerli",
"0x5": "https://testnets.opensea.io/assets/goerli",
"0x64": "https://opensea.io/assets/gnosis",
"0x89": "https://opensea.io/assets/polygon",
"0xa": "https://opensea.io/assets/optimism",
Expand Down

0 comments on commit 74ce8de

Please sign in to comment.