Skip to content

Commit

Permalink
Add Coinbase link to mlc_config.json to avoid 403
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Dec 3, 2024
1 parent baaafa5 commit fa6b8ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/get-started/connect.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Connect to Linea
description: Learn how to connect wallets to Linea.
image: /img/socialCards/connect-to-linea.jpg
---

import Tabs from '@theme/Tabs';
Expand Down Expand Up @@ -72,4 +73,4 @@ for instructions on how to add RPC endpoints.
- [Coinbase Wallet](https://help.coinbase.com/en/wallet/layer2-networks/layer2-networks-and-sidechains)
- [Ledger](https://support.ledger.com/article/17822826153757-zd)
- [Trust Wallet](https://community.trustwallet.com/t/how-to-add-a-custom-network-on-the-trust-wallet-mobile-app/626781)
- [Rainbow](https://rainbow.me/support/extension/custom-networks-on-the-browser-extension)
- [Rainbow](https://rainbow.me/support/extension/custom-networks-on-the-browser-extension)
3 changes: 3 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
},
{
"pattern": "https://rpc.sepolia.linea.build"
},
{
"pattern": "https://help.coinbase.com/en/wallet/layer2-networks/layer2-networks-and-sidechains"
}
]
}
Expand Down

0 comments on commit fa6b8ec

Please sign in to comment.