-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
30 lines (30 loc) · 1.04 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
[submodule "evm-template"]
path = evm
url = https://github.com/subsquid-labs/squid-evm-template.git
branch = master
[submodule "abi-template"]
path = abi
url = https://github.com/subsquid-labs/squid-abi-template.git
branch = master
[submodule "erc20-template"]
path = erc20
url = https://github.com/subsquid-labs/squid-erc20-template.git
branch = master
[submodule "multichain-template"]
path = multichain
url = https://github.com/subsquid-labs/squid-multichain-template
[submodule "gravatar-template"]
path = gravatar
url = https://github.com/subsquid-labs/gravatar-squid.git
[submodule "file-store-csv"]
path = file-store-csv
url = https://github.com/subsquid-labs/file-store-csv-example.git
[submodule "file-store-parquet"]
path = file-store-parquet
url = https://github.com/subsquid-labs/file-store-parquet-example.git
[submodule "file-store-s3"]
path = file-store-s3
url = https://github.com/subsquid-labs/file-store-s3-example.git
[submodule "bigquery"]
path = bigquery
url = https://github.com/subsquid-labs/squid-bigquery-example.git