We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844d442 commit 2771518Copy full SHA for 2771518
package.json
@@ -33,7 +33,7 @@
33
"test": "npx hardhat test",
34
"deploy": "npx hardhat run scripts/deploy.ts",
35
"erc20": "npx hardhat run scripts/erc20.ts",
36
- "erc721": "npx hardhat run scripts/erc721.ts --network mainnet",
+ "nft": "npx hardhat run scripts/nft.ts --network mainnet",
37
"storage": "npx hardhat run scripts/storage.ts",
38
"send-avax-wallet-signer": "npx hardhat run scripts/sendAvaxWalletSigner.ts",
39
"send-avax-json-provider": "npx hardhat run scripts/sendAvaxJSONProvider.ts",
scripts/erc721.ts renamed to scripts/nft.ts
0 commit comments