From f04314e5113e5a7a909b730fc13ed142decf867a Mon Sep 17 00:00:00 2001 From: "sewmina7@gmail.com" Date: Tue, 2 Jul 2024 10:52:52 +0530 Subject: [PATCH] chain id fix --- app/callout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/callout.tsx b/app/callout.tsx index edf0c0d..122335b 100644 --- a/app/callout.tsx +++ b/app/callout.tsx @@ -94,7 +94,7 @@ const CalloutModal = ({ isOpen, onClose, onSubmit }) => {
{result["baseToken"]["symbol"]} - {result["baseToken"]["name"]} - {result["chain"]} + {result["chainId"]}
24H Vol: ${result["volume"]["h24"]}