diff --git a/frontend/src/config.js b/frontend/src/config.js index 57fe240..82ae303 100644 --- a/frontend/src/config.js +++ b/frontend/src/config.js @@ -3,7 +3,7 @@ import contractInfo from './contracts/contract-address.json' const config = { "CONTRACT_ADDRESS": contractInfo.address, "GAS_LIMIT": 285000, - "COLLECTION_URL": "https://opensea.io/collection/nerdy-coder-clones", + "COLLECTION_URL": "https://testnets.opensea.io/collection/friendly-skull-reveal", } export default config;