You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/Starknet/modules/resources/pages/chain-info.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,12 +135,12 @@ This limit is important for ensuring the efficient execution of transactions and
135
135
| 1,000,000
136
136
| 1,000,000
137
137
138
-
| Max contract bytecode size
138
+
| Max contract bytecode size (felts)
139
139
| The maximum size of the bytecode or program that a smart contract can have on Starknet.
140
140
141
141
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
144
144
| Max contract class size
145
145
| The maximum size for a contract class within Starknet.
0 commit comments