Following @kseikyo 's request for the return data of frontend_data_provider.get_trove_assets_info() to include the trove ID and trove owner address, I have added a new TroveInfo type with this information.
I have updated the devnet deployment addresses and devnet dump file as well (I had to redeploy devnet as I did not have the original state file). Once approved, I will redeploy the frontend data provider on Sepolia (upgrade would not work since we now need to pass the abbot address into the constructor).
Following @kseikyo 's request for the return data of
frontend_data_provider.get_trove_assets_info()
to include the trove ID and trove owner address, I have added a newTroveInfo
type with this information.I have updated the devnet deployment addresses and devnet dump file as well (I had to redeploy devnet as I did not have the original state file). Once approved, I will redeploy the frontend data provider on Sepolia (upgrade would not work since we now need to pass the abbot address into the constructor).