mangrovedao/mangrove.js

Accessing mangrove's address is not intuitive

jkrivine opened this issue · 1 comments

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.

This change has been made in #893