compound-v2-subgraph
compound-v2-subgraph copied to clipboard
The lack of MKR in the market has been dealt with in pr.
Fix #15. Changes the uses of getUnderlyingPrice, name, symbol to try_getUnderlyingPrice, try_name, try_symbol...etc Current subgraph is stuck at Block 12,996,808  By add try_ to those functions, it would be...
https://github.com/graphprotocol/compound-v2-subgraph/pull/10 @juanmardefago put together this PR, and pointed out that the price oracle for compound is a bit messy. It could use a refactor. Next time we update this, we...