mstable / mStable-apps

All mStable apps
GNU Lesser General Public License v3.0
14 stars 24 forks source link

[Staking App] MerkleDrop Subgraph issue #211

Open dimsome opened 2 years ago

dimsome commented 2 years ago

Describe the bug On the staking page https://staking.mstable.app/#/stake the MerkleDrop subgraph is queried, however a error is returned Type Query has no field accounts

To Reproduce Steps to reproduce the behavior:

  1. Go to https://staking.mstable.app/#/stake
  2. Connect Wallet
  3. Subgraph error
  4. Click on Verify claim, to see a further error

Screen Shot 2022-09-22 at 17 03 53

Screen Shot 2022-09-22 at 17 03 27

Expected behavior No Error

calvinkei commented 2 years ago

found the repo for the correct subgraph https://github.com/mstable/merkle-drop

however, subgraph studio does not support kovan, to fix this we need to reuse the hosted service endpoint

Screenshot 2022-09-25 at 10 45 44 PM