Skip to content

Commit 2771518

Browse files
committed
Rename NFT ts script.
1 parent 844d442 commit 2771518

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test": "npx hardhat test",
3434
"deploy": "npx hardhat run scripts/deploy.ts",
3535
"erc20": "npx hardhat run scripts/erc20.ts",
36-
"erc721": "npx hardhat run scripts/erc721.ts --network mainnet",
36+
"nft": "npx hardhat run scripts/nft.ts --network mainnet",
3737
"storage": "npx hardhat run scripts/storage.ts",
3838
"send-avax-wallet-signer": "npx hardhat run scripts/sendAvaxWalletSigner.ts",
3939
"send-avax-json-provider": "npx hardhat run scripts/sendAvaxJSONProvider.ts",
File renamed without changes.

0 commit comments

Comments
 (0)