You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This repository contains all the necessary steps to deploy and verify smart contracts on ZKEVM testnet by adding a custom chain in hardhat config etherscan obj and utilizing the blockscout block explorer API for contract verification.",
"scripts": {
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
"deploy:ERC20": "npx hardhat run --network zkEVM scripts/ERC20Token_deploy",
"deploy:ERC721": "npx hardhat run --network zkEVM scripts/ERC721Token_deploy",
"deploy:ERC1155": "npx hardhat run --network zkEVM scripts/ERC1155Token_deploy",