Skip to content

Commit

Permalink
Update smart contracct dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
  • Loading branch information
nguyer committed Feb 21, 2024
1 parent 3deac27 commit 9bf89be
Show file tree
Hide file tree
Showing 6 changed files with 4,795 additions and 39,131 deletions.
1 change: 1 addition & 0 deletions samples/solidity/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules
coverage
coverage.json
typechain
typechain-types

#Hardhat files
cache
Expand Down
10 changes: 3 additions & 7 deletions samples/solidity/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
import * as dotenv from "dotenv";

import { HardhatUserConfig, task } from "hardhat/config";
import "@nomiclabs/hardhat-etherscan";
import "@nomiclabs/hardhat-waffle";
import "@typechain/hardhat";
import "hardhat-gas-reporter";
import "solidity-coverage";
import { HardhatUserConfig } from "hardhat/config";
import "@nomicfoundation/hardhat-toolbox";

dotenv.config();

const config: HardhatUserConfig = {
solidity: "0.8.4",
solidity: "0.8.24",
networks: {
ropsten: {
url: process.env.ROPSTEN_URL || "",
Expand Down
Loading

0 comments on commit 9bf89be

Please sign in to comment.