From 080e9f0a215ed78f2a7ada4f015bd790cb8f6a5c Mon Sep 17 00:00:00 2001 From: marcomariscal Date: Wed, 13 Sep 2023 09:55:10 -0700 Subject: [PATCH] fix: better comment --- src/components/current/widgets/hop/HopBridge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/current/widgets/hop/HopBridge.tsx b/src/components/current/widgets/hop/HopBridge.tsx index f300babb..bd36f7f9 100644 --- a/src/components/current/widgets/hop/HopBridge.tsx +++ b/src/components/current/widgets/hop/HopBridge.tsx @@ -70,7 +70,7 @@ const HopBridge = ({ inputString, tokenSymbol, toChain, fromChain }: HopBridgePr } try { - // mainnet is the network we use for all + // mainnet is the network we use for all bridge operations const hop = new Hop('mainnet', signer); const bridge = hop.bridge(tokenSymbol);