address comments

This commit is contained in:
Michael Zhu
2019-10-22 11:52:16 -07:00
parent 3e5d166ec4
commit 752dd04546
3 changed files with 9 additions and 9 deletions

View File

@@ -123,7 +123,7 @@ export interface DeploymentOptions {
export class DeploymentManager {
public static readonly protocolFeeMultiplier = new BigNumber(150000);
public static readonly gasPrice = new BigNumber(1000000000); // 1 Gwei
public static readonly gasPrice = new BigNumber(1e9); // 1 Gwei
public static readonly protocolFee = DeploymentManager.gasPrice.times(DeploymentManager.protocolFeeMultiplier);
/**