From 414877b3525ee130d3a1ec68e4697dbc12cb315a Mon Sep 17 00:00:00 2001 From: Shane Date: Tue, 19 Mar 2024 09:59:19 -0700 Subject: [PATCH 1/2] Update api-1 with MetaMask docs reference API link --- developer-docs/api-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-docs/api-1/README.md b/developer-docs/api-1/README.md index 9d547f0..1427d03 100644 --- a/developer-docs/api-1/README.md +++ b/developer-docs/api-1/README.md @@ -16,7 +16,7 @@ HyperPlay is a web3-native game launcher with wallet integration. The launcher a The HyperPlay API references many of the calls found in MetaMask's and geth's JSON RPC endpoints. The next sections will provide some examples. -{% embed url="https://metamask.github.io/api-playground/api-documentation" %} +{% embed url="https://docs.metamask.io/wallet/reference/json-rpc-api/" %} {% embed url="https://ethereumbuilders.gitbooks.io/guide/content/en/ethereum_json_rpc.html" %} From 1f425b266150348ed3ff2d1d22556ec8414d6fa3 Mon Sep 17 00:00:00 2001 From: Shane Date: Tue, 19 Mar 2024 10:00:53 -0700 Subject: [PATCH 2/2] Update api docs link to MetaMask API reference --- developer-docs/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-docs/api/README.md b/developer-docs/api/README.md index f025a19..42cd86e 100644 --- a/developer-docs/api/README.md +++ b/developer-docs/api/README.md @@ -16,7 +16,7 @@ HyperPlay is a web3-native game launcher with wallet integration. The launcher a The HyperPlay API references many of the calls found in MetaMask's and geth's JSON RPC endpoints. The next sections will provide some examples. -{% embed url="https://metamask.github.io/api-playground/api-documentation" %} +{% embed url="https://docs.metamask.io/wallet/reference/json-rpc-api/)" %} {% embed url="https://ethereumbuilders.gitbooks.io/guide/content/en/ethereum_json_rpc.html" %}