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

Median value populated for address w/o transactions #28

Open
abtestingalpha opened this issue Jun 3, 2022 · 0 comments
Open

Median value populated for address w/o transactions #28

abtestingalpha opened this issue Jun 3, 2022 · 0 comments

Comments

@abtestingalpha
Copy link
Collaborator

abtestingalpha commented Jun 3, 2022

Addresses w/o transactions are generating a value in the median query. Below is an example, but additionally, generating addresses with Vanity ETH, same issue comes up.

query {
medianBridgeAmount(address:"0xE9b50da104cfe9FF07CaDa6Dab6DF4fF912791aB") {
  value
  }
}

Returns

{
  "data": {
    "medianBridgeAmount": {
      "value": "3650"
    }
  }
}

However, that address has no bridge transactions:

query {
  bridgeTransactions(address:"0xE9b50da104cfe9FF07CaDa6Dab6DF4fF912791aB"){
    fromInfo{
      chainId
    }
  }
}

Returns

{
  "data": {
    "bridgeTransactions": []
  }
}
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

1 participant