Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock committed Jun 21, 2024
1 parent 1c7bcce commit 3256538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snaps/learn/tutorials/gas-estimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ You have integrated a public API into MetaMask and displayed real-time gas fee e
If you click the **Send message** button and receive an error message similar to the following, update `packages/site/src/pages/index.tsx`:

<p align="center">
<img src={require('../../assets/snaps-error-gas-estimation.png').default}" alt="Button error for gas estimation" width="400px" style={{border: '1px solid #DCDCDC'}} />
<img src={require('../../assets/snaps-error-gas-estimation.png').default} alt="Button error for gas estimation" width="800px" style={{border: '1px solid #DCDCDC'}} />
</p>

Replace `await invokeSnap({ method: 'hello' })` on line 114 of `packages/site/src/pages/index.tsx` with the following code:
Expand Down

0 comments on commit 3256538

Please sign in to comment.