Skip to content

Commit d30b033

Browse files
authored
Update docs for repo archive (#32)
1 parent 4febeb3 commit d30b033

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/4. repository/2. file-repositories.mdx

+7-4
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,22 @@ We compress the **RepositoryV2** weekly and publish on Cloudflare R2 under https
9595
"dateStr": "2024-09-11T04:50:03.254904Z",
9696
"files": [
9797
{
98-
"path": "sourcify-repository-2024-09-10T13-36-47/sourcify-repository-2024-09-10T13-36-47.part.gz.aa",
98+
"path": "/sourcify-repository-2025-01-06T03-00-24/full_match.1.00.tar.gz"
9999
"sizeInBytes": 2097152000
100100
},
101-
...
102101
{
103-
"path": "sourcify-repository-2024-09-10T13-36-47/sourcify-repository-2024-09-10T13-36-47.part.gz.ap",
102+
"path": "/sourcify-repository-2025-01-06T03-00-24/full_match.1.01.tar.gz"
104103
"sizeInBytes": 800472503
105-
}
104+
},
105+
...
106106
]
107107
}
108108
```
109109
</details>
110110

111+
The files are split by match type, chain and the first byte of the contract address.
112+
E.g. `/full_match.1.2F.tar.gz` will contain all the full_match contracts for chain 1 starting with `0x2F`.
113+
111114
You can download all files in the `files` array and unzip them:
112115

113116
1. Download the manifest file (`-L` to follow redirects):

0 commit comments

Comments
 (0)