File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
not-so-smart-contracts/cairo Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Each _Not So Smart Contract_ consists of a standard set of information:
17
17
| Not So Smart Contract | Description |
18
18
| ---------------------------------------------------------------------------- | ------------------------------------------------------------ |
19
19
| [ 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 |
21
21
| [ L1 to L2 message failure] ( l1_to_l2_message_failure ) | Messages sent from L1 may not be processed by the sequencer |
22
22
| [ Overconstrained L1 <-> L2 interaction] ( overconstrained_l1_l2_interaction ) | Asymmetrical checks on the L1 or L2 side can cause a DOS |
23
23
| [ Signature replays] ( replay_protection ) | Necessary robust reuse protection due to account abstraction |
You can’t perform that action at this time.
0 commit comments