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

replace web3v1 with modern equivalent in ck / cli / etc #312

Open
Tracked by #64
aaronmgdr opened this issue Jul 25, 2024 · 2 comments
Open
Tracked by #64

replace web3v1 with modern equivalent in ck / cli / etc #312

aaronmgdr opened this issue Jul 25, 2024 · 2 comments

Comments

@aaronmgdr
Copy link
Member

aaronmgdr commented Jul 25, 2024

actual work for #64

At the end of this the developer tooling repo will have zero uses of [email protected]

The after #303 we will have a better understanding of exactly what will be done. at that point we will create other tasks

@aaronmgdr
Copy link
Member Author

the estimate went down because #318 now accounts for a portion of the work

@aaronmgdr
Copy link
Member Author

for wrappers here are 2 options

  1. go for near 1 to 1 interface / capability with current Wrappers. use getContract from viem to get base class and add on from there

  2. only provide functions when there was a lot of complexity going on behind the function call before. for calls where we just forwarded to contract it is easy for people to do this themselves. provided they have the ABI and the contractAddress.

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

No branches or pull requests

2 participants