Skip to content

Commit

Permalink
Bump deps and update network registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Dec 19, 2023
1 parent 6a3dc84 commit 4f00c48
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 84 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require('hardhat-gas-reporter');
require('hardhat-tracer');
require('solidity-coverage');

const { Networks, getNetwork } = require('@1inch/solidity-utils/dist/src/networks');
const { Networks, getNetwork } = require('@1inch/solidity-utils/hardhat-setup');

const { networks, etherscan } = new Networks();
const { networks, etherscan } = (new Networks()).registerAll();

module.exports = {
solidity: {
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
},
"license": "MIT",
"dependencies": {
"@1inch/solidity-utils": "3.4.0",
"@openzeppelin/contracts": "5.0.0"
"@1inch/solidity-utils": "3.5.5",
"@openzeppelin/contracts": "5.0.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "2.0.2",
"@nomicfoundation/hardhat-ethers": "3.0.5",
"@nomicfoundation/hardhat-verify": "2.0.1",
"@nomicfoundation/hardhat-network-helpers": "1.0.9",
"@nomicfoundation/hardhat-verify": "2.0.3",
"@nomicfoundation/hardhat-network-helpers": "1.0.10",
"chai": "4.3.10",
"dotenv": "16.3.1",
"eslint": "8.53.0",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.4.0",
"eslint-plugin-promise": "6.1.1",
"ethers": "6.8.1",
"hardhat": "2.19.1",
"ethers": "6.9.0",
"hardhat": "2.19.3",
"hardhat-dependency-compiler": "1.1.3",
"hardhat-deploy": "0.11.43",
"hardhat-deploy": "0.11.45",
"hardhat-gas-reporter": "1.0.9",
"hardhat-tracer": "2.7.0",
"rimraf": "5.0.5",
Expand Down
Loading

0 comments on commit 4f00c48

Please sign in to comment.