Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions subgraph/abi/FilecoinWarmStorageServiceLegacy.abi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[
{
"type": "event",
"name": "PieceAdded",
"inputs": [
{
"name": "dataSetId",
"type": "uint256",
"indexed": true,
"internalType": "uint256"
},
{
"name": "pieceId",
"type": "uint256",
"indexed": true,
"internalType": "uint256"
},
{
"name": "keys",
"type": "string[]",
"indexed": false,
"internalType": "string[]"
},
{
"name": "values",
"type": "string[]",
"indexed": false,
"internalType": "string[]"
}
],
"anonymous": false
}
]
129 changes: 0 additions & 129 deletions subgraph/abis/FilecoinWarmStorageService.json

This file was deleted.

97 changes: 0 additions & 97 deletions subgraph/abis/PDPVerifier.json

This file was deleted.

128 changes: 0 additions & 128 deletions subgraph/abis/ServiceProviderRegistry.json

This file was deleted.

Loading
Loading