interlay / interbtc-squid

Subquid GraphQL schema and indexer for the Interlay and Kintsugi networks
Apache License 2.0
4 stars 7 forks source link

Add support for AMM LpTokens #65

Closed jtfirek closed 1 year ago

jtfirek commented 1 year ago

Once support for MMA tokens are merged into the lib type currencyExt, we should add support on the squid side. Here is a comment by Peter about the matter. https://github.com/interlay/interbtc-squid/pull/62#discussion_r1088834377 I have added the need functionally into a commented section in the code for #62, but this code needs to be uncommented once the support for these tokens is live in the lib.

bvotteler commented 1 year ago

A lib version supporting those currencies and the method mentioned by Peter has been added in the latest squid version. Meaning: This issue is now unblocked.

bvotteler commented 1 year ago

PR #82 completed the work needed for this issue.