Skip to content

Commit

Permalink
fix: better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Sep 13, 2023
1 parent 4624434 commit 080e9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/current/widgets/hop/HopBridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 080e9f0

Please sign in to comment.