Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor cli folder #1428

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

refactor cli folder #1428

wants to merge 22 commits into from

Conversation

LijuJoseJJ
Copy link
Contributor

@LijuJoseJJ LijuJoseJJ commented May 17, 2023

What does this implement/fix? Explain your changes.

This PR deletes cli folder and place its common used files in common-files folders and refactor codes accordingly

Does this close any currently open issues?

What commands can I run to test the change?

This PR merge will definitely break other PR in the list, if their code change touches cli folder

Any other comments?

@LijuJoseJJ LijuJoseJJ changed the title Liju.jose/refactor cli folder refactor cli folder May 17, 2023
@LijuJoseJJ LijuJoseJJ requested a review from Westlad May 17, 2023 02:06
@@ -4,13 +4,6 @@ export const TOKEN_TYPE = {
ERC1155: 'ERC1155',
};

export const TX_TYPES = {
Copy link
Contributor

@Westlad Westlad May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you rename this file nf3.mjs? Use of sdk.mjs is confusing as there is no sdk in this repo and that makes it hard to know what uses these constants.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants