Skip to content

Commit

Permalink
Merge pull request #9 from vechainfoundation/ethersv6
Browse files Browse the repository at this point in the history
Upgrade sample project to ethers v6
  • Loading branch information
MakisChristou authored Sep 8, 2023
2 parents 49ccb4a + 35e28ea commit bb11851
Show file tree
Hide file tree
Showing 5 changed files with 1,610 additions and 756 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common-unit-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install dependencies
run: |
docker-compose up -d
rm -r package-lock.json
npm install
- name: Unit tests and coverage
Expand Down
3 changes: 3 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = {
solidity: {
version: "0.8.18",
},
mocha: {
timeout: 180000,
},
networks: {
vechain: {
url: "http://127.0.0.1:8669",
Expand Down
Loading

0 comments on commit bb11851

Please sign in to comment.