File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -303,8 +303,8 @@ var SwaggerInfo = &swag.Spec{
303303 Host : "localhost:8080" ,
304304 BasePath : "" ,
305305 Schemes : []string {"http" , "https" },
306- Title : "Ethereum Consensus Layer Blobs REST API" ,
307- Description : "This is the API for Ethereum Blobs ." ,
306+ Title : "Ethereum Blobs REST API" ,
307+ Description : "Use this API to get EIP-4844 blobs as a drop-in replacement for Consensus Layer clients API ." ,
308308 InfoInstanceName : "swagger" ,
309309 SwaggerTemplate : docTemplate ,
310310 LeftDelim : "{{" ,
Original file line number Diff line number Diff line change 55 ],
66 "swagger" : " 2.0" ,
77 "info" : {
8- "description" : " This is the API for Ethereum Blobs ." ,
9- "title" : " Ethereum Consensus Layer Blobs REST API" ,
8+ "description" : " Use this API to get EIP-4844 blobs as a drop-in replacement for Consensus Layer clients API ." ,
9+ "title" : " Ethereum Blobs REST API" ,
1010 "contact" : {},
1111 "version" : " 1.0"
1212 },
Original file line number Diff line number Diff line change @@ -96,8 +96,9 @@ definitions:
9696host : localhost:8080
9797info :
9898 contact : {}
99- description : This is the API for Ethereum Blobs.
100- title : Ethereum Consensus Layer Blobs REST API
99+ description : Use this API to get EIP-4844 blobs as a drop-in replacement for Consensus
100+ Layer clients API.
101+ title : Ethereum Blobs REST API
101102 version : " 1.0"
102103paths :
103104 /eth/v1/beacon/blob_sidecars/{block_id} :
You can’t perform that action at this time.
0 commit comments