We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6640a9b commit 744b81bCopy full SHA for 744b81b
1 file changed
packages/web3-eth-accounts/src/index.js
@@ -34,6 +34,8 @@ import TX from 'https://jspm.dev/@ethereumjs/tx';
34
import Common from 'https://jspm.dev/@ethereumjs/common';
35
import { Hardfork as HardForks } from 'https://jspm.dev/@ethereumjs/common';
36
import ethereumjsUtil from 'https://jspm.dev/ethereumjs-util';
37
+import { Buffer } from 'https://jspm.dev/npm:@jspm/core@2/nodelibs/buffer';
38
+
39
40
const { TransactionFactory } = TX;
41
0 commit comments