Skip to content

Commit

Permalink
🚀 Delpoy on slot
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Nov 25, 2024
1 parent 2cc5970 commit 48a0cb8
Show file tree
Hide file tree
Showing 15 changed files with 3,906 additions and 18 deletions.
17 changes: 14 additions & 3 deletions contracts/dojo_dev.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[world]
name = "Cartridge World"
description = "Cartridge World Achievements"
description = "Cartridge World"
website = "https://github.com/dojoengine/dojo-starter"
seed = "arcade"

Expand All @@ -11,10 +11,21 @@ github = "https://github.com/dojoengine/dojo-starter"
telegram = "https://t.me/dojoengine"

[namespace]
default = "game_center"
default = "ARCADE"

[init_call_args]
"ARCADE-Registry" = [
"0x6677fe62ee39c7b07401f754138502bab7fac99d2d3c5d37df7d1c6fab10819",
]

[writers]
"game_center" = ["game_center-Actions"]
"ARCADE" = [
"ARCADE-Registry",
"ARCADE-Slot",
"ARCADE-Society",
"ARCADE-Pinner",
"ARCADE-Wallet",
]

[env]
rpc_url = "http://localhost:5050/"
Expand Down
21 changes: 16 additions & 5 deletions contracts/dojo_slot.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[world]
name = "Cartridge World"
description = "Cartridge World Achievements"
description = "Cartridge World"
website = "https://github.com/dojoengine/dojo-starter"
seed = "arcade"

Expand All @@ -11,12 +11,23 @@ github = "https://github.com/dojoengine/dojo-starter"
telegram = "https://t.me/dojoengine"

[namespace]
default = "game_center"
default = "ARCADE"

[init_call_args]
"ARCADE-Registry" = [
"0x6677fe62ee39c7b07401f754138502bab7fac99d2d3c5d37df7d1c6fab10819",
]

[writers]
"game_center" = ["game_center-Actions"]
"ARCADE" = [
"ARCADE-Registry",
"ARCADE-Slot",
"ARCADE-Society",
"ARCADE-Pinner",
"ARCADE-Wallet",
]

[env]
rpc_url = "https://api.cartridge.gg/x/arcade/katana"
account_address = "0x79e1341bc8e27b2ae2544fe902f0c9e723cfba8e37c47371d90385cc17265cc"
private_key = "0x506a3b48830c89357283236d8724f68d014d681499b2256e7589c950a4198c5"
account_address = "0x6677fe62ee39c7b07401f754138502bab7fac99d2d3c5d37df7d1c6fab10819"
private_key = "0x3e3979c1ed728490308054fe357a9f49cf67f80f9721f44cc57235129e090f4"
9 changes: 9 additions & 0 deletions contracts/katana_dev.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[server]
http_addr = "0.0.0.0"
http_port = 5050
http_cors_origins = ["*"]

[dev]
seed = "0"
dev = true
no_fee = true
7 changes: 7 additions & 0 deletions contracts/katana_slot.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[server]
http_cors_origins = ["*"]

[dev]
seed = "0"
dev = true
no_fee = true
Loading

0 comments on commit 48a0cb8

Please sign in to comment.