File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed
crates/dojo/core-cairo-test/src/tests/meta Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ fn test_array_upgrade() {
590
590
}
591
591
592
592
#[test]
593
- #[available_gas(259000 )]
593
+ #[available_gas(300000 )]
594
594
fn test_primitive_upgrade_performance () {
595
595
let gas = GasCounterTrait :: start ();
596
596
let _ = Ty :: Primitive (' ClassHash' ). is_an_upgrade_of (@ Ty :: Primitive (' ContractAddress' ));
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ rpc_url = "http://localhost:5050/"
31
31
# Default account for katana with seed = 0
32
32
account_address = " 0x2af9427c5a277474c079a1283c880ee8a6f0f8fbf73ce969c08d88befec1bba"
33
33
private_key = " 0x1800000000300000180000000000030000000000003006001800006600"
34
- world_address = " 0x266989f02ff93895d29cf079b4e59d8140d459b90fcc46fa71ffa1023bff5f3 "
34
+ world_address = " 0x663272a237043f16ce69671a83ac9b62b2be157f3e68de8d6df9f2ae4a1bfb2 "
35
35
ipfs_config.url = " https://ipfs.infura.io:5001"
36
36
ipfs_config.username = " 2EBrzr7ZASQZKH32sl2xWauXPSA"
37
37
ipfs_config.password = " 12290b883db9138a8ae3363b6739d220"
You can’t perform that action at this time.
0 commit comments