From 654d33c0377f1916b6248677cbcbe6900cb6ee92 Mon Sep 17 00:00:00 2001 From: pjt <26487010+PierreJeanjacquot@users.noreply.github.com> Date: Mon, 28 Jun 2021 12:05:09 +0200 Subject: [PATCH] fix EIP-1193 Provider link --- docs.wrm/api/providers/other.wrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.wrm/api/providers/other.wrm b/docs.wrm/api/providers/other.wrm index d101eff234..b331ff7a6b 100644 --- a/docs.wrm/api/providers/other.wrm +++ b/docs.wrm/api/providers/other.wrm @@ -99,7 +99,7 @@ application to ethers by wrapping an existing Web3-compatible (such as a [Web3WsProvider](link-web3-ws)) and exposing it as an ethers.js [[Provider]] which can then be used with the rest of the library. -This may also be used to wrap a standard [EIP-1193 Provider](link-eip-1193]. +This may also be used to wrap a standard [EIP-1193 Provider](link-eip-1193). _property: new ethers.providers.Web3Provider(externalProvider [, network ]) Create a new **Web3Provider**, which wraps an [EIP-1193 Provider](link-eip-1193) or