Skip to content

Commit

Permalink
add InfoResponseFiller
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Aug 29, 2024
1 parent c165996 commit efa8c83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/firenear/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"github.com/spf13/pflag"
firecore "github.com/streamingfast/firehose-core"
fhCmd "github.com/streamingfast/firehose-core/cmd"
"github.com/streamingfast/firehose-core/firehose/info"
"github.com/streamingfast/firehose-core/node-manager/mindreader"
"github.com/streamingfast/firehose-near/codec"
pbnear "github.com/streamingfast/firehose-near/pb/sf/near/type/v1"
Expand Down Expand Up @@ -62,6 +63,8 @@ func main() {
Parse: receiptAccountFiltersParser,
},
},

InfoResponseFiller: info.DefaultInfoResponseFiller,
}

fhCmd.Main(chain)
Expand Down

0 comments on commit efa8c83

Please sign in to comment.