ozLoupeFacetV1_2
Second upgrade of ozLoupeFacet.
This one is just to add one method so the front-end is capable of integrating the creation of Accounts (ozAccountProxyL2) in L2 directly.
Open methods
getTokenDatabase
function getTokenDatabase() external view returns(address[] memory);Returns all the tokens supported by the protocol.
Return values:
Type
Description
address[]
Supported tokens
Last updated