Skip to content

Commit

Permalink
Disable batch deposit (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 authored Nov 14, 2024
1 parent 1f5178b commit 30da194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ export enum TX_STATUS {
BatchDepositFailed,
}

export const BATCH_DEPOSIT_TOKENS = ["ETH"]
export const BATCH_DEPOSIT_TOKENS = [""]

0 comments on commit 30da194

Please sign in to comment.