From 704d4b6f7eaa198d943cb8603bf13e20180c30d8 Mon Sep 17 00:00:00 2001 From: tomiir Date: Mon, 7 Oct 2024 19:32:55 -0300 Subject: [PATCH] chore: rollback secure site url change --- apps/laboratory/tests/shared/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/laboratory/tests/shared/constants/index.ts b/apps/laboratory/tests/shared/constants/index.ts index 6734422c85..070fa819de 100644 --- a/apps/laboratory/tests/shared/constants/index.ts +++ b/apps/laboratory/tests/shared/constants/index.ts @@ -8,5 +8,5 @@ export const DEFAULT_SESSION_PARAMS: SessionParams = { optAccounts: ['1', '2'], accept: true } -export const SECURE_WEBSITE_URL = 'https://secure.reown.com' +export const SECURE_WEBSITE_URL = 'https://secure.walletconnect.org' export const DEFAULT_CHAIN_NAME = process.env['DEFAULT_CHAIN_NAME'] || 'Ethereum'