Skip to content

Commit 430445c

Browse files
committed
chore: rename folder L2 to l2
1 parent 17768dd commit 430445c

37 files changed

Lines changed: 4 additions & 4 deletions

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ nonce_*.bin
1919
infra/ansible/playbooks/ini/**.ini
2020
infra/ansible/playbooks/files/**.pem
2121

22-
examples/L2/crates/l2/db
23-
examples/L2/crates/l2/zkvm_programs/sp1/elf/sp1_state_transition_program
22+
examples/l2/crates/l2/db
23+
examples/l2/crates/l2/zkvm_programs/sp1/elf/sp1_state_transition_program

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
[submodule "contracts/eigenlayer_contracts/eigenlayer-contracts"]
4141
path = contracts/eigenlayer_contracts/eigenlayer-contracts
4242
url = https://github.com/Layr-Labs/eigenlayer-contracts.git
43-
[submodule "examples/L2/contracts/lib/forge-std"]
44-
path = examples/L2/contracts/lib/forge-std
43+
[submodule "examples/l2/contracts/lib/forge-std"]
44+
path = examples/l2/contracts/lib/forge-std
4545
url = https://github.com/foundry-rs/forge-std
File renamed without changes.

0 commit comments

Comments
 (0)