-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 1.5 KB
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "starter-templates/bring-your-own-data/contracts/lib/openzeppelin-contracts"]
path = starter-templates/bring-your-own-data/contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "starter-templates/bring-your-own-data/contracts/lib/chainlink-evm"]
path = starter-templates/bring-your-own-data/contracts/lib/chainlink-evm
url = https://github.com/smartcontractkit/chainlink-evm
[submodule "starter-templates/bring-your-own-data/contracts/lib/forge-std"]
path = starter-templates/bring-your-own-data/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "starter-templates/multi-chain-token-manager/contracts/lib/forge-std"]
path = starter-templates/multi-chain-token-manager/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "starter-templates/multi-chain-token-manager/contracts/lib/chainlink-evm"]
path = starter-templates/multi-chain-token-manager/contracts/lib/chainlink-evm
url = https://github.com/smartcontractkit/chainlink-evm
[submodule "starter-templates/multi-chain-token-manager/contracts/lib/openzeppelin-contracts"]
path = starter-templates/multi-chain-token-manager/contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "starter-templates/multi-chain-token-manager/contracts/lib/chainlink-ccip"]
path = starter-templates/multi-chain-token-manager/contracts/lib/chainlink-ccip
url = https://github.com/smartcontractkit/chainlink-ccip