Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/tools/dApp-development/tutorials/access-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ First, you'll need an Alchemy API key to authenticate your requests. You can [cr
!!! tip "Optional"
You can also pull existing API keys by hovering over **Apps** and selecting one. You can **View Key** here, as well as **Edit App** to whitelist specific domains, see several developer tools, and view analytics.

<center>
![img](https://files.readme.io/f0dbb19-ezgif.com-gif-maker_1.gif)
</center>
<div style="text-align: center;">
<img src="https://files.readme.io/f0dbb19-ezgif.com-gif-maker_1.gif" alt="Alchemy App Creation GIF">
</div>

### Making a cURL request

Expand Down
8 changes: 5 additions & 3 deletions docs/tools/wallets/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ There are companion plugins for wallets that help detect, warn, and prevent mali

Be sure to select **Layer 2** on the Filter menu on the left side of the page to list wallets that are compatible with Polygon networks.

<center>
[![ethereum.org Wallet List](../../img/tools/wallet/getting-started/ethereum-org-wallets.gif)](https://ethereum.org/en/wallets/find-wallet/)
</center>
<div style="text-align: center;">
<a href="https://ethereum.org/en/wallets/find-wallet/" target="_blank">
<img src="/img/tools/wallet/getting-started/ethereum-org-wallets.gif" alt="ethereum.org Wallet List">
</a>
</div>

## Polygon portal

Expand Down
6 changes: 3 additions & 3 deletions docs/zkEVM/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ comments: true

Add a full network configuration to your wallet in one click.

<center>
![img](../../img/zkEVM/chainlist-add-network.gif)
</center>
<div style="text-align: center;">
<img src="/img/zkEVM/chainlist-add-network.gif" alt="Add Network to Wallet">
</div>

Chainlist is a site that provides a button to connect your wallet to the Polygon zkEVM mainnet and the Polygon Cardona zkEVM testnet.

Expand Down