Skip to content

Commit

Permalink
Regenerate mocks files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquescaocb committed Sep 29, 2023
1 parent 4ac94fb commit fc22eb2
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/ethereum/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (c *EthereumClient) ParseOps(
feeOps := services.FeeOps(tx)
ops = append(ops, feeOps...)

traceOps := services.TraceOps(tx.Trace, len(ops))
traceOps := services.TraceOps(tx.Trace, len(ops), sdkTypes.Currency)
ops = append(ops, traceOps...)

return ops, nil
Expand Down
21 changes: 19 additions & 2 deletions mocks/client/graph_ql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion mocks/client/jsonrpc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc22eb2

Please sign in to comment.