File tree Expand file tree Collapse file tree 5 files changed +23
-2
lines changed
contracts/toolshed/internal Expand file tree Collapse file tree 5 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# @graphprotocol/interfaces
22
3+ ## 0.6.4
4+
5+ ### Patch Changes
6+
7+ - yAdd feesProvisionTracker to subgraph service interface
8+
39## 0.6.3
410
511### Patch Changes
Original file line number Diff line number Diff line change @@ -4,4 +4,11 @@ pragma solidity 0.8.27;
44interface IProvisionTracker {
55 // Errors
66 error ProvisionTrackerInsufficientTokens (uint256 tokensAvailable , uint256 tokensRequired );
7+
8+ /**
9+ * @notice Gets the fees provision tracker
10+ * @param indexer The address of the indexer
11+ * @return The fees provision tracker
12+ */
13+ function feesProvisionTracker (address indexer ) external view returns (uint256 );
714}
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphprotocol/interfaces" ,
3- "version" : " 0.6.3 " ,
3+ "version" : " 0.6.4 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
Original file line number Diff line number Diff line change 11# @graphprotocol/toolshed
22
3+ ## 1.0.2
4+
5+ ### Patch Changes
6+
7+ - yAdd feesProvisionTracker to subgraph service interface
8+ - Updated dependencies
9+ - @graphprotocol/interfaces @0.6.4
10+
311## 1.0.1
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @graphprotocol/toolshed" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "publishConfig" : {
55 "access" : " public"
66 },
You can’t perform that action at this time.
0 commit comments