Skip to content

Commit 115cc4f

Browse files
authored
chore: remove devtools dependency (#376)
* chore: remove devtools dependency * chore: forge fmt * chore: update account_v0_5_5 to use v0.5.5-light This lightweight version removes the devtools dependency while maintaining all functionality. All tests pass without modification. * fix: clean up submodules - remove devtools, keep account_v0_5_5 - Removed devtools submodule completely - Account_v0_5_5 now points to v0.5.5-light (without devtools) - forge install now works correctly * chore: remove account v0.5.5 dependency from foundry.lock
1 parent 7997f6a commit 115cc4f

File tree

6 files changed

+418
-12
lines changed

6 files changed

+418
-12
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
[submodule "lib/LayerZero-v2"]
88
path = lib/LayerZero-v2
99
url = https://github.com/LayerZero-Labs/LayerZero-v2
10-
[submodule "lib/devtools"]
11-
path = lib/devtools
12-
url = https://github.com/LayerZero-Labs/devtools
1310
[submodule "lib/openzeppelin-contracts"]
1411
path = lib/openzeppelin-contracts
1512
url = https://github.com/OpenZeppelin/openzeppelin-contracts

foundry.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"lib/LayerZero-v2": {
33
"rev": "88428755be6caa71cb1d2926141d73c8989296b5"
44
},
5-
"lib/devtools": {
6-
"rev": "01c1eaeb123e4364fbe96cdddf875640edf2566c"
7-
},
85
"lib/forge-std": {
96
"branch": {
107
"name": "master",

lib/devtools

Lines changed: 0 additions & 1 deletion
This file was deleted.

remappings.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
forge-std/=lib/forge-std/src/
22
solady/=lib/solady/src/
33
murky/=lib/murky/src/
4-
@layerzerolabs/oapp-evm/=lib/devtools/packages/oapp-evm/
54
@layerzerolabs/lz-evm-protocol-v2/=lib/LayerZero-v2/packages/layerzero-v2/evm/protocol/
65
@layerzerolabs/lz-evm-oapp-v2/=lib/LayerZero-v2/packages/layerzero-v2/evm/oapp/
76
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/

0 commit comments

Comments
 (0)