protocol-subgraphs icon indicating copy to clipboard operation
protocol-subgraphs copied to clipboard

consistent symbol naming

Open sakulstra opened this issue 3 years ago • 0 comments

Current state of symbol naming:

Subgraph
  • mainnet we return aToken.symbol.slice(1) -> e.g. ~~a~~USDC on proto, but ~~a~~AamUSDC on amm
UI helper contracts
  • always return aToken.symbol

We can surely work around that, but it's weird. I'd rather have it consistent.

sakulstra avatar Mar 03 '21 15:03 sakulstra