Skip to content

Commit ad5e7f4

Browse files
committed
fix: type in comment
Signed-off-by: Tomás Migone <[email protected]>
1 parent 835a820 commit ad5e7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subgraph-service/contracts/SubgraphService.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ contract SubgraphService is
103103
*
104104
* @param indexer The address of the indexer to register
105105
* @param data Encoded registration data:
106-
* - address `url`: The URL of the indexer
106+
* - string `url`: The URL of the indexer
107107
* - string `geohash`: The geohash of the indexer
108108
* - address `rewardsDestination`: The address where the indexer wants to receive indexing rewards.
109109
* Use zero address for automatic reprovisioning to the subgraph service.

0 commit comments

Comments
 (0)