Skip to content

Commit

Permalink
add hashflowv3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocthanh1389 committed Oct 3, 2023
1 parent ad19e63 commit a007b44
Show file tree
Hide file tree
Showing 6 changed files with 2,657 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/tradelogs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
"github.com/KyberNetwork/tradelogs/pkg/evmlistenerclient"
"github.com/KyberNetwork/tradelogs/pkg/parser"
"github.com/KyberNetwork/tradelogs/pkg/parser/hashflow"
hashflowv3 "github.com/KyberNetwork/tradelogs/pkg/parser/hashflow_v3"
"github.com/KyberNetwork/tradelogs/pkg/parser/kyberswap"
kyberswaprfq "github.com/KyberNetwork/tradelogs/pkg/parser/kyberswap_rfq"
"github.com/KyberNetwork/tradelogs/pkg/parser/native"
Expand Down Expand Up @@ -95,6 +96,7 @@ func run(c *cli.Context) error {
"hashflow": hashflow.MustNewParser(),
"native": native.MustNewParser(),
"kyberswaprfq": kyberswaprfq.MustNewParser(),
"hashflowv3": hashflowv3.MustNewParser(),
}
backfillWorker, err := bigquery.NewWorker(libapp.BigqueryProjectIDFFromCli(c), s, parserMap)
if err != nil {
Expand Down
Loading

0 comments on commit a007b44

Please sign in to comment.