From 5c4fe0b7d74b3194f7a6ccafb20c0458589b7f31 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:19:14 +0100 Subject: [PATCH] Update contract_bytecode.md --- cairo/kakarot-ssj/docs/general/contract_bytecode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cairo/kakarot-ssj/docs/general/contract_bytecode.md b/cairo/kakarot-ssj/docs/general/contract_bytecode.md index f2155df15..f61507ad2 100644 --- a/cairo/kakarot-ssj/docs/general/contract_bytecode.md +++ b/cairo/kakarot-ssj/docs/general/contract_bytecode.md @@ -196,7 +196,7 @@ struct Storage { ``` We use the `List` type from the -[Alexandria](https://github.com/keep-starknet-strange/alexandria/blob/main/src/storage/src/list.cairo) +[Alexandria](https://github.com/keep-starknet-strange/alexandria/blob/main/packages/storage/src/list.cairo) library to store the bytecode, allowing us to store up to 255 31-bytes values per `StorageBaseAddress`. Indeed, the current limitation on the maximal size of a complex storage value is 256 field elements, where a field element is the