-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
27 lines (27 loc) · 912 Bytes
/
.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
[submodule "evm-logs-example"]
path = 1-evm-logs
url = https://github.com/subsquid-labs/evm-logs-example.git
branch = master
[submodule "factory-example"]
path = 3-factory
url = https://github.com/subsquid-labs/evm-factory-example.git
branch = master
[submodule "contract-example"]
path = 4-contract-calls
url = https://github.com/subsquid-labs/evm-contract-example.git
branch = master
[submodule "multicall-example"]
path = 5-multicall
url = https://github.com/subsquid-labs/evm-multicall-example.git
branch = master
[submodule "ipfs-example"]
path = 6-ipfs
url = https://github.com/subsquid-labs/evm-ipfs-example.git
branch = master
[submodule "transactions-example"]
path = 2-transactions
url = https://github.com/subsquid-labs/evm-transactions-example.git
branch = master
[submodule "7-multichain"]
path = 7-multichain
url = https://github.com/subsquid-labs/squid-multichain-template.git