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

Update exports on utils/index #1903

Open
paulo-ocean opened this issue Jan 23, 2025 · 0 comments · May be fixed by #1904
Open

Update exports on utils/index #1903

paulo-ocean opened this issue Jan 23, 2025 · 0 comments · May be fixed by #1904
Assignees
Labels
Type: Bug Something isn't working

Comments

@paulo-ocean
Copy link
Contributor

paulo-ocean commented Jan 23, 2025

Some functions are not exported outside the SDK
One example are all the functions inside src/utils/Adresses.ts (like calculateActivateTemplateIndex which is used on the CLI (duplicated for now)
We need to update src/utils/index
with
export * from './Adresses' (and eventually also refactor the file name)
(and maybe other files missing)

@paulo-ocean paulo-ocean added the Type: Bug Something isn't working label Jan 23, 2025
@paulo-ocean paulo-ocean self-assigned this Jan 23, 2025
@paulo-ocean paulo-ocean linked a pull request Jan 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant