Skip to content

Commit a7f48d5

Browse files
FabijanCLandauRaz
andauthored
Fix max bytecode size in chain-info.adoc (#1571)
* Fix max bytecode size in chain-info.adoc * Update chain-info.adoc --------- Co-authored-by: Raz Landau <[email protected]>
1 parent 4d1eef0 commit a7f48d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Starknet/modules/resources/pages/chain-info.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ This limit is important for ensuring the efficient execution of transactions and
135135
| 1,000,000
136136
| 1,000,000
137137

138-
| Max contract bytecode size
138+
| Max contract bytecode size (felts)
139139
| The maximum size of the bytecode or program that a smart contract can have on Starknet.
140140

141141
Bytecode is the low-level code that comprises smart contracts. Limiting this size helps manage the complexity of contracts and the overall efficiency of the network.
142-
| 81,290
143-
| 81,290
142+
| 81,920
143+
| 81,920
144144
| Max contract class size
145145
| The maximum size for a contract class within Starknet.
146146

0 commit comments

Comments
 (0)