Skip to content

Commit

Permalink
BN export added to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Apr 17, 2019
1 parent b18a1eb commit 70f40c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-utils/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import isArray from 'lodash/isArray';
import * as utils from './Utils';
import * as ethjsUnit from 'ethjs-unit';

export BN from 'bn.js';
export {soliditySha3} from './SoliditySha3';
export randomHex from 'randomhex';

Expand Down

0 comments on commit 70f40c3

Please sign in to comment.