Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Jan 19, 2024
1 parent 164321c commit 39010ca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version = 1

[[package]]
name = "dojo"
version = "0.4.2"
source = "git+https://github.com/dojoengine/dojo.git?tag=v0.4.2#3b8252dc64c2ec2c5df17f2922c5a5abab668cf3"
version = "0.5.0"
source = "git+https://github.com/dojoengine/dojo.git?tag=v0.5.0#41a48b8082456e29d35913c0b81d71382c020b35"
dependencies = [
"dojo_plugin",
]
Expand Down
5 changes: 2 additions & 3 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ version = "0.1.0"
sierra-replace-ids = true

[dependencies]
# cubit = {git = "https://github.com/influenceth/cubit.git"}
dojo = {git = "https://github.com/dojoengine/dojo.git", tag = "v0.4.2"}
dojo = {git = "https://github.com/dojoengine/dojo.git", tag = "v0.5.0"}
# dojo = {git = "https://github.com/dojoengine/dojo.git", rev = "d7f46502cba3d6462b68a4dfb07336377bca2678"}

[[target.dojo]]
Expand All @@ -27,7 +26,7 @@ migrate_prod = "sozo -P prod migrate"

[profile.dev.tool.dojo.env]
rpc_url = "http://localhost:5050"
account_address = "0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
account_address = "0x6162896d1d7ab204c7ccac6dd5f8e9e7c25ecd5ae4fcb4ad32e57786bb46e03"
private_key = "0x1800000000300000180000000000030000000000003006001800006600"

# seed 420
Expand Down
2 changes: 1 addition & 1 deletion web/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NEXT_PUBLIC_DISABLE_MEDIAPLAYER_AUTOPLAY="true"
NEXT_PUBLIC_RPC_ENDPOINT="http://localhost:5050"
NEXT_PUBLIC_GRAPHQL_ENDPOINT="http://localhost:8080/graphql"
NEXT_PUBLIC_GRAPHQL_ENDPOINT_WS="ws://localhost:8080/graphql/ws"
NEXT_PUBLIC_ADMIN_ADDRESS="0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
NEXT_PUBLIC_ADMIN_ADDRESS="0x6162896d1d7ab204c7ccac6dd5f8e9e7c25ecd5ae4fcb4ad32e57786bb46e03"
NEXT_PUBLIC_ADMIN_PRIVATE_KEY="0x1800000000300000180000000000030000000000003006001800006600"
NEXT_PUBLIC_ACCOUNT_CLASS_HASH="0x04d07e40e93398ed3c76981e72dd1fd22557a78ce36c0515f679e27f0bb5bc5f"

2 changes: 1 addition & 1 deletion web/.env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NEXT_PUBLIC_DISABLE_MEDIAPLAYER_AUTOPLAY="false"
# NEXT_PUBLIC_RPC_ENDPOINT="https://api.cartridge.gg/x/rollyourown/katana"
# NEXT_PUBLIC_GRAPHQL_ENDPOINT="https://api.cartridge.gg/x/rollyourown/torii"
# NEXT_PUBLIC_ADMIN_ADDRESS="0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
# NEXT_PUBLIC_ADMIN_ADDRESS="0x6162896d1d7ab204c7ccac6dd5f8e9e7c25ecd5ae4fcb4ad32e57786bb46e03"
# NEXT_PUBLIC_ADMIN_PRIVATE_KEY="0x1800000000300000180000000000030000000000003006001800006600"
# NEXT_PUBLIC_ACCOUNT_CLASS_HASH="0x04d07e40e93398ed3c76981e72dd1fd22557a78ce36c0515f679e27f0bb5bc5f"

Expand Down
6 changes: 5 additions & 1 deletion web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@
{
"name": "rollyourown::systems::lobby::lobby",
"address": "0x49edd91ee46f739b4ef1d945fc462c686fbdbb077a99d420f85e7c3d497795f",
"class_hash": "0x27e7e3b325ab53cd3e8277ee919cc03db67c3e0dd456323fde66aa38cb63e7b",
"class_hash": "0x5e332543f2df8b9a15572cc766d4dbcaa09be4163131abdac39f7cd40c1199a",
"abi": [
{
"type": "impl",
Expand Down Expand Up @@ -1372,6 +1372,10 @@
"name": "game_id",
"type": "core::integer::u32"
},
{
"name": "player_id",
"type": "core::starknet::contract_address::ContractAddress"
},
{
"name": "player_name",
"type": "core::felt252"
Expand Down

0 comments on commit 39010ca

Please sign in to comment.