diff --git a/docs/get-started/connect.mdx b/docs/get-started/connect.mdx index 51c0d91c0..c8ac5da72 100644 --- a/docs/get-started/connect.mdx +++ b/docs/get-started/connect.mdx @@ -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'; @@ -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) \ No newline at end of file +- [Rainbow](https://rainbow.me/support/extension/custom-networks-on-the-browser-extension) diff --git a/mlc_config.json b/mlc_config.json index 759f71b13..fe0b53b3c 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -20,6 +20,9 @@ }, { "pattern": "https://rpc.sepolia.linea.build" + }, + { + "pattern": "https://help.coinbase.com/en/wallet/layer2-networks/layer2-networks-and-sidechains" } ] }