From 59dbbb443316da2d3e7304127b6d2734c7644302 Mon Sep 17 00:00:00 2001 From: Tom Quirk <12551741+tomquirk@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:32:11 +1000 Subject: [PATCH] fix: coinbase wallet --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 1871dbf666..58e100a09d 100644 --- a/next.config.js +++ b/next.config.js @@ -65,6 +65,7 @@ const CONNECT_SRC = [ 'https://*.safe.global', 'https://*.snapshot.org', 'https://*.wallet.coinbase.com', + 'wss://www.walletlink.org/rpc', // Coinbase ...WALLET_CONNECT_URLS, 'https://*.supabase.co', 'https://api.ensideas.com',