Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Aug 20, 2024
1 parent 2cd816d commit de88ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/chainsimulate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ func main() {
fmt.Println("simulation successful")

fmt.Printf("\n\n\nResults:\n")
fmt.Println("sqs simulate amount out", quote.AmountIn)
fmt.Printf("chain amount out: %s\n", actualIn)
fmt.Println("sqs simulate amount in", quote.AmountIn)
fmt.Printf("chain amount in: %s\n", actualIn)

percentDiff := actualIn.Sub(quote.AmountIn).Abs().ToLegacyDec().Quo(quote.AmountIn.ToLegacyDec()).Abs()

Expand Down

0 comments on commit de88ee6

Please sign in to comment.