Skip to content

Commit

Permalink
fix: added axelar
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Sep 16, 2024
1 parent 2539f74 commit ef4252c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
export function isThirdPartySale(buyer: string): boolean {
switch (buyer) {
case '0xed038688ecf1193f8d9717eb3930f0bf0d745cb4': // TRANSAK POLYGON
case '0xea749fd6ba492dbc14c24fe8a3d08769229b896c': // AXELAR POLYGON
return true
}
return false
Expand Down

0 comments on commit ef4252c

Please sign in to comment.