We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc9852 commit 0ff7adcCopy full SHA for 0ff7adc
src/plugins/plugin-json-rpc.ts
@@ -69,7 +69,7 @@ async function fetchMultipleData(
69
}
70
71
export const RPC_NETWORK_URL = 'https://sot-network-methods.vercel.app/specs'
72
-export const MM_RPC_URL = 'http://127.0.0.1:8080/openrpc.json'
+export const MM_RPC_URL = 'https://metamask.github.io/api-specs/latest/openrpc.json'
73
export const MM_REF_PATH = 'wallet/reference/json-rpc-methods'
74
75
export enum NETWORK_NAMES {
0 commit comments