You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eth_sandbox.run_launcher([
eth_sandbox.new_launch_instance_action(do_deploy=lambda w3, addr: w3.toWei(50, 'ether')),
eth_sandbox.new_get_flag_action()
])
this is ok
Issue
Run the
babyrev
challenge,nc babyrev 31337 31338
, then connecting to it withnc localhost 31337
will encounter the following error:Cause
I believe the commit 46974f8 updated the infra to build images with the code from https://github.com/paradigmxyz/paradigm-ctf-infrastructure, but the
eth_sandbox
package there is not compatible with 2021 CTF.chal.py
inbabyrev
:paradigm-ctf-2021/babyrev/public/deploy/chal.py
Lines 4 to 7 in eedc32d
Signature of
eth_sandbox.new_launch_instance_action
in paradigm-ctf-infrastructureThe text was updated successfully, but these errors were encountered: