-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 1.72 KB
/
.gitmodules
File metadata and controls
32 lines (32 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[submodule "contracts/evm-gateway/lib/forge-std"]
path = contracts/evm-gateway/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/evm-gateway/lib/openzeppelin-contracts"]
path = contracts/evm-gateway/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "contracts/evm-gateway/lib/openzeppelin-contracts-upgradeable"]
path = contracts/evm-gateway/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/openzeppelin-foundry-upgrades"]
path = lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
[submodule "contracts/evm-gateway/lib/openzeppelin-foundry-upgrades"]
path = contracts/evm-gateway/lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
[submodule "contracts/evm-gateway/lib/v3-core"]
path = contracts/evm-gateway/lib/v3-core
url = https://github.com/Uniswap/v3-core
[submodule "contracts/evm-gateway/lib/v3-periphery"]
path = contracts/evm-gateway/lib/v3-periphery
url = https://github.com/Uniswap/v3-periphery
[submodule "lib/v3-periphery"]
branch = 0.8
[submodule "contracts/evm-gateway/lib/foundry-chainlink-toolkit"]
path = contracts/evm-gateway/lib/foundry-chainlink-toolkit
url = https://github.com/smartcontractkit/foundry-chainlink-toolkit
[submodule "contracts/evm-gateway/lib/chainlink-brownie-contracts"]
path = contracts/evm-gateway/lib/chainlink-brownie-contracts
url = https://github.com/smartcontractkit/chainlink-brownie-contracts
[submodule "contracts/svm-gateway/mock-pyth"]
path = contracts/svm-gateway/mock-pyth
url = https://github.com/tkkinn/mock-pyth