Skip to content

Commit

Permalink
Update CeloNetworkInfo (Uniswap#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
vPEPO authored Mar 14, 2023
1 parent 4098502 commit 87eb4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function getEtherscanLink(
networkVersion === PolygonNetworkInfo
? 'https://polygonscan.com/'
: networkVersion === CeloNetworkInfo
? 'https://explorer.celo.org'
? 'https://celoscan.io/'
: networkVersion === ArbitrumNetworkInfo
? 'https://arbiscan.io/'
: networkVersion === OptimismNetworkInfo
Expand Down

0 comments on commit 87eb4d7

Please sign in to comment.