diff --git a/package.json b/package.json index 101570e3..002d157a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "hashlips_nft_minting_dapp", + "name": "the_stripes_nft_dapp", "version": "1.0.0", - "description": "HashLips minting dapp is a quick and easy way to connect your smart contract and start minting NFTs.", + "description": "The Stripes NFT minting dapp is a quick and easy way to connect your smart contract and start minting NFTs.", "private": true, "dependencies": { "react": "^17.0.2", @@ -15,7 +15,7 @@ "web3": "^1.5.1", "web3-eth-contract": "^1.5.2" }, - "author": "Daniel Eugene Botha (HashLips)", + "author": "Ali Solanki, Daniel Eugene Botha", "license": "MIT", "scripts": { "start": "react-scripts start", diff --git a/public/config/config.json b/public/config/config.json index f7821d33..cc4e981a 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,6 +1,6 @@ { - "CONTRACT_ADDRESS": "0xf8f5712a68c5599bcc67ac98addf102dcfb05d43", - "SCAN_LINK": "https://mumbai.polygonscan.com/token/0xf8f5712a68c5599bcc67ac98addf102dcfb05d43", + "CONTRACT_ADDRESS": "0xefe4dc236e7db32c6c98e826c335a016d5e734c7", + "SCAN_LINK": "https://mumbai.polygonscan.com/token/0xefe4dc236e7db32c6c98e826c335a016d5e734c7", "NETWORK": { "NAME": "Polygon", "SYMBOL": "Matic", @@ -10,9 +10,9 @@ "SYMBOL": "TSNFT", "MAX_SUPPLY": 992, "WEI_COST": 5000000000000000, - "DISPLAY_COST": 40, + "DISPLAY_COST": 4, "GAS_LIMIT": 285000, "MARKETPLACE": "Opeansea", - "MARKETPLACE_LINK": "https://testnets.opensea.io/collection/the-stripes-nft", + "MARKETPLACE_LINK": "https://opensea.io/collection/stripes-nft", "SHOW_BACKGROUND": true }