Skip to content

Commit

Permalink
Analytics: fix off-chain signature event
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 22, 2023
1 parent 56fe78e commit 1ed0f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useTxTracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useEffect } from 'react'
import useChainId from './useChainId'

const events = {
[TxEvent.SIGNED]: WALLET_EVENTS.OFFCHAIN_SIGNATURE,
[TxEvent.SIGNATURE_PROPOSED]: WALLET_EVENTS.OFFCHAIN_SIGNATURE,
[TxEvent.PROCESSING]: WALLET_EVENTS.ONCHAIN_INTERACTION,
[TxEvent.PROCESSING_MODULE]: WALLET_EVENTS.ONCHAIN_INTERACTION,
[TxEvent.RELAYING]: WALLET_EVENTS.ONCHAIN_INTERACTION,
Expand Down

0 comments on commit 1ed0f70

Please sign in to comment.