File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# MetaMask API Specs
22
33API Playground: https://metamask.github.io/api-playground/api-documentation
4+ API Reference Docs: https://docs.metamask.io/wallet/reference/json-rpc-api/
45
56Latest build: https://metamask.github.io/api-specs/latest/openrpc.json
67
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const yaml = require("js-yaml");
66const MetaMaskOpenRPC = yaml . load ( fs . readFileSync ( __dirname + "/openrpc.yaml" , "utf8" ) ) ;
77
88const getFilteredExecutionAPIs = ( ) => {
9- return fetch ( "https://raw.githubusercontent.com/ethereum/execution-apis/assembled-spec /refs-openrpc.json" )
9+ return fetch ( "https://raw.githubusercontent.com/ethereum/execution-apis/59e6a6f9947859e8bb41bc63b248aa026b0781bd /refs-openrpc.json" )
1010 . then ( async ( res ) => {
1111 return filterExecutionAPIs ( await res . json ( ) ) ;
1212 } ) ;
You can’t perform that action at this time.
0 commit comments