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

migrate to ethers v6 #30

Closed

Conversation

gsteenkamp89
Copy link
Collaborator

motivation

To integrate Core network, we need ot update gosis/zodiac package. Zodia's new version depends on ethers v6, which will break this app. This PR migrates to using ethers v6 and gnosis/zodianc v4.

NOTE:
We can only merge this PR After

Copy link

vercel bot commented Feb 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
osnap-safe-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2024 4:55pm

@@ -165,11 +165,11 @@ export function useOgDeployer(initialConfig?: Partial<OgDeployerConfig>) {
return undefined;
}

return () => {
return async () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

this now results in returning async deploy function while activateOsnap in OsnapCard expects synchronous call. This results in build failing

Signed-off-by: david <david@umaproject.org>
@daywiss
Copy link
Collaborator

daywiss commented Feb 14, 2024

this isnt quite working yet based on my testing, not sure whats going on yet

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.

3 participants