Skip to content

Commit

Permalink
chore: update gas again
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Mar 27, 2024
1 parent 7d34baf commit 30a8fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/home.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ mod tests {
use debug::PrintTrait;

#[test]
#[available_gas(100000000)]
#[available_gas(10000000000)]
fn test_spwan() { // caller
let caller = starknet::contract_address_const::<0x0>();

Expand Down

0 comments on commit 30a8fe7

Please sign in to comment.