Adjust the tx-history-service sending proper data based on spec
This commit is contained in:
parent
85dc4f8b8b
commit
a20f1a1568
|
@ -27,6 +27,11 @@ const calculateBodyFrom = async (
|
||||||
data,
|
data,
|
||||||
operation,
|
operation,
|
||||||
nonce,
|
nonce,
|
||||||
|
safeTxGas: 0,
|
||||||
|
dataGas: 0,
|
||||||
|
gasPrice: 0,
|
||||||
|
gasToken: null,
|
||||||
|
refundReceiver: null,
|
||||||
contractTransactionHash,
|
contractTransactionHash,
|
||||||
transactionHash,
|
transactionHash,
|
||||||
sender: getWeb3().toChecksumAddress(sender),
|
sender: getWeb3().toChecksumAddress(sender),
|
||||||
|
|
Loading…
Reference in New Issue