Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Dec 16, 2024
1 parent f63028a commit 670fdb9
Show file tree
Hide file tree
Showing 12 changed files with 2,974 additions and 39 deletions.
2 changes: 1 addition & 1 deletion contracts/dojo_dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ private_key = "0xc5b2fcab997346f3ea1c00b002ecf6f382c5f9c9659a3894eb783c5320f912"

[migration]
order_inits = []
skip_contracts = ["tournament-LSTournament"]
# skip_contracts = ["tournament-LSTournament"]
4 changes: 2 additions & 2 deletions contracts/dojo_mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "Tournament"
description = "Loot Survivor Tournaments"
website = "https://github.com/Provable-Games/ls-tournaments"
seed = "tournament"
seed = "tournament1"

[world.socials]
x = "https://x.com/provablegames"
Expand All @@ -14,7 +14,7 @@ default = "tournament"
[env]
chain_id = "SN_MAINNET"
rpc_url = "https://api.cartridge.gg/x/starknet/mainnet"
# world_address = "0x02b127646258e21186e6c7e6234f42583d0d19bf88a57776a404c2cefeb421f2" # Uncomment and update this line with your world address.
# world_address = "0x062b6ebdb34b02e834fa3a62a8ba862c27c6fda39f902ba814903e61956dde4d" # Uncomment and update this line with your world address.

[writers]
"tournament-TournamentModel" = ["tournament-LSTournament"]
Expand Down
Loading

0 comments on commit 670fdb9

Please sign in to comment.