Skip to content

Commit

Permalink
Merge branch 'temp-alex-ui1' of https://github.com/alexharvest/harves…
Browse files Browse the repository at this point in the history
…t-front-v3 into alex-ui1
  • Loading branch information
alexharvest committed Nov 7, 2024
2 parents 2a1b7f9 + c7f8b90 commit 2a9b2a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/AdvancedFarm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ const AdvancedFarm = () => {
let chainName = getChainName(tokenChain).toLowerCase()
if (chainName === 'ethereum') {
chainName = 'eth'
} else if (chainName === 'polygon') {
chainName = 'matic'
}

useEffect(() => {
Expand Down

0 comments on commit 2a9b2a8

Please sign in to comment.