Skip to content

Instantly share code, notes, and snippets.

@BlockmanCodes
Created August 14, 2022 19:53
Show Gist options
  • Save BlockmanCodes/3e4f35850a4073d5b28e3b9979d12480 to your computer and use it in GitHub Desktop.
Save BlockmanCodes/3e4f35850a4073d5b28e3b9979d12480 to your computer and use it in GitHub Desktop.
Pausable Token
require("@nomiclabs/hardhat-waffle");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.9",
};
{
"name": "pausable-token",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.3",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.9",
"hardhat": "^2.10.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment