aboutsummaryrefslogtreecommitdiffstats
path: root/src/0x.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/0x.ts')
-rw-r--r--src/0x.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/0x.ts b/src/0x.ts
index 36ebb8ec2..904765633 100644
--- a/src/0x.ts
+++ b/src/0x.ts
@@ -164,9 +164,6 @@ export class ZeroEx {
*/
constructor(provider: Web3Provider, gasPrice?: BigNumber.BigNumber) {
this._web3Wrapper = new Web3Wrapper(provider);
- if (_.isUndefined(gasPrice)) {
- gasPrice = this._web3Wrapper.toWei(new BigNumber(21), 'gwei');
- }
this.token = new TokenWrapper(this._web3Wrapper, gasPrice);
this.proxy = new TokenTransferProxyWrapper(this._web3Wrapper, gasPrice);
this.exchange = new ExchangeWrapper(this._web3Wrapper, this.token, gasPrice);