The balance page is unable to get the vault information due to technical difficulties and simply shows PT #{{tranche_id}}
It is quite difficult to get vault_underlying_token, because we can only get the denom irs/tranche/1/pt from the balance query, so we need to do some looping to get the vault information from here.
I'll add a query to the backend and address it in a future update.
PT {{vault_underlying_token}} #{{tranche_id}}
The balance page is unable to get the vault information due to technical difficulties and simply shows
PT #{{tranche_id}}
It is quite difficult to get
vault_underlying_token
, because we can only get the denom irs/tranche/1/pt from the balance query, so we need to do some looping to get the vault information from here. I'll add a query to the backend and address it in a future update.