Skip to content

Commit

Permalink
tidy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-eth committed Dec 28, 2022
1 parent 2896da8 commit 28b73ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/useAddToNetwork.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export async function addToNetwork({ address, chain, rpc }) {
} else if (!rpc && chain.rpc?.length > 0 && chain.rpc[0].url.includes("llamarpc")) {
Fathom.trackGoal(FATHOM_EVENTS_ID[chain.chainId], 0);
} else {
console.log('competitor addded', FATHOM_NO_EVENTS_ID[chain.chainId])
Fathom.trackGoal(FATHOM_NO_EVENTS_ID[chain.chainId], 0);
}
}
Expand Down

5 comments on commit 28b73ea

@Lanhhg
Copy link

@Lanhhg Lanhhg commented on 28b73ea Jun 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

đẹp

@baranyazici2525
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fggfgfdr

@baranyazici2525
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dfsfsfs

@GlebR1
Copy link

@GlebR1 GlebR1 commented on 28b73ea Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good

@ahmadarz63
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very good

Please sign in to comment.