Skip to content

Commit

Permalink
change from testnet to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
alisolanki committed Nov 10, 2021
1 parent 4a51da7 commit 4743933
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions public/config/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
}

0 comments on commit 4743933

Please sign in to comment.