Git Product home page Git Product logo

compound-v2-subgraph's People

Contributors

davekaj avatar dependabot[bot] avatar jflatow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

compound-v2-subgraph's Issues

cETH underlyingPrice is 0 must be always 1

Get Markets data

curl --request POST \
  --url https://api.thegraph.com/subgraphs/name/graphprotocol/compound-v2 \
  --header 'content-type: application/json' \
  --data '{"query":"{\n  \n  markets {\n    name,\n    underlyingSymbol,\n    underlyingPrice    \n  }\n  \n}\n\n\n"}'

 {
        "name": "Compound Ether",
        "underlyingSymbol": "ETH",
        "underlyingPrice": "0"
   }

cEth "underlyingPrice": "0" 1 ETH is always = 1 ETH and main calculation unit is Ether in compound.

underlyingPrice participates in function totalCollateralValueInEth in compound-subgraph-wrapper https://github.com/graphprotocol/compound-subgraph-wrapper/blob/master/src/index.ts#L136

tokenInEth = collateralFactor * exchangeRate * underlyingPrice;  // always returns 0 when collateral is cEth. 
totalCollateralValueInEth = tokenInEth * cTokenBalance;

Querying with a block number throws an error

Trying out the following query:

{
  markets(block:{number: 10452217}, first: 7) {
    borrowRate
    cash
    collateralFactor
    exchangeRate
    interestRateModelAddress
    name
    reserves
    supplyRate
    symbol
    id
    totalBorrows
    totalSupply
    underlyingAddress
    underlyingName
    underlyingPrice
    underlyingSymbol
    reserveFactor
    underlyingPriceUSD
  }
}

gives the following error:

{
  "errors": [
    {
      "message": "Invalid value provided for argument `block`: Variable(\"_v2_block\")",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ],
      "path": [
        "markets"
      ],
      "extensions": {
        "code": "INTERNAL_SERVER_ERROR",
        "exception": {
          "errors": [
            {
              "message": "Invalid value provided for argument `block`: Variable(\"_v2_block\")",
              "locations": [],
              "path": [
                "markets"
              ]
            }
          ]
        }
      }
    }
  ],
  "data": null
}

Tried this out with other subgraphs and block querying seems to work with them.

USDT Tether Support

There is no Tether support - is there a way to manually add in the token address maybe?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.