Skip to content

Commit

Permalink
[ether.js] added uint8array shim
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Lenz committed Jun 26, 2018
1 parent 9e0ce11 commit 5cf7271
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethereum/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const Uint8Array = require('typedarray').Uint8Array;

import {pangeaETHAddress} from '../vm-raw'
const VMProvider = require('./vmProvider');
const VMSigner = require('./VMSigner');
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"babel-plugin-jest-hoist": "^23.0.1",
"babel-preset-env": "^1.7.0",
"jest": "^23.1.0"
},
"dependencies": {
"typedarray": "0.0.6"
}
}

0 comments on commit 5cf7271

Please sign in to comment.