Skip to content

Commit

Permalink
fix: etherscan.io
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Dec 17, 2024
1 parent e0e2692 commit 08516a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/js/components/App/pages/About/Tokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const TokenView = ({
<Container.FlexCols className="items-center justify-center gap-4">
{address && (
<span className="block">
<Link.Paragraph href={`https://etherscan.com/address/${address}`}>
<Link.Paragraph href={`https://etherscan.io/address/${address}`}>
{address}
</Link.Paragraph>
</span>
Expand Down
10 changes: 5 additions & 5 deletions src/js/components/App/pages/Presale/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Info = () => {
The presale will be held on the Ethereum blockchain using our
Presale smart contract{' '}
<Link.Paragraph
href={`https://etherscan.com/address/${EKOKE_PRESALE_ADDRESS}`}
href={`https://etherscan.io/address/${EKOKE_PRESALE_ADDRESS}`}
target="_blank"
className="sm:!text-xs"
>
Expand All @@ -147,10 +147,10 @@ const Info = () => {
verified at any time on <strong>Etherscan</strong> by visiting the
smart contract page at{' '}
<Link.Paragraph
href={`https://etherscan.com/address/${EKOKE_PRESALE_ADDRESS}`}
href={`https://etherscan.io/address/${EKOKE_PRESALE_ADDRESS}`}
target="_blank"
>
etherscan.com
etherscan.io
</Link.Paragraph>
.
</Paragraph.Default>
Expand All @@ -164,10 +164,10 @@ const Info = () => {
smart contract. All these operations can be verified at any time on{' '}
<strong>Etherscan</strong> by visiting the smart contract page at{' '}
<Link.Paragraph
href={`https://etherscan.com/address/${EKOKE_PRESALE_ADDRESS}`}
href={`https://etherscan.io/address/${EKOKE_PRESALE_ADDRESS}`}
target="_blank"
>
etherscan.com
etherscan.io
</Link.Paragraph>
.
</Paragraph.Default>
Expand Down

0 comments on commit 08516a6

Please sign in to comment.