Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Sep 26, 2023
1 parent 7578d0c commit ac6b471
Show file tree
Hide file tree
Showing 24 changed files with 1,080 additions and 347 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"chai": "^4.2.0",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "6.6.6",
"ethers": "6.7.0",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/called-on-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"chai": "^4.2.0",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "6.6.6",
"ethers": "6.7.0",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/change-balance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"chai": "^4.2.0",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "6.6.6",
"ethers": "6.7.0",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamic-mocking-and-testing-calls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"chai": "^4.2.0",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "6.6.6",
"ethers": "6.7.0",
"mocha": "^7.1.2",
"ts-node": "^8.9.1",
"typescript": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/ens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "eslint --fix '{src,test}/**/*.ts'"
},
"devDependencies": {
"ethers": "6.6.6",
"ethers": "6.7.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/mock-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "eslint --fix '{src,test}/**/*.ts'"
},
"devDependencies": {
"ethers": "6.6.6",
"ethers": "6.7.0",
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typechain-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"chai": "^4.2.0",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"ethers": "6.6.6",
"ethers": "6.7.0",
"mocha": "^7.1.2",
"solc": "0.8.15",
"ts-node": "^8.9.1",
Expand Down
Loading

0 comments on commit ac6b471

Please sign in to comment.