Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0xeee duplication issue on trending api #129

Closed
yarivbancor opened this issue Jan 6, 2025 · 1 comment
Closed

0xeee duplication issue on trending api #129

yarivbancor opened this issue Jan 6, 2025 · 1 comment

Comments

@yarivbancor
Copy link
Collaborator

It seems that the "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" address creates a duplicate entry ETH & SEI

{
  "pairId": 498,
  "pairTrades": 1,
  "pairTrades_24h": 0,
  "token0": "0x646E178a05B4Cb4f2b36D04Bd02767CFeed730CA",
  "token1": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
  "symbol0": "BITCH",
  "symbol1": "SEI",
  "pairSymbol": "BITCH/SEI",
  "pairAddresses": "0x646E178a05B4Cb4f2b36D04Bd02767CFeed730CA/0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
},
{
  "pairId": 498,
  "pairTrades": 1,
  "pairTrades_24h": 0,
  "token0": "0x646E178a05B4Cb4f2b36D04Bd02767CFeed730CA",
  "token1": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
  "symbol0": "BITCH",
  "symbol1": "ETH",
  "pairSymbol": "BITCH/ETH",
  "pairAddresses": "0x646E178a05B4Cb4f2b36D04Bd02767CFeed730CA/0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
},
@GrandSchtroumpf
Copy link
Collaborator

Also on CELO the pairTrade for AVAX/USDC is 163653, but there is only 1 trade registered by the activity endpoint

{
  "pairId": 346,
  "pairTrades": 163653,
  "pairTrades_24h": 212,
  "token0": "0x8E3670FD7B0935d3FE832711deBFE13BB689b690",
  "token1": "0xcebA9300f2b948710d2653dD7B07f33A8B32118C",
  "symbol0": "AVAX",
  "symbol1": "USDC",
  "pairSymbol": "AVAX/USDC",
  "pairAddresses": "0x8E3670FD7B0935d3FE832711deBFE13BB689b690/0xcebA9300f2b948710d2653dD7B07f33A8B32118C"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants