You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Some functions are not exported outside the SDK
One example are all the functions inside
src/utils/Adresses.ts
(likecalculateActivateTemplateIndex
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)
The text was updated successfully, but these errors were encountered: