Skip to content

Commit 2ca7337

Browse files
committed
rebuild artifacts + some fixes
1 parent fb29638 commit 2ca7337

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

crates/dojo/core-cairo-test/src/tests/meta/introspect.cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ fn test_array_upgrade() {
590590
}
591591

592592
#[test]
593-
#[available_gas(259000)]
593+
#[available_gas(300000)]
594594
fn test_primitive_upgrade_performance() {
595595
let gas = GasCounterTrait::start();
596596
let _ = Ty::Primitive('ClassHash').is_an_upgrade_of(@Ty::Primitive('ContractAddress'));

examples/spawn-and-move/dojo_dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rpc_url = "http://localhost:5050/"
3131
# Default account for katana with seed = 0
3232
account_address = "0x2af9427c5a277474c079a1283c880ee8a6f0f8fbf73ce969c08d88befec1bba"
3333
private_key = "0x1800000000300000180000000000030000000000003006001800006600"
34-
world_address = "0x266989f02ff93895d29cf079b4e59d8140d459b90fcc46fa71ffa1023bff5f3"
34+
world_address = "0x663272a237043f16ce69671a83ac9b62b2be157f3e68de8d6df9f2ae4a1bfb2"
3535
ipfs_config.url = "https://ipfs.infura.io:5001"
3636
ipfs_config.username = "2EBrzr7ZASQZKH32sl2xWauXPSA"
3737
ipfs_config.password = "12290b883db9138a8ae3363b6739d220"

spawn-and-move-db.tar.gz

-6.66 KB
Binary file not shown.

types-test-db.tar.gz

3.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)