From cc6f38d077587d554745db9891d561ed10ae5e93 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 25 Sep 2024 11:54:50 +0200 Subject: [PATCH] Update index.ts --- apps/quick-dapp/src/actions/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/quick-dapp/src/actions/index.ts b/apps/quick-dapp/src/actions/index.ts index 46c2150572..fbcda6ac4d 100644 --- a/apps/quick-dapp/src/actions/index.ts +++ b/apps/quick-dapp/src/actions/index.ts @@ -10,8 +10,8 @@ const { encodeFunctionId } = execution.txHelper; const surgeClient = new SurgeClient({ // surge backend doesn't support cross-domain, that's why the proxy goes - // here is the codebase of proxy: https://github.com/drafish/vercel-proxy - proxy: 'https://vercel-proxy-bice-six.vercel.app', + // here is the codebase of proxy: https://github.com/remix-project-org/remix-wildcard/blob/master/src/hosts/common-corsproxy.ts + proxy: 'https://common-corsproxy.remixproject.org/', onError: (err: Error) => { console.log(err); },