Skip to content

Commit ed6da91

Browse files
committed
fix link
1 parent 1f57c1d commit ed6da91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

not-so-smart-contracts/cairo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Each _Not So Smart Contract_ consists of a standard set of information:
1717
| Not So Smart Contract | Description |
1818
| ---------------------------------------------------------------------------- | ------------------------------------------------------------ |
1919
| [Arithmetic overflow](arithmetic_overflow) | Insecure arithmetic in Cairo for the felt252 type |
20-
| [L1 to L2 Address Conversion](l1_to_l2_address_conversion) | Essential L2 address checks for L1 to L2 messaging |
20+
| [L1 to L2 Address Conversion](L1_to_L2_address_conversion) | Essential L2 address checks for L1 to L2 messaging |
2121
| [L1 to L2 message failure](l1_to_l2_message_failure) | Messages sent from L1 may not be processed by the sequencer |
2222
| [Overconstrained L1 <-> L2 interaction](overconstrained_l1_l2_interaction) | Asymmetrical checks on the L1 or L2 side can cause a DOS |
2323
| [Signature replays](replay_protection) | Necessary robust reuse protection due to account abstraction |

0 commit comments

Comments
 (0)