Skip to content

Commit 707e021

Browse files
authored
docs: ensure L2_FORK_URL points to base sepolia (#276)
<!-- 🚨 ATTENTION! 🚨 This PR template is REQUIRED. PRs not following this format will be closed without review. Requirements: - PR title must follow commit conventions: https://www.conventionalcommits.org/en/v1.0.0/ - Label your PR with the correct type (e.g., 🐛 Bug, ✨ Enhancement, 🧪 Test, etc.) - Provide clear and specific details in each section --> **Motivation:** <!-- Explain here the context, and why you're making that change. What is the problem you're trying to solve. --> As a devkit user, I want the comments in my .env.example to match the intention of the variable **Modifications:** <!-- Describe the modifications you've done from a high level. What are the key technical decisions and why were they made? --> - updates `L2_FORK_URL` comment to state that it should point to base sepolia
1 parent 3a589b1 commit 707e021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Ethereum sepolia fork URL used for AVS devnet
44
L1_FORK_URL=<RPC URL>
55

6-
# Ethereum sepolia fork URL used for AVS devnet
6+
# Ethereum base sepolia fork URL used for AVS devnet
77
L2_FORK_URL=<RPC URL>

0 commit comments

Comments
 (0)