Skip to content

Commit

Permalink
👽️ Upgrade cairo version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Sep 27, 2023
1 parent 4feec48 commit becc984
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
cairo-version = "2.1.1"
cairo-version = "2.2.0"
name = "zknight"
version = "0.0.0"

Expand All @@ -8,7 +8,7 @@ sierra-replace-ids = true

[dependencies]
alexandria_data_structures = { git = "https://github.com/keep-starknet-strange/alexandria", tag = "cairo-v2.1.0" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.2.1" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.2.2" }

[[target.dojo]]

Expand All @@ -18,9 +18,9 @@ initializer_class_hash = "0xbeef"
[tool.dojo.env]
rpc_url = "http://localhost:5050/"
# Default account for katana with seed = 0
account_address = "0x3ee9e18edc71a6df30ac3aca2e0b02a198fbce19b7480a63a0d71cbd76652e0"
private_key = "0x300001800000000300000180000000000030000000000003006001800006600"
# world_address = "0x414a30414c283c7023452c9d51e8cd11532260f6a65f9920d91feaed8750d39"
account_address = "0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
private_key = "0x1800000000300000180000000000030000000000003006001800006600"
# world_address = "0x5797dca16591ca89ac11a7946e962185dfad886f029d91bb57339eeb94c57fa"

# Madara testnet
# rpc_url = "https://api.cartridge.gg/x/shinai/madara"
Expand Down

0 comments on commit becc984

Please sign in to comment.