Remove mention of the JS scripts

This commit is contained in:
ligi 2019-08-12 19:19:11 +02:00
parent f8d934a313
commit db4869b1e9
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -27,17 +27,3 @@ Data source available on `_data/chains.json`
"networkId": 1
}
```
## Scripts
1. Install dependencies
```sh
cd scripts && npm install
```
2. Verify chainId and networkId
```sh
node scripts/verify.js
```