interlay / interbtc-squid

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

Look up usdt #99

Closed mafux777 closed 1 year ago

mafux777 commented 1 year ago

USDT asset ID is now looked up properly, a cache is created at the start of the processor run. If a new asset ID is added and the processor is not restarted, it should still work, because if there is a cache miss the existing code queries for it.

bvotteler commented 1 year ago

Please create a new branch starting from master. Then apply the change and open a new PR.

All commits before the actual change in b3a44bc were part of a previous PR #90 .

We can't merge this as is.