Skip to content

Commit

Permalink
feat: add new axelar contract
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Nov 29, 2024
1 parent 9809b6d commit 9fb4b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion indexer/src/modules/analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export let ORDER_SALE_TYPE = 'order'
export function isThirdPartySale(buyer: string): boolean {
if (
buyer == '0xed038688ecf1193f8d9717eb3930f0bf0d745cb4' || // Transak Polygon
buyer == '0xea749fd6ba492dbc14c24fe8a3d08769229b896c' // Axelar Polygon & Ethereum
buyer == '0xea749fd6ba492dbc14c24fe8a3d08769229b896c' || // Axelar Polygon & Ethereum Old contract
buyer == '0xad6cea45f98444a922a2b4fe96b8c90f0862d2f4' // Axelar Polygon & Ethereum New contract
) {
return true
}
Expand Down

0 comments on commit 9fb4b8d

Please sign in to comment.