Skip to content

Commit

Permalink
fix: add address to mixpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
quangdz1704 committed Aug 15, 2024
1 parent b68b264 commit 4fae5d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/page/bridge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ const Bridge = () => {
setLoading(false);
const mp = getMixPanelClient();
const logEvent = {
tonAddress,
oraiAddress,
fromNetwork,
toNetwork,
token,
Expand Down Expand Up @@ -493,6 +495,8 @@ const Bridge = () => {
setLoading(false);
const mp = getMixPanelClient();
const logEvent = {
tonAddress,
oraiAddress,
fromNetwork,
toNetwork,
token,
Expand Down

0 comments on commit 4fae5d6

Please sign in to comment.