bugout-dev / dao

Moonstream DAO
Apache License 2.0
17 stars 7 forks source link

Removing setERC20Metadata function and adding it to Initializer #45

Closed uchami-lg closed 2 years ago

uchami-lg commented 2 years ago

Changes

In order to be compliant with exchanges we need symbol and name to be fixed. So that's why instead of having a default symbol MNSTR and name Moonstream DAO. The values are provided to the initializer to do that an optional parameter initializer_params was added to the facet_cut function.

How to test these changes?

test_moonstream has been modified in order to check that everything is working properly.

zomglings commented 2 years ago

@uchami-lg : Can you please run black formatting on this code?

black dao/

and then commit and push.