You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Cyberscope audit new contracts for HouseOfReserve, HouseOfCoin, and AssetsAccountant, are required to be deployed.
This will require the front-end to handle both v1 contracts and v2 contracts.
The changes also introduced abi updates that should be considered:
ReserveIds in Assets accountant now returns an array:
After Cyberscope audit new contracts for HouseOfReserve, HouseOfCoin, and AssetsAccountant, are required to be deployed.
This will require the front-end to handle both v1 contracts and v2 contracts.
The changes also introduced abi updates that should be considered:
ReserveIds in Assets accountant now returns an array:
xocolatl-frontend/src/abis.ts
Line 51 in 200180b
checkRemainingMintingPower now takes the house of reserve address as an input instead of reserve asset.
xocolatl-frontend/src/abis.ts
Line 116 in 200180b
computeUserHealthRatio now takes the house of reserve address as an input instead of reserve asset.
xocolatl-frontend/src/abis.ts
Line 118 in 200180b
getBackedTokenID was removed from HouseOfCoin.
xocolatl-frontend/src/abis.ts
Line 119 in 200180b
The text was updated successfully, but these errors were encountered: