支付域名识别更新:Vercel → polyweather.top

payment-host.ts 新增 polyweather.top。site-url.ts/wallet.ts/usePaymentFlow/AccountCenter 硬编码域名替换。PRODUCTION_SITE_URL 改为 https://polyweather.top
This commit is contained in:
2569718930@qq.com
2026-05-26 00:33:02 +08:00
parent 3d0d099cb9
commit 617d3c910e
7 changed files with 7 additions and 1124 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ export async function getWalletConnectProvider(
const origin =
typeof window !== "undefined"
? window.location.origin
: "https://polyweather-pro.vercel.app";
: "https://polyweather.top";
const provider = (await EthereumProvider.init({
projectId: WALLETCONNECT_PROJECT_ID,
chains: [chainId],