Skip to content

Commit

Permalink
api-specs version 0.9.3 (MetaMask#1300)
Browse files Browse the repository at this point in the history
* api-specs version 0.9.3

* fix link
  • Loading branch information
alexandratran authored May 6, 2024
1 parent 0fea9df commit 83c8447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const config = {
}],
],
openrpc: {
openrpcDocument: "https://metamask.github.io/api-specs/0.8.4/openrpc.json",
openrpcDocument: "https://metamask.github.io/api-specs/0.9.3/openrpc.json",
path: "reference",
sidebarLabel: "JSON-RPC API",
},
Expand Down
2 changes: 1 addition & 1 deletion snaps/learn/best-practices/security-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The following are guidelines for validating RPC parameters and handling values:
Avoid using the following deprecated methods:

- `wallet_enable`, which is deprecated in favor of
[`wallet_requestSnaps`](/wallet/reference/wallet_requestsnaps).
[`wallet_requestSnaps`](../../reference/wallet-api-for-snaps.md#wallet_requestsnaps).

- `snap_confirm`, which is deprecated in favor of [`snap_dialog`](../../reference/snaps-api.md#snap_dialog).

Expand Down

0 comments on commit 83c8447

Please sign in to comment.