-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: partial prepareCalls impl #789
Conversation
e9f08ff
to
63b5319
Compare
…nto feat/wallet-service
db27fe3
to
a8f4556
Compare
a8f4556
to
5618a86
Compare
|
||
let pimlico_client = BundlerClient::new(BundlerConfig::new( | ||
format!( | ||
"https://rpc.walletconnect.com/v1/bundler?chainId={}&projectId={}&bundler=pimlico", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can use bundler_rpc_call instead of the direct URL request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to use this; but I need to refactor the library to support this sort of arbitrary function call vs needing an HTTP request.
Description
Functional implementation of prepareCalls according to these specs. Just duping this all in this repo for now to get this working, we can refactor into yttrium in another PR. There are a few details remaining to be implemented, but these will also be in a follow-up PR:
Also updates copyright.
Depends on reown-com/yttrium#28
Depends on https://walletconnect.slack.com/archives/C03SCF66K2T/p1727098325949169
How Has This Been Tested?
Not tested
Due Diligence