Skip to content

Commit

Permalink
rebuild artifacts + some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
remybar committed Jan 22, 2025
1 parent fb29638 commit 2ca7337
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ fn test_array_upgrade() {
}

#[test]
#[available_gas(259000)]
#[available_gas(300000)]
fn test_primitive_upgrade_performance() {
let gas = GasCounterTrait::start();
let _ = Ty::Primitive('ClassHash').is_an_upgrade_of(@Ty::Primitive('ContractAddress'));
Expand Down
2 changes: 1 addition & 1 deletion examples/spawn-and-move/dojo_dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rpc_url = "http://localhost:5050/"
# Default account for katana with seed = 0
account_address = "0x2af9427c5a277474c079a1283c880ee8a6f0f8fbf73ce969c08d88befec1bba"
private_key = "0x1800000000300000180000000000030000000000003006001800006600"
world_address = "0x266989f02ff93895d29cf079b4e59d8140d459b90fcc46fa71ffa1023bff5f3"
world_address = "0x663272a237043f16ce69671a83ac9b62b2be157f3e68de8d6df9f2ae4a1bfb2"
ipfs_config.url = "https://ipfs.infura.io:5001"
ipfs_config.username = "2EBrzr7ZASQZKH32sl2xWauXPSA"
ipfs_config.password = "12290b883db9138a8ae3363b6739d220"
Expand Down
Binary file modified spawn-and-move-db.tar.gz
Binary file not shown.
Binary file modified types-test-db.tar.gz
Binary file not shown.

0 comments on commit 2ca7337

Please sign in to comment.