-
Notifications
You must be signed in to change notification settings - Fork 56
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
base: master
Are you sure you want to change the base?
refactor cli folder #1428
Conversation
common-files/constants/sdk.mjs
Outdated
@@ -4,13 +4,6 @@ export const TOKEN_TYPE = { | |||
ERC1155: 'ERC1155', | |||
}; | |||
|
|||
export const TX_TYPES = { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed
What does this implement/fix? Explain your changes.
This PR deletes
cli
folder and place its common used files incommon-files
folders and refactor codes accordinglyDoes 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
folderAny other comments?