Skip to content

Commit

Permalink
Fixing typo in hardhat actions (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
liarco authored Jul 17, 2022
1 parent e2ae0cc commit d5b66f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Harhhat tests
name: Hardhat tests

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions smart-contract/config/CollectionConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as Marketplaces from '../lib/Marketplaces';
import whitelistAddresses from './whitelist.json';

const CollectionConfig: CollectionConfigInterface = {
testnet: Networks.ethereumTestnet,
testnet: Networks.hardhatLocal,
mainnet: Networks.ethereumMainnet,
// The contract name can be updated using the following command:
// yarn rename-contract NEW_CONTRACT_NAME
Expand All @@ -26,7 +26,7 @@ const CollectionConfig: CollectionConfigInterface = {
price: 0.09,
maxMintAmountPerTx: 5,
},
contractAddress: null,
contractAddress: '0x5FbDB2315678afecb367f032d93F642f64180aa3',
marketplaceIdentifier: 'my-nft-token',
marketplaceConfig: Marketplaces.openSea,
whitelistAddresses,
Expand Down

0 comments on commit d5b66f7

Please sign in to comment.