Skip to content

Commit

Permalink
🐛 starknet fixed seed
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 16, 2024
1 parent 8ed95cd commit c7f0bb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions paradigmctf.py/ctf_launchers/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ def launch_instance(self) -> int:

credentials = [["0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691", "0x71d7bb07b9a64f6f78ac4c816aff4da9"], ["0x78662e7352d062084b0010068b99288486c2d8b914f6e2a55ce945f8792c8b1", "0xe1406455b7d66b1690803be066cbe5e"]]

# credentials = self.get_credentials(web3.provider.endpoint_uri)

challenge_addr = self.deploy_cairo(user_data, credentials)
priv_key = credentials[1][1]
elif self.type == "nitro":
Expand Down
1 change: 1 addition & 0 deletions paradigmctf.py/ctf_server/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def format_starknet_args(args: LaunchAnvilInstanceArgs, anvil_id: str, port: int
cmd_args += ["--host", "0.0.0.0"]
cmd_args += ["--port", str(port)]
cmd_args += ["--accounts", "2"]
cmd_args += ["--seed", "0"]

return cmd_args

Expand Down

0 comments on commit c7f0bb0

Please sign in to comment.