-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.91 KB
/
.gitmodules
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
33
34
35
36
37
38
39
[submodule "contracts/lib/openzeppelin-contracts"]
path = contracts/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "contracts/lib/fevmate"]
path = contracts/lib/fevmate
url = https://github.com/wadealexc/fevmate
[submodule "contracts/lib/murky"]
path = contracts/lib/murky
url = https://github.com/dmfxyz/murky
[submodule "contracts/lib/elliptic-curve-solidity"]
path = contracts/lib/elliptic-curve-solidity
url = https://github.com/witnet/elliptic-curve-solidity
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "extras/axelar-token/lib/axelar-gmp-sdk-solidity"]
path = extras/axelar-token/lib/axelar-gmp-sdk-solidity
url = https://github.com/axelarnetwork/axelar-gmp-sdk-solidity
[submodule "extras/axelar-token/lib/interchain-token-service"]
path = extras/axelar-token/lib/interchain-token-service
url = https://github.com/axelarnetwork/interchain-token-service
[submodule "extras/axelar-token/lib/openzeppelin-contracts"]
path = extras/axelar-token/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "extras/axelar-token/lib/forge-std"]
path = extras/axelar-token/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "extras/linked-token/lib/forge-std"]
path = extras/linked-token/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "extras/linked-token/lib/openzeppelin-contracts"]
path = extras/linked-token/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "extras/linked-token/lib/openzeppelin-contracts-upgradeable"]
path = extras/linked-token/lib/openzeppelin-contracts-upgradeable
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
[submodule "builtin-actors"]
path = builtin-actors
url = https://github.com/textileio/builtin-actors.git