Skip to content

Commit

Permalink
hardhat tests running now
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Feb 28, 2024
1 parent 326f476 commit d2d30a6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 24 deletions.
10 changes: 5 additions & 5 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { HardhatUserConfig, task } from 'hardhat/config'
import { networkConfig } from './utils/config-loader'

import '@nomiclabs/hardhat-truffle5'
import '@nomiclabs/hardhat-ethers'
import '@nomicfoundation/hardhat-ethers'
import '@nomiclabs/hardhat-web3'
import '@nomiclabs/hardhat-etherscan'
import "@tenderly/hardhat-tenderly"
import '@tenderly/hardhat-tenderly'

import 'hardhat-gas-reporter'
import 'solidity-coverage'
Expand All @@ -23,7 +23,7 @@ const config: HardhatUserConfig = {
settings: {
optimizer: {
enabled: true,
runs: 500000,
runs: 500000
}
}
},
Expand Down Expand Up @@ -64,8 +64,8 @@ const config: HardhatUserConfig = {
showTimeSpent: true
},
tenderly: {
project: "horizon/sequence-dev-1",
username: "Agusx1211-horizon",
project: 'horizon/sequence-dev-1',
username: 'Agusx1211-horizon'
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
Expand Down
50 changes: 32 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2d30a6

Please sign in to comment.