Skip to content

Commit

Permalink
Merge pull request #147 from P4-Games/fix/marketplace-url
Browse files Browse the repository at this point in the history
merge fix/marketplace-url into develop
  • Loading branch information
dappsar authored Dec 27, 2024
2 parents 64a08cb + 2d40066 commit 21757dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_env
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ NEXT_PUBLIC_UI_URL=http://localhost:3000
NEXT_PUBLIC_ALLOWED_ORIGINS=http://localhost:3000
NEXT_PUBLIC_RECAPTCHA_SITE_KEY={recaptcha side key}
NEXT_PUBLIC_NFT_IMAGE_REPOSITORY={gcp|ipfs|icp}
NEXT_PUBLIC_NFT_MARKETPLACE_URL=https://testnets.opensea.io/assets/arbitrum-sepolia/0xAc3F97E45F67052b1AdBbC4d4eB1153Ba14E955d
NEXT_PUBLIC_NFT_MARKETPLACE_URL=https://testnets.opensea.io/assets/arbitrum_sepolia/0xAc3F97E45F67052b1AdBbC4d4eB1153Ba14E955d

2 changes: 1 addition & 1 deletion src/config-global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const NFT_TRX_EXPLORER = 'https://sepolia.arbiscan.io'

export const NFT_MARKETPLACE_URL =
process.env.NEXT_PUBLIC_NFT_MARKETPLACE_URL ||
'https://testnets.opensea.io/assets/arbitrum-sepolia'
'https://testnets.opensea.io/assets/arbitrum_sepolia'

export const NFT_SHARE = 'https://api.whatsapp.com/send/?text=MESSAGE'

Expand Down

0 comments on commit 21757dc

Please sign in to comment.