Skip to content

Commit

Permalink
🔁 Bump hardhat Dependency (and some others)
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 19, 2023
1 parent faa8219 commit 0dd64ac
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 118 deletions.
2 changes: 2 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,8 @@ const config: HardhatUserConfig = {
sourcify: {
// Enable Sourcify verification by default
enabled: true,
apiUrl: "https://sourcify.dev/server",
browserUrl: "https://repo.sourcify.dev",
},
etherscan: {
// Add your own API key by getting an account at etherscan (https://etherscan.io), snowtrace (https://snowtrace.io) etc.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@nomicfoundation/hardhat-ledger": "^1.0.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.2",
"@nomicfoundation/hardhat-verify": "^2.0.3",
"@openzeppelin/contracts": "^5.0.1",
"@tenderly/hardhat-tenderly": "^2.0.1",
"@truffle/dashboard-hardhat-plugin": "^0.2.15",
Expand All @@ -135,13 +135,13 @@
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"chai": "^4.3.10",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.9.0",
"hardhat": "^2.19.2",
"hardhat": "^2.19.3",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
Expand Down
Loading

0 comments on commit 0dd64ac

Please sign in to comment.