Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions how-abstract-works/evm-differences/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@ Learn the nuances of other differences between Abstract and Ethereum.
<Card
title="Gas fees"
icon="gas-pump"
href="/how-abstract-works/evm-differences/best-practices"
href="/how-abstract-works/evm-differences/gas-fees"
>
Learn how gas fees and gas refunds work with the bootloader on Abstract.
</Card>
<Card
title="Nonces"
icon="up"
href="/how-abstract-works/evm-differences/contract-deployment"
href="/how-abstract-works/evm-differences/nonces"
>
Explore how nonces are stored on Abstract&rsquo;s smart contract accounts.
</Card>
<Card
title="Libraries"
icon="file-import"
href="/how-abstract-works/evm-differences/contract-deployment"
href="/how-abstract-works/evm-differences/libraries"
>
Learn how the compiler handles libraries on Abstract.
</Card>
Expand Down