We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b76d6b commit 3c51a2fCopy full SHA for 3c51a2f
1 file changed
tools/preconf-rpc/fastswap/fastswap.go
@@ -468,6 +468,8 @@ func (s *Service) HandleSwap(ctx context.Context, req SwapRequest) (*SwapResult,
468
"outputToken", intent.OutputToken.Hex(),
469
"inputAmt", intent.InputAmt.String(),
470
"outputAmount", barterResp.Route.OutputAmount,
471
+ "barterGasLimit", barterResp.GasLimit,
472
+ "barterGasEstimation", barterResp.Route.GasEstimation,
473
"gasLimit", gasLimit,
474
"gasFeeCap", gasFeeCap.String(),
475
"gasTipCap", gasTipCap.String(),
@@ -701,7 +703,8 @@ func (s *Service) HandleETHSwap(ctx context.Context, req ETHSwapRequest) (*ETHSw
701
703
"outputToken", req.OutputToken.Hex(),
702
704
"inputAmt", req.InputAmt.String(),
705
- "gasEstimation", barterResp.Route.GasEstimation,
706
707
708
709
)
710
0 commit comments