Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tkumor3 committed Mar 25, 2024
1 parent ac2a24e commit c651907
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions starknet_py/tests/e2e/fixtures/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ def _get_env_lambda(env_name):

SEPOLIA_TESTNET_RPC_URL = _get_env_lambda("SEPOLIA_TESTNET_RPC_URL")

MAP_CONTRACT_ADDRESS_SEPOLIA_TESTNET = (
"0x061bbcfc1e11d8de0efcb502f9e1163b4033c74c7977cbb2b8c545164236a88c"
)
EMPTY_CONTRACT_ADDRESS_SEPOLIA_TESTNET = (
"0x06524771cb912945bf2db355b5a12355ca2e2ff05e15ee35366336a602293f2d"
)
Expand Down
1 change: 0 additions & 1 deletion starknet_py/tests/e2e/tests_on_networks/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ async def test_get_tx_receipt_reverted(client_sepolia_integration):
[
# declare: https://integration-sepolia.starkscan.co/tx/0x0544a629990d2bed8ccf11910b30f2f1e18228ed5be06660bea20cae13b2aced
(9707, 0),
# Deploys on sepolia integration are marks as invoke
# deploy: https://integration-sepolia.starkscan.co/tx/0x022ffb771d8b847899c49f8efe48b4d70fd4825658e3d41ad38d3d3da3045891
(9708, 2),
# deploy_account: https://integration-sepolia.starkscan.co/tx/0x012debae2435ea43c06610a31ccf8e7ea5de9aec43dac7c7aa86905b4ccdec49
Expand Down

0 comments on commit c651907

Please sign in to comment.