Skip to content

Commit

Permalink
Merge pull request #35 from KyberNetwork/miss_parser
Browse files Browse the repository at this point in the history
add 1inchv6
  • Loading branch information
ngocthanh1389 authored Apr 3, 2024
2 parents 94c3a34 + 474d6b3 commit c6a4d6f
Showing 1 changed file with 2 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 @@ -11,6 +11,7 @@ import (
"github.com/KyberNetwork/tradelogs/pkg/dune"
"github.com/KyberNetwork/tradelogs/pkg/parser"
"github.com/KyberNetwork/tradelogs/pkg/parser/oneinch"
"github.com/KyberNetwork/tradelogs/pkg/parser/oneinchv6"
"github.com/KyberNetwork/tradelogs/pkg/rpcnode"
"github.com/KyberNetwork/tradelogs/pkg/tracecall"

Expand Down Expand Up @@ -103,6 +104,7 @@ func run(c *cli.Context) error {
kyberswaprfq.MustNewParser(),
hashflowv3.MustNewParser(),
oneinch.MustNewParser(traceCalls),
oneinchv6.MustNewParser(traceCalls),
}

w, err := worker.New(l, s, listener, parsers...)
Expand Down

0 comments on commit c6a4d6f

Please sign in to comment.