This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Removing setERC20Metadata function and adding it to Initializer#45
Merged
zomglings merged 2 commits intobugout-dev:mainfrom May 16, 2022
Merged
Conversation
…ializer to be compliant
Member
|
@uchami-lg : Can you please run black formatting on this code?
and then commit and push. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_paramswas added to thefacet_cutfunction.How to test these changes?
test_moonstream has been modified in order to check that everything is working properly.