@@ -26,7 +26,7 @@ This module performs write operations. Making a backup of your data before tryin
26
26
27
27
``` javascript
28
28
const level = require (' level' )
29
- const Blockchain = require (' ethereumjs- blockchain' ).default
29
+ const Blockchain = require (' @ ethereumjs/ blockchain' ).default
30
30
const utils = require (' ethereumjs-util' )
31
31
32
32
const gethDbPath = ' ./chaindata' // Add your own path here. It will get modified, see remarks.
@@ -44,7 +44,7 @@ new Blockchain({ db: db }).iterator(
44
44
)
45
45
```
46
46
47
- ** WARNING** : Since ` ethereumjs- blockchain ` is also doing write operations
47
+ ** WARNING** : Since ` @ ethereumjs/ blockchain` is also doing write operations
48
48
on the DB for safety reasons only run this on a copy of your database, otherwise this might lead
49
49
to a compromised DB state.
50
50
@@ -58,8 +58,8 @@ If you want to join for work or do improvements on the libraries have a look at
58
58
[ gitter-link ] : https://gitter.im/ethereum/ethereumjs
59
59
[ js-standard-style-badge ] : https://cdn.rawgit.com/feross/standard/master/badge.svg
60
60
[ js-standard-style-link ] : https://github.com/feross/standard
61
- [ blockchain-npm-badge ] : https://img.shields.io/npm/v/ethereumjs- blockchain.svg
62
- [ blockchain-npm-link ] : https://www.npmjs.org/package/ethereumjs- blockchain
61
+ [ blockchain-npm-badge ] : https://img.shields.io/npm/v/@ ethereumjs/ blockchain.svg
62
+ [ blockchain-npm-link ] : https://www.npmjs.org/package/@ ethereumjs/ blockchain
63
63
[ blockchain-issues-badge ] : https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20blockchain?label=issues
64
64
[ blockchain-issues-link ] : https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+blockchain"
65
65
[ blockchain-actions-badge ] : https://github.com/ethereumjs/ethereumjs-vm/workflows/Blockchain%20Test/badge.svg
0 commit comments