fix makeTransaction
This commit is contained in:
parent
7373c4afac
commit
bc5c30ec85
|
@ -24,6 +24,7 @@ export const makeTransaction = Record<TransactionProps>({
|
|||
executionTxHash: undefined,
|
||||
executor: '',
|
||||
factoryAddress: '',
|
||||
fee: null,
|
||||
gasPrice: '0',
|
||||
gasToken: ZERO_ADDRESS,
|
||||
isCancellationTx: false,
|
||||
|
|
Loading…
Reference in New Issue