Skip to content

Commit 16b8e18

Browse files
committed
docs: fixed paragraph leaking into code in migration docs
1 parent 9276187 commit 16b8e18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs.wrm/migrating.wrm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ _code: wrapping EIP-1193 providers @lang<script>
214214
// v6:
215215
provider = new ethers.BrowserProvider(window.ethereum)
216216

217+
_null:
218+
217219
Also, the method for broadcasting transactions to the network has
218220
changed:
219221

@@ -224,6 +226,7 @@ _code: broadcasting transactions @lang<script>
224226
// v6
225227
provider.broadcastTransaction(signedTx)
226228

229+
_null:
227230

228231
The ``StaticJsonRpcProvider`` in v5 is now integrated into the v6
229232
``JsonRpcProvider`` directly. When connecting to a network which

0 commit comments

Comments
 (0)