Skip to content

Commit e466717

Browse files
committed
address reviewer comments
1 parent 54157fd commit e466717

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/tutorials/upgrade-eoa-to-smart-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Also, update the connect/disconnect button to reset states when disconnected:
343343
```
344344
345345
In the development server, test that the button works to send batch transactions from your wallet.
346-
Make sure you are connected to the Sepolia network in MetaMask.
346+
Ensure you are connected to the Sepolia network in MetaMask.
347347
MetaMask prompts you to upgrade your EOA to a smart account in order to send a batch transaction:
348348
349349
<div class="imgRow">
@@ -474,8 +474,8 @@ Then, create a button to check the batch transaction status:
474474
// ...
475475
```
476476
477-
In the development server, when you send a new batch transaction, if the transaction is successful, the success state and the **Check Transaction Status** button displays.
478-
When you select the **Check Transaction Status** button, if the transaction is confirmed, a link to Etherscan with your transaction hash displays:
477+
In the development server, when you send a successful batch transaction, the success state and the **Check Transaction Status** button appear.
478+
When you select the **Check Transaction Status** button, if the transaction is confirmed, a link to Etherscan with your transaction hash appears:
479479
480480
<div class="imgRow">
481481
<div class="imgCol">

0 commit comments

Comments
 (0)