Skip to content

Commit 0ff7adc

Browse files
committed
Merge
Signed-off-by: bgravenorst <[email protected]>
1 parent 4cc9852 commit 0ff7adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/plugin-json-rpc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async function fetchMultipleData(
6969
}
7070

7171
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'
72+
export const MM_RPC_URL = 'https://metamask.github.io/api-specs/latest/openrpc.json'
7373
export const MM_REF_PATH = 'wallet/reference/json-rpc-methods'
7474

7575
export enum NETWORK_NAMES {

0 commit comments

Comments
 (0)