Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Nov 10, 2023
1 parent 1a59b32 commit 894f3b3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion crates/dojo-erc/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ test = "sozo test"
[tool.dojo.env]
# Katana
rpc_url = "http://localhost:5050"
account_address = "0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
account_address = "0x295e01fd0ec0e8b5781e0cb0aa9544e4615a3434c95cf1ff4c6b64ca42248ad"
private_key = "0x1800000000300000180000000000030000000000003006001800006600"
world_address = "0x4cb5561a3a2a19d14f67f71a9da59c9194e2bbb44e1774260a111094fbd8f39"
2 changes: 1 addition & 1 deletion crates/katana/core/contracts/messaging/cairo/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACCOUNT_L2=./account_l2.json
ACCOUNT_L2_ADDR=0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973
ACCOUNT_L2_ADDR=0x295e01fd0ec0e8b5781e0cb0aa9544e4615a3434c95cf1ff4c6b64ca42248ad
L2_PRIVATE_KEY=0x1800000000300000180000000000030000000000003006001800006600

#################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"deployment": {
"status": "deployed",
"class_hash": "0x4d07e40e93398ed3c76981e72dd1fd22557a78ce36c0515f679e27f0bb5bc5f",
"address": "0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
"address": "0x295e01fd0ec0e8b5781e0cb0aa9544e4615a3434c95cf1ff4c6b64ca42248ad"
}
}
2 changes: 1 addition & 1 deletion crates/katana/core/contracts/messaging/solidity/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export $(shell sed 's/=.*//' .env)

# Addresses fixed here for easy testing.
C_MSG_L2_ADDR=0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512
L2_ACCOUNT=0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973
L2_ACCOUNT=0x295e01fd0ec0e8b5781e0cb0aa9544e4615a3434c95cf1ff4c6b64ca42248ad
L2_CONTRACT_ADDR=0x0429a64d97c1422a37a09fc7406f35c264be59b744aaff5a79d59393eb1bc7e1

deploy_messaging_contracts:
Expand Down
2 changes: 1 addition & 1 deletion crates/torii/graphql/src/tests/types-test/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ build-external-contracts = []

[tool.dojo.env]
rpc_url = "http://localhost:5050/"
account_address = "0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
account_address = "0x295e01fd0ec0e8b5781e0cb0aa9544e4615a3434c95cf1ff4c6b64ca42248ad"
private_key = "0x1800000000300000180000000000030000000000003006001800006600"
2 changes: 1 addition & 1 deletion examples/rpc/starknet/starknet_getClassAt.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Content-Type: application/json
"method": "starknet_getClassAt",
"params": [
"latest",
"0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
"0x295e01fd0ec0e8b5781e0cb0aa9544e4615a3434c95cf1ff4c6b64ca42248ad"
],
"id":1
}
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc/starknet/starknet_getClassHashAt.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Content-Type: application/json
"method": "starknet_getClassHashAt",
"params": [
"pending",
"0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
"0x295e01fd0ec0e8b5781e0cb0aa9544e4615a3434c95cf1ff4c6b64ca42248ad"
],
"id": 1
}
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc/starknet/starknet_getNonce.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Content-Type: application/json
"method": "starknet_getNonce",
"params": [
"latest",
"0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973"
"0x295e01fd0ec0e8b5781e0cb0aa9544e4615a3434c95cf1ff4c6b64ca42248ad"
],
"id":1
}
Expand Down

0 comments on commit 894f3b3

Please sign in to comment.