Skip to content

Commit

Permalink
fix: incorrect matomo event for Bebop
Browse files Browse the repository at this point in the history
  • Loading branch information
manneredboor committed Jul 19, 2024
1 parent 975735a commit a0e895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consts/matomo-click-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export const MATOMO_CLICK_EVENTS: Record<
[MATOMO_CLICK_EVENTS_TYPES.withdrawalGoToBebop]: [
'Ethereum_Withdrawals_Widget',
'Click on «Go to Bebop» in aggregators list on Request tab',
'eth_withdrawals_request_go_to_1inch',
'eth_withdrawals_request_go_to_Bebop',
],
[MATOMO_CLICK_EVENTS_TYPES.withdrawalGoToCowSwap]: [
'Ethereum_Withdrawals_Widget',
Expand Down

0 comments on commit a0e895e

Please sign in to comment.