Skip to content

Commit

Permalink
add e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Aug 22, 2023
1 parent 1273af1 commit e7dd600
Show file tree
Hide file tree
Showing 16 changed files with 4,447 additions and 87 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,5 @@ debug.log

#cache
deposit_contract_cache/

node_modules/
12 changes: 12 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.19",
networks: {
hardhat: {
mining: {
auto: true,
interval: 12000
}
}
}
};
Loading

0 comments on commit e7dd600

Please sign in to comment.