interlay / interbtc-squid

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

Refactor [breaking]: Replace currency/token 'symbol' with 'ticker' #138

Open bvotteler opened 1 year ago

bvotteler commented 1 year ago

The nomenclature around most of the stack is to use the term ticker for short-hand currency and token identifiers, rather than symbol as squid does.

Let's replace symbol with ticker for consistency, but beware this is a breaking change. So check in with the UI team, as well as Dom for Grafana dashboards which probably query for symbol, too.