Upgrade index-provider and update topic name

Update the topic name to be consistent with default
configured in storetheindex.

Upgrade to the latest `index-provider`.
This commit is contained in:
Masih H. Derkani
2022-01-27 09:48:10 +00:00
parent 211ad166af
commit 5d72ebe0cc
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -55,5 +55,5 @@ func TestDefaultMinerRoundtrip(t *testing.T) {
func TestDefaultStorageMiner_SetsIndexIngestTopic(t *testing.T) {
subject := DefaultStorageMiner()
require.Equal(t, "indexer/ingest", subject.IndexerProvider.PubSubTopic)
require.Equal(t, "/indexer/ingest/mainnet", subject.IndexerProvider.PubSubTopic)
}