Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ From root directory:
yarn install
```

## Testing

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:

```shell
./test-node.bash --init --tokenbridge --l3node --l3-token-bridge
```

2. Execute all tests with the following command

```shell
yarn run testAll
```

## What's included?

#### :white_check_mark: Basics
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"dependencies": {
"@arbitrum/sdk": "^4.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"ethers": "^5.4.1",
"hardhat": "^2.2.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"ethers": "^5.7.2",
"hardhat": "^2.13.1",
"dotenv": "^16.4.5"
},
"workspaces": {
Expand Down
16 changes: 0 additions & 16 deletions packages/arb-shared-dependencies/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ module.exports = {
version: '0.8.16',
settings: {},
},
{
version: '0.8.9',
settings: {},
},
{
version: '0.7.2',
settings: {},
},
{
version: '0.6.12',
settings: {},
},
{
version: '0.6.11',
settings: {},
},
],
},
networks: {
Expand Down
Loading
Loading