Skip to content

Commit 315ab4d

Browse files
chore: added back existing submodule
1 parent e92f61e commit 315ab4d

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.gitmodules

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
1+
[submodule "lazer/contracts/evm/lib/forge-std"]
2+
path = lazer/contracts/evm/lib/forge-std
3+
url = https://github.com/foundry-rs/forge-std
4+
[submodule "lazer/contracts/evm/lib/openzeppelin-contracts-upgradeable"]
5+
path = lazer/contracts/evm/lib/openzeppelin-contracts-upgradeable
6+
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
7+
[submodule "lazer/contracts/evm/lib/openzeppelin-contracts"]
8+
path = lazer/contracts/evm/lib/openzeppelin-contracts
9+
url = https://github.com/OpenZeppelin/openzeppelin-contracts
10+
[submodule "lazer/contracts/evm/lib/createx"]
11+
path = lazer/contracts/evm/lib/createx
12+
url = https://github.com/pcaversaccio/createx
213
[submodule "lib/forge-std"]
314
path = lib/forge-std
415
url = https://github.com/foundry-rs/forge-std
@@ -14,12 +25,6 @@
1425
[submodule "target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-foundry-upgrades"]
1526
path = target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-foundry-upgrades
1627
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
17-
[submodule "lazer/contracts/evm/lib/openzeppelin-contracts"]
18-
path = lazer/contracts/evm/lib/openzeppelin-contracts
19-
url = https://github.com/OpenZeppelin/openzeppelin-contracts
20-
[submodule "lazer/contracts/evm/lib/createx"]
21-
path = lazer/contracts/evm/lib/createx
22-
url = https://github.com/pcaversaccio/createx
2328
[submodule "target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-contracts-upgradeable"]
2429
path = target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-contracts-upgradeable
2530
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable

0 commit comments

Comments
 (0)