-
Notifications
You must be signed in to change notification settings - Fork 101
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
Wallet adapter fails to use fullnode url at submitTransaction
#392
Comments
Hi @JackyWYX , thanks for reporting. The adapter logic is - first check the wallet supports But when a wallet doesnt support that feature, then the adapter assumes only Aptos networks. I think adding optional |
Hello, do you have a time schedule? |
could probably only start working on it mid-late September - are you open to submit a PR for that? |
Description
Code
During
submitTransaction
, a newAptosConfig
is created, but the new config does not include the optionalfullnode
field in the config data structure, which will lead tofullnode
config does not take effect when submitting transaction.Proposed solution
Add optional
fullnode
url and other optional settings fromAptosConfig
when creating the newAptosConfig
atsubmitTransaction
The text was updated successfully, but these errors were encountered: