From 30da194c5033221ac4c846a03f8fb2f27cfa1dd9 Mon Sep 17 00:00:00 2001 From: zzq0826 <770166635@qq.com> Date: Thu, 14 Nov 2024 19:36:43 +0800 Subject: [PATCH] Disable batch deposit (#1357) --- .env.template | 1 + src/constants/transaction.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 8a11742c6..deb93d431 100644 --- a/.env.template +++ b/.env.template @@ -9,6 +9,7 @@ REACT_APP_CONNECT_WALLET_PROJECT_ID = "14efbaafcf5232a47d93a68229b71028" REACT_APP_UNIFRA_API_KEY = "9d431c1c-d717-4931-9595-ad0b3a246d13" REACT_APP_NFT_VIEWER_URL="https://nft.scroll.io" REACT_APP_NFT_API_URI="https://nft.scroll.io" +REACT_APP_ENS_API_URL="https://ens.scroll.cat" REACT_APP_SCROLL_ENVIRONMENT = "Staging" REACT_APP_API_BASE_URI = "https://sepolia-api.scroll.io" diff --git a/src/constants/transaction.ts b/src/constants/transaction.ts index eb5159e10..5974d36d3 100644 --- a/src/constants/transaction.ts +++ b/src/constants/transaction.ts @@ -29,4 +29,4 @@ export enum TX_STATUS { BatchDepositFailed, } -export const BATCH_DEPOSIT_TOKENS = ["ETH"] +export const BATCH_DEPOSIT_TOKENS = [""]