From 8125bd6ef2b1b598ab753ef3774f2151c0cd5bbd Mon Sep 17 00:00:00 2001 From: Jamie Harding Date: Tue, 1 Oct 2024 10:59:32 +0200 Subject: [PATCH 1/6] unsafe chain --- app/_components/SubmissionModal.tsx | 4 ++-- eslint.config.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/_components/SubmissionModal.tsx b/app/_components/SubmissionModal.tsx index f7db4e6d..8a1124e3 100644 --- a/app/_components/SubmissionModal.tsx +++ b/app/_components/SubmissionModal.tsx @@ -129,7 +129,7 @@ export const SubmissionModal = ({ setError( <>

- You don't have enough {deposit.tokenInfo.symbol} to cover this deposit. + You don't have enough {deposit.tokenInfo.symbol} to cover this deposit.

Your balance: {formatUnits(BigInt(balance), deposit.tokenInfo.decimals)} @@ -426,7 +426,7 @@ export const SubmissionModal = ({

Your strategy is live!
- It will continue to trade until removed. If you're interested in creating your own + It will continue to trade until removed. If you're interested in creating your own strategies from scratch, try Raindex.