We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835a820 commit ad5e7f4Copy full SHA for ad5e7f4
packages/subgraph-service/contracts/SubgraphService.sol
@@ -103,7 +103,7 @@ contract SubgraphService is
103
*
104
* @param indexer The address of the indexer to register
105
* @param data Encoded registration data:
106
- * - address `url`: The URL of the indexer
+ * - string `url`: The URL of the indexer
107
* - string `geohash`: The geohash of the indexer
108
* - address `rewardsDestination`: The address where the indexer wants to receive indexing rewards.
109
* Use zero address for automatic reprovisioning to the subgraph service.
0 commit comments