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 frontend dependencies and example endpoints #82

Merged
merged 3 commits into from
Nov 1, 2024

Conversation

adairrr
Copy link
Contributor

@adairrr adairrr commented Nov 1, 2024

Update the frontend dependencies and example endpoints.

@adairrr adairrr requested review from CyberHoward and Buckram123 and removed request for CyberHoward November 1, 2024 02:37
@adairrr adairrr changed the title Update dependencies and example endpoints Update frontend dependencies and example endpoints Nov 1, 2024
@adairrr
Copy link
Contributor Author

adairrr commented Nov 1, 2024

@Buckram123 we need to update the publisher stuff in the publish scripts and the integration tests... not sure what is proper anymore.

.publisher_builder(adapter_namespace)
.build()?;
// Get the [`Account`] that owns the namespace, otherwise create a new one and claim the namespace
let publisher_acc = abstract_client.fetch_or_build_account(adapter_namespace, |builder| builder.namespace(Namespace::from_id({{adapter_name | shouty_snake_case}}_ID).unwrap()))?;
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be nice to just clone namespace, but "builder fn" doesn't capture environment, as it's function instead of closure, fixed in AbstractSDK/abstract#519

@Buckram123
Copy link
Contributor

@Buckram123 we need to update the publisher stuff in the publish scripts and the integration tests... not sure what is proper anymore.

Updated!

@adairrr adairrr merged commit c0f1d30 into main Nov 1, 2024
4 checks passed
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