fix makeTransaction

This commit is contained in:
nicosampler 2020-08-03 13:02:48 -03:00
parent 7373c4afac
commit bc5c30ec85
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export const makeTransaction = Record<TransactionProps>({
executionTxHash: undefined, executionTxHash: undefined,
executor: '', executor: '',
factoryAddress: '', factoryAddress: '',
fee: null,
gasPrice: '0', gasPrice: '0',
gasToken: ZERO_ADDRESS, gasToken: ZERO_ADDRESS,
isCancellationTx: false, isCancellationTx: false,