File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -95,19 +95,22 @@ We compress the **RepositoryV2** weekly and publish on Cloudflare R2 under https
95
95
"dateStr" : " 2024-09-11T04:50:03.254904Z" ,
96
96
"files" : [
97
97
{
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 "
99
99
"sizeInBytes" : 2097152000
100
100
},
101
- ...
102
101
{
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 "
104
103
"sizeInBytes" : 800472503
105
- }
104
+ },
105
+ ...
106
106
]
107
107
}
108
108
```
109
109
</details >
110
110
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
+
111
114
You can download all files in the ` files ` array and unzip them:
112
115
113
116
1 . Download the manifest file (` -L ` to follow redirects):
You can’t perform that action at this time.
0 commit comments