Updated yarn.lock, use try_getUnderlyingPrice#16
Updated yarn.lock, use try_getUnderlyingPrice#16juanmardefago merged 1 commit intographprotocol:masterfrom
Conversation
|
|
@ghostry did you run the code in your own infrastructure and got that error? |
The issue of the contract is already okay. |
|
Hi it seems this fix might help on unblocking the current subgraph blockage. (I tried a bit on my subgraph studio, and found several other functions are also needed to wrap with try_ in order to unblock.) Since this PR is 20+ days ago, not sure if it's still active here. Thanks |
|
this code is deployed on my own subgraph as a workaround (https://thegraph.com/hosted-service/subgraph/juanmardefago/compound-v2) but ideally should be merged to the original one. There might be additional places where Feel free to continue with your PR, I'm quite sure there are other possible failure points which you might cover there :) |
Could potentially fix #15. Changes the uses of
getUnderlyingPriceto a safe call withtry_getUnderlyingPrice.We will need to restart the js wrappers after merging and deploying.