Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Jan 8, 2022
1 parent e4ef473 commit fae7609
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ const config: HardhatUserConfig = {
etherscan: {
apiKey: process.env.ETHERSCAN_API_KEY
},
// external: {
// contracts: [
// {
// artifacts: 'node_modules/@openzeppelin/contracts/build/contracts/ERC20.json'
// }
// ]
// },
gasReporter: {
coinmarketcap: process.env.COINMARKETCAP_API_KEY,
currency: 'USD',
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@sushiswap/contracts",
"version": "1.0.0-canary.0",
"description": "SushiSwap contracts",
"keywords": [
"sushiswap",
Expand All @@ -10,6 +11,13 @@
"url": "https://github.com/sushiswap/contracts/issues",
"email": "secu@sushi.com"
},
"files": [
"artifacts",
"contracts",
"deploy",
"deployments",
"types"
],
"license": "MIT",
"author": "Matthew Lilley <hello@matthewlilley.com>",
"scripts": {
Expand Down

0 comments on commit fae7609

Please sign in to comment.