Skip to content

Commit

Permalink
Changed filename for metamask OpenRPC document (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Jan 24, 2023
1 parent 50a6178 commit f2938bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api-documentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Link from "@material-ui/core/Link";
import useInspectorActionStore from "../stores/inspectorActionStore";
import { OpenrpcDocument } from "@open-rpc/meta-schema";

const docsUrl = 'https://raw.githubusercontent.com/MetaMask/api-specs/gh-pages/latest/metamask-openrpc.json';
const docsUrl = 'https://raw.githubusercontent.com/MetaMask/api-specs/gh-pages/latest/openrpc.json';

interface RequestArguments {
readonly method: string;
Expand Down

0 comments on commit f2938bf

Please sign in to comment.