Skip to content

Commit

Permalink
fix(state_size): bump back to a million
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Dec 4, 2024
1 parent 3b01dd6 commit d898f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel-zkvm-primitives-utils/src/vm/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl ContractInstructionMetadata {
let contract_metadata = ContractMetadata {
contract_id,
contract_bytecode: contract_bytecode.into_iter().collect(),
state_size: 1_000,
state_size: 1_000_000,
};

ContractInstructionMetadata {
Expand Down

0 comments on commit d898f37

Please sign in to comment.