-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitmodules
More file actions
18 lines (18 loc) · 863 Bytes
/
.gitmodules
File metadata and controls
18 lines (18 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "veashi-contracts/lib/forge-std"]
path = veashi-contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "veashi-contracts/lib/hashi"]
path = veashi-contracts/lib/hashi
url = https://github.com/gnosis/hashi
[submodule "veashi-contracts/lib/openzeppelin-contracts"]
path = veashi-contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "veashi-contracts/lib/chainlink-evm"]
path = veashi-contracts/lib/chainlink-evm
url = https://github.com/smartcontractkit/chainlink-evm
[submodule "veashi-contracts/lib/chainlink-ccip"]
path = veashi-contracts/lib/chainlink-ccip
url = https://github.com/smartcontractkit/chainlink-ccip
[submodule "veashi-contracts/lib/LayerZero-v2"]
path = veashi-contracts/lib/LayerZero-v2
url = https://github.com/LayerZero-Labs/LayerZero-v2