WA-521 Adding 0x to data response from tx-history-service (not final fix)
This commit is contained in:
parent
5451c15274
commit
f4ee888ef4
|
@ -4,7 +4,6 @@ import type { Dispatch as ReduxDispatch } from 'redux'
|
|||
import { type GlobalState } from '~/store/index'
|
||||
import { makeOwner } from '~/routes/safe/store/model/owner'
|
||||
import { makeTransaction, type Transaction } from '~/routes/safe/store/model/transaction'
|
||||
import { load, TX_KEY } from '~/utils/localStorage'
|
||||
import { makeConfirmation } from '~/routes/safe/store/model/confirmation'
|
||||
import { loadSafeSubjects } from '~/utils/localStorage/transactions'
|
||||
import { buildTxServiceUrlFrom, type TxServiceType } from '~/logic/safe/safeTxHistory'
|
||||
|
|
Loading…
Reference in New Issue