Accessing mangrove's address is not intuitive
jkrivine opened this issue · 1 comments
jkrivine commented
Accessing mangrove's address using the SDK can be done via mgv._address
while, for instance the address of a token can be retrieved using mgv.token('DAI').address
I suggest to use a field address
for Mangrove class as well.
peterMangrove commented
This change has been made in #893