Skip to content

Commit

Permalink
docs: fixed paragraph leaking into code in migration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 18, 2024
1 parent 9276187 commit 16b8e18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs.wrm/migrating.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ _code: wrapping EIP-1193 providers @lang<script>
// v6:
provider = new ethers.BrowserProvider(window.ethereum)

_null:

Also, the method for broadcasting transactions to the network has
changed:

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

_null:

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

0 comments on commit 16b8e18

Please sign in to comment.