Skip to content

Commit

Permalink
Merge pull request #50 from marvinmarnold/ma/celo-explorer
Browse files Browse the repository at this point in the history
refactor: use celo mainnet explorer
  • Loading branch information
marvinmarnold authored Nov 19, 2023
2 parents 28883f0 + 41fac5c commit e7f7329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/SuccessComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const SuccessComponent = ({ link, data, message = '', subtitle = '' }: { link: s
{/* <a href={`https://etherscan.io/tx/${data?.hash}`}> */}
{/* <a target="_blank" href={`https://goerli-optimism.etherscan.io/tx/${data?.hash}#eventlog`}> */}
{/* alfajores - CELO TESTNET*/}
<a target="_blank" href={`https://alfajores.celoscan.io/tx/${data?.hash}`}>
<a target="_blank" href={`https://celoscan.io/tx/${data?.hash}`}>
Check txn
<Icon as={FiExternalLink} />
</a>
Expand Down

0 comments on commit e7f7329

Please sign in to comment.