Skip to content

Commit

Permalink
Fixed openrpcDocument to be a fixed version (#1282)
Browse files Browse the repository at this point in the history
Use the versioned link to the api specs so its a bit less confusing on how to deploy
  • Loading branch information
shanejonas authored Apr 22, 2024
1 parent 7a287bf commit aa22ccb
Showing 1 changed file with 1 addition and 1 deletion.
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/latest/openrpc.json",
openrpcDocument: "https://metamask.github.io/api-specs/0.8.2/openrpc.json",
path: "reference",
sidebarLabel: "JSON-RPC API",
},
Expand Down

0 comments on commit aa22ccb

Please sign in to comment.