Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add custom configurable forks #59

Merged
merged 11 commits into from
Aug 23, 2024
Prev Previous commit
go to standard kind
  • Loading branch information
barnabasbusa committed Aug 22, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
mitogh Crisoforo Gaspar Hernández
commit b12e0546243fa5d9230336959a20d5e44f016d19
2 changes: 1 addition & 1 deletion main.star
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ def run(plan, args):

def get_l1_config(all_l1_participants, l1_network_params, l1_network_id):
env_vars = {}
env_vars["L1_RPC_KIND"] = "any"
env_vars["L1_RPC_KIND"] = "standard"
env_vars["WEB3_RPC_URL"] = str(all_l1_participants[0].el_context.rpc_http_url)
env_vars["L1_RPC_URL"] = str(all_l1_participants[0].el_context.rpc_http_url)
env_vars["CL_RPC_URL"] = str(all_l1_participants[0].cl_context.beacon_http_url)