Skip to content

Commit 9d80a71

Browse files
authored
Merge pull request #135 from OffchainLabs/update-hardhat-dependencies
Update hardhat dependencies and remove old solidity versions
2 parents d4e78d6 + 0b77b59 commit 9d80a71

File tree

4 files changed

+197
-528
lines changed

4 files changed

+197
-528
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ From root directory:
1212
yarn install
1313
```
1414

15+
## Testing
16+
17+
1. Start the nitro-testnode (you can find instructions [here](https://docs.arbitrum.io/run-arbitrum-node/run-local-full-chain-simulation)) with the following parameters:
18+
19+
```shell
20+
./test-node.bash --init --tokenbridge --l3node --l3-token-bridge
21+
```
22+
23+
2. Execute all tests with the following command
24+
25+
```shell
26+
yarn run testAll
27+
```
28+
1529
## What's included?
1630

1731
#### :white_check_mark: Basics

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"dependencies": {
2828
"@arbitrum/sdk": "^4.0.1",
29-
"@nomiclabs/hardhat-ethers": "^2.0.2",
30-
"ethers": "^5.4.1",
31-
"hardhat": "^2.2.0",
29+
"@nomiclabs/hardhat-ethers": "^2.2.3",
30+
"ethers": "^5.7.2",
31+
"hardhat": "^2.13.1",
3232
"dotenv": "^16.4.5"
3333
},
3434
"workspaces": {

packages/arb-shared-dependencies/hardhat.config.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,6 @@ module.exports = {
66
version: '0.8.16',
77
settings: {},
88
},
9-
{
10-
version: '0.8.9',
11-
settings: {},
12-
},
13-
{
14-
version: '0.7.2',
15-
settings: {},
16-
},
17-
{
18-
version: '0.6.12',
19-
settings: {},
20-
},
21-
{
22-
version: '0.6.11',
23-
settings: {},
24-
},
259
],
2610
},
2711
networks: {

0 commit comments

Comments
 (0)