Add default gasPrice to web3Wrapper instance and TransactionFactory

This commit is contained in:
Amir Bandeali
2019-08-20 16:48:13 -07:00
parent 23dd711396
commit 2b1e0be4fc
3 changed files with 5 additions and 0 deletions

View File

@@ -68,4 +68,5 @@ export const constants = {
ONE_ETHER: new BigNumber(1e18),
EIP712_DOMAIN_NAME: '0x Protocol',
EIP712_DOMAIN_VERSION: '3.0.0',
DEFAULT_GAS_PRICE: 1,
};