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

chore: prepare for the first release #18

Merged
merged 4 commits into from
Nov 1, 2024
Merged

Conversation

krzysu
Copy link
Contributor

@krzysu krzysu commented Oct 31, 2024

  • remove experimental methods as likely not supported and no time right now to test them
  • fix watchAsset method and retested with all wallets
  • improve docs and prepare for the first release

@krzysu krzysu marked this pull request as ready for review October 31, 2024 12:48
@@ -172,7 +118,7 @@ export class WalletRpcPlugin extends Web3PluginBase<WalletRpcApi> {
public async watchAsset(param: WatchAssetRequest): Promise<boolean> {
return this.requestManager.send({
method: 'wallet_watchAsset',
params: [param],
params: param,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was the issue with watchAsset

@krzysu krzysu merged commit e73f420 into main Nov 1, 2024
4 checks passed
@krzysu krzysu deleted the feat-prepare-first-release branch November 1, 2024 08:00
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.

4 participants