Skip to content

Commit

Permalink
fix: formatting issue
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <[email protected]>
  • Loading branch information
tipusinghaw committed Jan 19, 2024
1 parent 4819476 commit 52a8c5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// import 'hardhat';
require('@nomicfoundation/hardhat-ethers')
require('@openzeppelin/hardhat-upgrades')
require("@nomicfoundation/hardhat-verify");
require('@nomicfoundation/hardhat-verify')

require('dotenv/config')

Expand All @@ -28,7 +28,7 @@ module.exports = {
},
etherscan: {
apiKey: {
polygonMumbai:process.env.VERIFICATION_KEY
}
}
polygonMumbai: process.env.VERIFICATION_KEY,
},
},
}

0 comments on commit 52a8c5f

Please sign in to comment.