mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 03:28:07 +00:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
/* jshint ignore:start */
|
|
|
|
if(typeof web3 === 'undefined') {
|
|
web3 = require('ethereum.js');
|
|
BigNumber = require('bignumber.js');
|
|
}
|
|
|
|
/* jshint ignore:end */ |